Bitcoin Forum
May 10, 2024, 03:50:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Any chance to generate multiple Addresses?  (Read 1583 times)
ferman (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Sanırım BAN 11 Nisan'a uzadı...


View Profile WWW
March 12, 2015, 10:25:18 AM
 #1

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

"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715313036
Hero Member
*
Offline Offline

Posts: 1715313036

View Profile Personal Message (Offline)

Ignore
1715313036
Reply with quote  #2

1715313036
Report to moderator
1715313036
Hero Member
*
Offline Offline

Posts: 1715313036

View Profile Personal Message (Offline)

Ignore
1715313036
Reply with quote  #2

1715313036
Report to moderator
1715313036
Hero Member
*
Offline Offline

Posts: 1715313036

View Profile Personal Message (Offline)

Ignore
1715313036
Reply with quote  #2

1715313036
Report to moderator
chanz
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
March 12, 2015, 10:36:41 AM
 #2

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://bitcointalk.org/index.php?topic=575142.0

My BTC address : 1KfS1c14Tg2hgQEVz2bCJeFox6FpyYFvM6
ferman (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Sanırım BAN 11 Nisan'a uzadı...


View Profile WWW
March 12, 2015, 10:48:48 AM
 #3

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://bitcointalk.org/index.php?topic=575142.0
thanks man. this is what i am looking for. i think this enough for my project. for now Smiley

chanz
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
March 12, 2015, 10:53:11 AM
 #4

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://bitcointalk.org/index.php?topic=575142.0
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

My BTC address : 1KfS1c14Tg2hgQEVz2bCJeFox6FpyYFvM6
nambich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 26, 2015, 06:23:34 PM
 #5

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?
emrebey
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
March 26, 2015, 08:24:43 PM
 #6

bitcoind RPC is just enough for that. I think most of the popular languages has a wrapper (library) for communicating with it.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
March 27, 2015, 05:56:02 PM
 #7

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.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
wslh
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 02, 2015, 10: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!