Bitcoin Forum
May 11, 2024, 12:05:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Address generator for test.  (Read 134 times)
milomen100 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 02, 2018, 11:22:30 AM
 #1

Hello.
I need find or write simple generator for some testing.
I need to generate many many adress from given secret exponent decimal value and write to file.

For example i need generate all address from 1 to 1000000.

I need in file only secret exponent and x value pubkey or x,y pubkey.

Any idea?
1715429104
Hero Member
*
Offline Offline

Posts: 1715429104

View Profile Personal Message (Offline)

Ignore
1715429104
Reply with quote  #2

1715429104
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715429104
Hero Member
*
Offline Offline

Posts: 1715429104

View Profile Personal Message (Offline)

Ignore
1715429104
Reply with quote  #2

1715429104
Report to moderator
1715429104
Hero Member
*
Offline Offline

Posts: 1715429104

View Profile Personal Message (Offline)

Ignore
1715429104
Reply with quote  #2

1715429104
Report to moderator
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
February 02, 2018, 01:12:46 PM
 #2

Hello.
I need find or write simple generator for some testing.
I need to generate many many adress from given secret exponent decimal value and write to file.

For example i need generate all address from 1 to 1000000.

I need in file only secret exponent and x value pubkey or x,y pubkey.

Any idea?

bitaddress.org is probably a good place to start. You'll have to convert the secret later though. Also vanitygen just using s 1 each time with your public key might work (though it might bring up the same address each time actually).
milomen100 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 02, 2018, 01:40:55 PM
 #3

i need something in python, or something like directory.io but in place address i need pubkey, and in place privkey decimal value
LoyceV
Legendary
*
Online Online

Activity: 3304
Merit: 16635


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
February 02, 2018, 02:23:41 PM
 #4

I think bitcoin-tool can fulfill most of your needs, although it's written in C instead of Python.
I didn't test if it can do exactly what you need, I'll leave that up to you.

milomen100 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 02, 2018, 02:53:59 PM
 #5

Thx.
I just need database in excel file.



jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
February 02, 2018, 06:00:33 PM
 #6

Thx.
I just need database in excel file.




There's a bitcoin library called bitcoin tools that might do this. Try running Python in the command line with the following command "Python -m pip install bitcoin-tools".
Or search Google for it on github (i couldn't find the exact link though).
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!