Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: fffeee on March 01, 2012, 12:10:06 PM



Title: How to create a new account?
Post by: fffeee on March 01, 2012, 12:10:06 PM
Hey,

Can someone explain me how to create a new account?

Am I too stupid to find that command in the api calls list?

Im looking for something like "createaccount" with a "name" as a parameter, which actually is the new account name..

Thanks in advance


Title: Re: How to create a new account?
Post by: dunand on March 01, 2012, 12:23:48 PM
Bitcoind getbalance mynewaccountname

You can probably use other commands that take an account in parameter. If the account does not exist it will be created.


Title: Re: How to create a new account?
Post by: fffeee on March 01, 2012, 12:39:35 PM
Thanks..

It works just fine..!!