11
4
I would like to generate a large number of public Bitcoin addresses (several hundred thousand) quickly and efficiently into a simple text file. What would be the easiest way to get this done? I'm just wondering if there are any particular scripts or services that handle this already without having to roll my own.
Hmmm. So roll my own then? Not a standard feature of bitcoind to produce them outside of the wallet.dat? – Gary Rowe – 2011-11-01T14:56:31.167
Wouldn't know, what do you want to do with those addresses anyway? – ThePiachu – 2011-11-01T15:11:39.147
1One possible use case would be to pre-load an online service with a bucket of transaction addresses. No private keys stored on the server. – Gary Rowe – 2011-11-01T15:45:35.973
I guess you could also use Pywallet for this, edited my answer. – ThePiachu – 2011-11-01T18:22:20.397