Post
Topic
Board Bitcoin Technical Support
Re: Address generator for test.
by
jackg
on 02/02/2018, 13:12:46 UTC
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).