Author

Topic: Creating multiple new addresses (Read 602 times)

legendary
Activity: 1498
Merit: 1000
May 04, 2013, 11:30:46 PM
#9
Bitaddress.org, and you can import than into bitcoin-qt with a simple script but I would keep them in cold storage.
newbie
Activity: 19
Merit: 0
May 04, 2013, 11:29:28 PM
#8
Look inside wallet.dat file as that should have 100 addresses already generated.

client just does not show them there
full member
Activity: 182
Merit: 100
May 04, 2013, 10:18:18 PM
#7
Just wondering, what do you need that many addresses for? Are you planning on selling something and using a different address for everyone or something like that?
newbie
Activity: 11
Merit: 0
May 04, 2013, 10:07:42 PM
#6
Ok, i'll try it this way, thanks

there is a debug menu you can type that into

newbie
Activity: 16
Merit: 0
May 04, 2013, 09:12:00 PM
#5
Ok, i'll try it this way, thanks
newbie
Activity: 6
Merit: 0
May 04, 2013, 07:29:15 PM
#4
Not sure if the best, but you can always put 'bitcoind getnewaddress' inside a for loop and write the output to the database.

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
newbie
Activity: 16
Merit: 0
May 02, 2013, 04:46:04 PM
#3
They are in the keypool though correct? How do i list them out in plain txt?
newbie
Activity: 6
Merit: 0
May 02, 2013, 03:04:27 PM
#2
you can generate a lot but you may hit performance issues with >1000.

100 addresses are generated by default. you can increase that by modifying your bitcoin.conf file and increasing the keypool:

# Pre-generate this many public/private key pairs, so wallet backups will be valid for
# both prior transactions and several dozen future transactions.
#keypool=100
newbie
Activity: 16
Merit: 0
May 02, 2013, 03:00:03 PM
#1
Is there an easy way for me to create many addresses (1000+) in bitcoin-qt, and list them in text format so i can get them into a database?

Also, as far as i am aware, addresses never get deleted from the client do they? Is there a limit on the number of addresses held in the bitcoin-qt client or can i keep making them indefinitely?
Jump to: