Are there any clients that allow for multiple wallets and API acccess?

6

2

I know that multibit has the capacity to have multiple wallets, but no API access. bitcoind has great API access, but only one wallet. Is there any solution that combines the two?

Shamoon

Posted 2014-03-07T16:03:08.603

Reputation: 2 689

Answers

3

ChrisW

Posted 2014-03-07T16:03:08.603

Reputation: 840

2

QOINPro is an online wallet for around 10 cryptocurrencies including Bitcoin, Litecoin and Dogecoin. Additionally, they award coins daily just for being signed up. It's not much, but something while they don't charge anything.

sollo

Posted 2014-03-07T16:03:08.603

Reputation: 21

At first I thought that the promoted service sounded like a scam, because they were promising to give away money for signed up users. However, it appears to be more of a faucet style enterprise. Still, if you consider putting more money there, you might want to do more research.Murch 2015-01-03T11:30:06.833

2

The wallet that I develop, Coinomi, has a core library (java based) that could be used to host 9 cryptocurrencies at the moment. The private keys are always stored on the client and not on the Electrum servers that it uses to update it's state.

Currently you need to include it in your java project but it is possible to create a JSON API to be language agnostic, it just needs some development.

https://github.com/Coinomi/coinomi-android

John L. Jegutanis

Posted 2014-03-07T16:03:08.603

Reputation: 561

When can we see a JSON API? I code in node.js and would love to build a public node module for people to useBen Muircroft 2015-05-22T18:04:09.540