Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterTo be honest I do not have anything concrete, but I do have some code that I used during dev testing for this.
It is a PHP file that generates SQL insert statements for the BTC_DOGE market. It generates 10 weeks of mock transactions that you can pipe into MySQL. I am attaching the code in case you find it useful. Do not use it before reading what it does. It will delete your database data and replace it with random data.
Once a market has enough data, you will be able to see the candlesticks on the chart.
with regards
Attachments:
You must be logged in to view attached files.alexg
KeymasterHello @wayjay1744,
I am not aware of any issues with the CoinPayments platform. If the service was down then that would explain it.
I think the original poster @dvalansi was encountering misconfiguration issues on a new installation.
Does the problem persist now?
alexg
KeymasterHello,
There is a number of things you can check.
Please check the Troubleshooting section of the documentation (it’s in the bundle download of the plugin), under the heading “I do not see the UI elements in the frontend.”
If this does not help, please let me know.
with regards
alexg
KeymasterAfter a lot of searching I determined the source of the problem and provided a fix in
0.4.2-beta
. The Exchange extension should not cause new negative balances any more when matching trades. The bug was partly due to differences in the application of maker and taker fees to the base currency while buying the quote currency. If you wish to continue testing the plugin, I would suggest that you first wipe all trades and orders from the database, withdelete from wp_wallets_txs where category='trade';delete from wp_wallets_orders;
I will keep the extension in beta for a short while longer and if no more bugs are detected, it will be bumped to
1.0.0
(i.e. production-ready).alexg
KeymasterAfter a lot of searching I determined the source of the problem and provided a fix in
0.4.2-beta
. The Exchange extension should not cause new negative balances any more when matching trades. The bug was partly due to differences in the application of maker and taker fees to the base currency while buying the quote currency. If you wish to continue testing the plugin, I would suggest that you first wipe all trades and orders from the database, withdelete from wp_wallets_txs where category='trade';delete from wp_wallets_orders;
I will keep the extension in beta for a short while longer and if no more bugs are detected, it will be bumped to
1.0.0
(i.e. production-ready).alexg
KeymasterAfter a lot of searching I determined the source of the problem and provided a fix in
0.4.2-beta
. The Exchange extension should not cause new negative balances any more when matching trades. The bug was partly due to differences in the application of maker and taker fees to the base currency while buying the quote currency. If you wish to continue testing the plugin, I would suggest that you first wipe all trades and orders from the database, withdelete from wp_wallets_txs where category='trade';delete from wp_wallets_orders;
I will keep the extension in beta for a short while longer and if no more bugs are detected, it will be bumped to
1.0.0
(i.e. production-ready).alexg
KeymasterIn the latest Exchange version
0.4.2-beta
the selected market remains the same after market data is reloaded.alexg
KeymasterHello,
Please see the troubleshooting section of the coin adapter for the error “too many errors in the last two minutes”. Essentially you need to re-check your codes, deactivate the plugin for two minutes, then enable it again and the problem should go away.
If you get an error in the CoinPayments platform when enabling a coin, this is not related to the plugin. I am not sure why you would get this error. You should ask CoinPayments support about it.
The plugin requires the cron job to be running. There is no URL to trigger the cron job externally at the moment, although this is in my future plans.
with regards
P.S. Could you please open a new thread per individual topic in the future? This makes things clearer for everyone reading this. Thank you!
alexg
KeymasterPlease see my reply in your other post: https://www.dashed-slug.net/forums/topic/moved-deposits-do-not-register-in-plugin/
alexg
KeymasterHello,
I have moved your request to a new thread.
1. Are you using the block.io adapter?
2. Did you use a user deposit address (i.e. an address shown in the
[wallets_deposit]
shortcode?Let me know please.
Thanks
alexg
KeymasterHello,
No, unfortunately I do not have any update on this.
It is in my future plans.
with regards
alexg
KeymasterHello,
Thank you. I am aware of the problem and am looking for a solution.
Once this is fixed, the Exchange will be taken out of beta.
with regards
alexg
KeymasterThe Monero coin adapter for full nodes is now released. See the blog announcement and adapter homepage for details.
alexg
KeymasterThe Monero coin adapter for full nodes is now released. See the blog announcement and adapter homepage for details.
-
AuthorPosts