Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: PRCman on May 28, 2011, 12:14:42 AM



Title: How to generate address list
Post by: PRCman on May 28, 2011, 12:14:42 AM
How to generate a long Bitcoin receive list for other script to use?

Thanks,


Title: Re: How to generate address list
Post by: bittrader on May 28, 2011, 01:19:08 AM
I'm not sure I follow: are you trying to generate a list of new addresses? or are you trying to retrieve a list of the addresses which you have received BTC at?


Title: Re: How to generate address list
Post by: bittrader on May 28, 2011, 01:22:08 AM
Assuming it's the former, here's an example:

Code:
$ ./bitcoind getnewaddress
1AJeFFzNWhLDwb4seg1tbgPFTpJy4rgacV
$


Title: Re: How to generate address list
Post by: PRCman on May 29, 2011, 06:31:09 AM
Assuming it's the former, here's an example:

Code:
$ ./bitcoind getnewaddress
1AJeFFzNWhLDwb4seg1tbgPFTpJy4rgacV
$

Thank you