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!
-
AnonymousInactive
Hey,
First of all thank you for creating such a great plugin.
I am coin dev and I have setup my coin to work with the BTC coin adapter.
I was wondering how do I go about changing the symbol from BTC to my currency ?
Should I just edit the source code.
Regards
Hello,
And thanks for your kind words.
Yes, pretty much. If your coin is a clone of Bitcoin that retains most of its JSON-RPC API intact, then it should be just a matter of replacing strings. You can start from the litecoin adapter which I consider the reference implementation.
Litecoin RPC Adapter extension
From time to time I update the litecoin and other adapters. Simply remove the ds-update.php
file before redistributing your plugin extension.
Start by looking here: https://www.dashed-slug.net/developers-coin-adapters-api/
Remember to set sane values to transaction fees on plugin activation.
AnonymousInactive
Hey Alex,
Thanks for the prompt reply.
Is there a built in functionality to gethashpersec & getdifficulty.
Is there a premium version of the plugin ?
Regards
The plugin does not call any of those methods.
There is no premium version of the plugin, but there are some premium extensions to it.
All is explained on the homepage https://www.dashed-slug.net
regards,
Alex
- You must be logged in to reply to this topic.