I was looking at bitcoin api, but I haven't find any way to create wallet and account. I'd like to create them on local server with just rpc calls. Are there any way to create it?

有帮助吗?

解决方案 2

Maybe you can use the blockchain.info API, very useful. All address will be belong to you and more easy than RPC.

其他提示

You create the wallet (wallet.dat) automatically when you start the bitcoind deamon.

Accounts in the wallet can be created with API call getnewaddress <account>

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top