Title: How to generate a new BTC address with bitcoind? Post by: chipbike on January 26, 2014, 01:57:02 PM Hi,
I need to create new Bitcoin addresses using the command line and bitcoind. How can I achieve this? I'm using Python. Title: Re: How to generate a new BTC address with bitcoind? Post by: flatfly on January 26, 2014, 02:10:52 PM Hi, I need to create new Bitcoin addresses using the command line and bitcoind. How can I achieve this? I'm using Python. This should be the simplest way: Code: # requires bitcoinrpc 6K library by jgarzik Title: Re: How to generate a new BTC address with bitcoind? Post by: gdassori on January 26, 2014, 10:54:58 PM Quote I'm using Python. You may be also interested in this: https://github.com/laanwj/bitcoin-python |