Author

Topic: Address generator for test. (Read 151 times)

copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
February 02, 2018, 02: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).
newbie
Activity: 9
Merit: 0
February 02, 2018, 10:53:59 AM
#5
Thx.
I just need database in excel file.



legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
February 02, 2018, 10:23:41 AM
#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.
newbie
Activity: 9
Merit: 0
February 02, 2018, 09:40:55 AM
#3
i need something in python, or something like directory.io but in place address i need pubkey, and in place privkey decimal value
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
February 02, 2018, 09:12:46 AM
#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).
newbie
Activity: 9
Merit: 0
February 02, 2018, 07: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?
Jump to: