Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: okbaby123 on October 21, 2016, 11:13:47 AM



Title: anyone has an offline windows-based address creator
Post by: okbaby123 on October 21, 2016, 11:13:47 AM
It should be written by C, and in exe

It generate fast by putting out privekey ,address, compressed address.

I know bitaddress.org, it works with js, but too slow.


Title: Re: anyone has an offline windows-based address creator
Post by: OmegaStarScream on October 21, 2016, 11:46:23 AM
I found this which is fully written in C as you requested : https://github.com/matja/bitcoin-tool  (All commands are explained so It shouldn't be hard to use) , just make sure to read the disclaimer at the introduction part though.


Title: Re: anyone has an offline windows-based address creator
Post by: calkob on October 22, 2016, 07:34:39 PM
Whats wrong with vanitygen ?  or are you looking something specific for a specific purpose ?


Title: Re: anyone has an offline windows-based address creator
Post by: leps on October 22, 2016, 08:18:06 PM
I'm not sure what vanitygen is written in, but it's a .exe file and works great for address generation offline (for pattern, put just a 1 or a single character after the 1). Don't know if it can give the compressed address though, so you might need to test it.

Any reason for requiring it to be written in C?


Title: Re: anyone has an offline windows-based address creator
Post by: unholycactus on October 22, 2016, 10:18:49 PM
I'm not sure what vanitygen is written in, but it's a .exe file and works great for address generation offline (for pattern, put just a 1 or a single character after the 1). Don't know if it can give the compressed address though, so you might need to test it.

Any reason for requiring it to be written in C?

He probably wants to review the source code and it's a language he's conformable in.