user2786037
user2786037

Reputation: 505

Bitcoin api - how to create wallet

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?

Upvotes: 0

Views: 2747

Answers (2)

laffuste
laffuste

Reputation: 17095

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>

Upvotes: 3

ZG-RG
ZG-RG

Reputation: 97

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

Upvotes: 0

Related Questions