5
1
What is the correct rpc call to start a new account on a bitcoind server?
5
1
What is the correct rpc call to start a new account on a bitcoind server?
3
You can do one of the following:
getnewaddressmove commandThose commands will automatically create the target account if it doesn't exist.
2
This can be done in one step with
– Nick ODell – 2013-02-24T01:51:33.940getnewaddress <account>API call list@NickODell I meant he could do one thing or the other, I'll reword – o0'. – 2013-02-24T10:13:31.147