Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: mmitech on November 07, 2015, 01:21:11 PM



Title: Need Source code of Android wallet for X11 coins
Post by: mmitech on November 07, 2015, 01:21:11 PM
As the title says, I came across Hashengineering Github (https://github.com/HashEngineering?tab=repositories) and the guy did an amazing work with importing the hashing algorithms to Java and make all the process hassle free, Kudos to him... but I can't seem to find a clean code for X11 Hybrid POW/POS coins, I know that this has been done a thousands of times and I know that there are tens of services offering building wallets, but I want to do this my self.

I would appreciate if you point me to the right direction.


Title: Re: Need Source code of Android wallet for X11 coins
Post by: HashEngineering on February 07, 2016, 04:59:38 AM
X11 and POS for Android?  I am looking at the peercoin Android Wallet for POS, but it requires a special block explorer.


Title: Re: Need Source code of Android wallet for X11 coins
Post by: mmitech on February 07, 2016, 11:18:33 AM
X11 and POS for Android?  I am looking at the peercoin Android Wallet for POS, but it requires a special block explorer.

Well, I managed to port Bitcore to have support for x11 hybrid PoW/PoS coins, and also ported insight-API and managed it to have full support for PoW/PoS blocks than ported Copay and managed it to have support for PoS and compiled it for Android and iOS, will compile it for windows phones later when I have time.

you can check all the work I've done in Creditbit's repos (https://github.com/creditbit?tab=repositories).