I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
For instance coingecko has the price at 0.00000010 BTC and has been stuck their for ages. Meanwhile it currently trades 6 times higher than that at 0.00000060 BTC
Hello,
You can see some example code on how to provide an exchange rate to the plugin, here: https://gist.github.com/alex-georgiou/492196184f206002c864225180ca8fbb
Copy this file into your wp-content/plugins
directory, and edit the part where the value is set. You might need to use php curl (requires the module to be installed) or file_get_contents (requires allow_url_fopen), or better yet, use wp_remote_get()
.
Then, activate the plugin from your plugins list in WordPress admin.
You can then go to “Wallets” -> “Exchange Rates” and hit the “Clear/Refresh data now!” button.
If all works correctly, the value should appear in “Wallets” -> “Exchange Rates” -> “Exchange rates debug views” -> “Exchange rates”.
Let me know if you get stuck or need help with anything.
with regards
- You must be logged in to reply to this topic.