Author

Topic: Any chance to generate multiple Addresses? (Read 1583 times)

newbie
Activity: 9
Merit: 0
April 02, 2015, 06:15:21 PM
#8
If you are using bitcoind the getnewaddress command returns you a new one.

If you want to speed up this process you can pregenerate addresses using keypool in the bitcoin.conf or passing the keypool option to bitcoind with the number of addresses to be pregenerated.
legendary
Activity: 1344
Merit: 1023
Mine at Jonny's Pool
im using C#.NET or ASP.NET doesnt matter. But i need to generate a few addresses in same time.
For example i ll generate 10 addresses in one script. And then i ll use them later. One by one in another scripts.
Is there any doc you know? or any algorithm?
WTF?  Did you just copy and paste the OP?  I mean, word for word... lol.  Try reading the replies... they provide the answers.
sr. member
Activity: 476
Merit: 250
bitcoind RPC is just enough for that. I think most of the popular languages has a wrapper (library) for communicating with it.
newbie
Activity: 28
Merit: 0
im using C#.NET or ASP.NET doesnt matter. But i need to generate a few addresses in same time.
For example i ll generate 10 addresses in one script. And then i ll use them later. One by one in another scripts.
Is there any doc you know? or any algorithm?
sr. member
Activity: 298
Merit: 250
For .NET platform check out NBitcoin by Nicolas Dorier. You can easily do that in it he also have a book written on it.
https://bitcointalksearch.org/topic/nbitcoin-almost-full-bitcoin-implementation-in-net-575142
thanks man. this is what i am looking for. i think this enough for my project. for now Smiley

Not a problem man, also that's the book he wrote : Blockchain Programming in C# (Part 1). If you still hit any wall PM me i'm almost at the end will help you for sure.  Smiley
full member
Activity: 238
Merit: 100
Sanırım BAN 11 Nisan'a uzadı...
For .NET platform check out NBitcoin by Nicolas Dorier. You can easily do that in it he also have a book written on it.
https://bitcointalksearch.org/topic/nbitcoin-almost-full-bitcoin-implementation-in-net-575142
thanks man. this is what i am looking for. i think this enough for my project. for now Smiley
sr. member
Activity: 298
Merit: 250
For .NET platform check out NBitcoin by Nicolas Dorier. You can easily do that in it he also have a book written on it.
https://bitcointalksearch.org/topic/nbitcoin-almost-full-bitcoin-implementation-in-net-575142
full member
Activity: 238
Merit: 100
Sanırım BAN 11 Nisan'a uzadı...
Hi guys,
im using C#.NET or ASP.NET doesnt matter. But i need to generate a few addresses in same time. For example i ll generate 10 addresses in one script. And then i ll use them later. One by one in another scripts.
Is there any doc you know? or any algorithm?
thanks for now
Jump to: