Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: kingcoin on November 26, 2013, 06:44:23 AM



Title: [SOLVED]How to create an address using bitcoind cli?
Post by: kingcoin on November 26, 2013, 06:44:23 AM
How can I create an address/account using the command line of bitcoind or some other non-GUI way?


Title: Re: How to create an address using bitcoind cli?
Post by: dserrano5 on November 26, 2013, 08:27:13 AM
How can I create an address/account using the command line of bitcoind or some other non-GUI way?

Code:
bitcoind help

Read a bit. Find the line about "getnewaddress".

Code:
bitcoind getnewaddress


Title: Re: How to create an address using bitcoind cli?
Post by: kingcoin on November 26, 2013, 08:44:58 AM
Thanks, I should have spotted that myself, but I was looking for a create command... I've only done this through the QT version long time ago...