Title: Additional altcoins
Last modified: August 21, 2016

---

# Additional altcoins

 *  Resolved [killerdog](https://wordpress.org/support/users/killerdog/)
 * (@killerdog)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/additional-altcoins/)
 * Such a great plugin! Thanks for releasing it!
 * Do you have any intention to add support for the additional coins that Moolah
   now officially supports?
 * Supported coins now include:
 * Bitcoin, Blackcoin, Darkcoin, Digibyte, Digitalcoin, Dogecoin, Einsteinium, Litecoin,
   Maxcoin, Mintcoin, Myriadcoin, Nautiluscoin, Peercoin, Quarkcoin, Vericoin, Vertcoin,
   and Zetacoin.
 * Thanks again!
 * [https://wordpress.org/plugins/woocommerce-moolahio-payment-gateway/](https://wordpress.org/plugins/woocommerce-moolahio-payment-gateway/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/additional-altcoins/#post-5116248)
 * Hello Killerdog,
 * I have been looking at this plugin to use it myself.
    I noticed it doesn’t include
   the new coins as well, but it appears to be “easy” to add them to the plugin 
   😉
 * Version 1.0.1
    class-wc-gateway-moolah.php
 * Around line 430 is an array of currencies.
 *     ```
       $currencies = array(
                 'Bitcoin' => 'bitcoin',
                 'Litecoin' => 'litecoin',
                 'Dogecoin' => 'dogecoin',
                 'Vertcoin' => 'vertcoin',
                 'Auroracoin' => 'auroracoin',
                 'Mintcoin' => 'mintcoin',
                 'Darkcoin' => 'darkcoin',
                 'Maxcoin' => 'maxcoin',
             );
       ```
   
 * So for example, I wanted to add Blackcoin. I recommend to copy and paste in the
   new Array item, notice the comma’s on the end of each line 😉
 *     ```
       $currencies = array(
                 'Bitcoin' => 'bitcoin',
                 'Blackcoin' => 'blackcoin',
                 'Litecoin' => 'litecoin',
                 'Dogecoin' => 'dogecoin',
                 'Vertcoin' => 'vertcoin',
                 'Auroracoin' => 'auroracoin',
                 'Mintcoin' => 'mintcoin',
                 'Darkcoin' => 'darkcoin',
                 'Maxcoin' => 'maxcoin',
             );
       ```
   
 * Hope this is helpful until we see a new version.
    Thanks,
 *  Thread Starter [killerdog](https://wordpress.org/support/users/killerdog/)
 * (@killerdog)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/additional-altcoins/#post-5116250)
 * Seems easy enough. Thanks, Jandal.
 * Now let’s hope that Moolah doesn’t shutdown their API version 1.0 anytime soon.
   They’ve released version 2.0 and apparently it’s not backwards compatible. I 
   wish I knew PHP better so that I could contribute.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Additional altcoins’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-moolahio-payment-gateway.
   svg)
 * [Moolah payment gateway for Woocommerce](https://wordpress.org/plugins/woocommerce-moolahio-payment-gateway/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-moolahio-payment-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-moolahio-payment-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-moolahio-payment-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-moolahio-payment-gateway/reviews/)

## Tags

 * [altcoin](https://wordpress.org/support/topic-tag/altcoin/)
 * [altcoins](https://wordpress.org/support/topic-tag/altcoins/)
 * [litecoin](https://wordpress.org/support/topic-tag/litecoin/)
 * [payment gateway](https://wordpress.org/support/topic-tag/payment-gateway/)

 * 2 replies
 * 2 participants
 * Last reply from: [killerdog](https://wordpress.org/support/users/killerdog/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/additional-altcoins/#post-5116250)
 * Status: resolved