Author

Topic: [WTB] Wallet server that mimics basic bitcoind JSON-RPC functions (Read 962 times)

sr. member
Activity: 426
Merit: 250
It came to my attention that having accounts in an environment where you have multiple wallets is a bit redundant, so I removed that from the requirements.
sr. member
Activity: 426
Merit: 250
Sent PM with conf file Smiley Enjoy
Thanks, but what you sent me is just a way to start one bitcoind that manages one wallet at a time. I know how to do that Smiley

I want to manage a lot of wallets at the same time.
sr. member
Activity: 298
Merit: 252
Sent PM with conf file Smiley Enjoy
sr. member
Activity: 298
Merit: 252
Then you can always purchase a VPS and it's real simple after that, just run the daemon with the conf file I am sending you in PM. Runs like a charm, as many versions as your RAM can handle Smiley
sr. member
Activity: 426
Merit: 250
We've had this service running on our own now for quite some time Smiley

It's our bitcoin cloud wallet hosting:
https://clients.microtronix-tech.com/cart.php?gid=9

Fully functional daemons, each one with it's own port, SSH and panel access, SSH access only through Pre-Authorized keys, jailed shells, the panel comes with a built in RPC client and full daemon control. You can also using your port access your daemon from any other server.

Hello Jfreak,

I am not looking for a service that provides these functions, I don't want to be dependent on an other company. Besides, this doesn't really scale pricewise Smiley
sr. member
Activity: 298
Merit: 252
We've had this service running on our own now for quite some time Smiley

It's our bitcoin cloud wallet hosting:
https://clients.microtronix-tech.com/cart.php?gid=9

Fully functional daemons, each one with it's own port, SSH and panel access, SSH access only through Pre-Authorized keys, jailed shells, the panel comes with a built in RPC client and full daemon control. You can also using your port access your daemon from any other server.
sr. member
Activity: 426
Merit: 250
I want to have multiple wallets accessible trough JSON-RPC at the same time. This is not possible with the satoshi client without actually running multiple instances of the client and thus having multiple blockchain-files on a server. This does not scale very easy Wink.

However with the emerging of nice libraries like BitcoinJ and picocoin and programs like the supernode, I think it is becoming quite easy to build a simple client that does what I need it to do.

I want a client that can do what the avarage user would like to do with a bitcoinclient. IE: send, receive and manage bitcoins. So what I would like to have is a server that provides the same functions as the satoshi client to do this, so I can use it with already existing software designed for the satoshi client api.

It should support at least these commands:

getbalance
getnewaddress
getreceivedbyaddress
gettransaction
listreceivedbyaddress
listtransactions
sendtoaddress
getaddressesbyaccount - which always outputs all the addresses (as there are no accounts).

And I would also really like these features, but this could be split according to the prices to include these commands.

dumpprivkey
signmessage
settxfee
validateaddress
verifymessage
walletpassphrase
walletpassphrasechange


Every wallet should have its own username and password for the api login and its creation has to be possible on the fly. How this is implemented I leave to the developer to decide. I also like to have the same behavior as the satoshi client when sending transactions; it should use a new bitcoinaddress to send the change to.

Please PM offers.

Edit: I removed the account requirement and added the requirement that user and wallet creation has te be possible on the fly.
Jump to: