• Resolved falconcoin

    (@falconcoin)


    wow this is amazing!

    got coinmarkets all set up and it look amazing, great job!

    now i was reading your doc about what needs to be done to add our own Coin Adapter. i downloaded the latest litecoin adapter from your site.

    i also read in the .pdf and how to work with adding a new coin

    once we open up the litecoin adapter folder, are there any specific files we need to look for to make changes to? or just the “wallets-litecoin”

    at this time we have changed “lite” to our ticker throughout the “wallets-litecoin” file

    we have a Bitcoin-like wallet daemon with an RPC API, very basic no changes to the source code at this time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    Hello,

    Thanks for your kind words. It sounds like you’re already on the right track.

    The changes should be relatively obvious – just change Litecoin to Falconcoin, LTC to whatever the symbol for Falcon coin is, etc… Make sure to preserve case, i.e. “litecoin” -> “falconcoin”, “Litecoin” -> “Falconcoin”. Do this both in wallets-litecoin.php and in includes/wallets-litecoin-adapter.php.

    More importantly you will need to modify the values in the action_activate() function to match your coin’s details. There is a value for the TCP port number, and sane defaults for the deposit and internal transfer fees, and for required number of network confirmations.

    Finally, as this is your coin adapter, not mine, you should remove ds-update.php as I will not be providing updates for your plugin extension.

    I will make a note to add all of this information in the documentation as soon as possible.

    kind regards

    Thread Starter falconcoin

    (@falconcoin)

    so awesome! thanks

    i will check it out and report back when i get to home to play with it

    Thread Starter falconcoin

    (@falconcoin)

    so awesome got it working!

    now i need to check out that premium area ??

    Plugin Author dashed-slug.net

    (@dashedslug)

    Great news that you got it working.

    This info will be in the next release of the documentation.

    I will now close this thread, please open a new one for any other inquiries.

    regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘adding a new coin’ is closed to new replies.