How to create an new account on a bitcoind server

5

1

What is the correct rpc call to start a new account on a bitcoind server?

ZenBalance

Posted 2013-02-24T00:08:42.620

Reputation: 363

Answers

3

You can do one of the following:

  • create an address using getnewaddress
  • send some coins with a move command

Those commands will automatically create the target account if it doesn't exist.

o0'.

Posted 2013-02-24T00:08:42.620

Reputation: 5 180

2

This can be done in one step with getnewaddress <account> API call list

Nick ODell 2013-02-24T01:51:33.940

@NickODell I meant he could do one thing or the other, I'll rewordo0'. 2013-02-24T10:13:31.147