What is the correct rpc call to start a new account on a bitcoind server?
Asked
Active
Viewed 5,131 times
1 Answers
3
You can do one of the following:
- create an address using
getnewaddress - send some coins with a
movecommand
Those commands will automatically create the target account if it doesn't exist.
o0'.
- 5,240
- 6
- 38
- 66
-
2This can be done in one step with `getnewaddress
` [API call list](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list) – Nick ODell Feb 24 '13 at 01:51 -
@NickODell I meant he could do one thing or the other, I'll reword – o0'. Feb 24 '13 at 10:13