In the fact the author has already made it easy for you: https://github.com/saracen/bitcoin-all-key-generator
Also, it starts at 1, not 0 :-) On 16 September 2016 at 11:30, Donovan Hide <[email protected]> wrote: > Not sure what the exact questions is, but I think if you study and play > around with this section of code, you'll get somewhere closer to > understanding how Bitcoin private keys and addresses work: > > https://github.com/saracen/directory.io/blob/master/directory.go#L70-L101 > > The (joke) app is basically just going from 0 to the maximum possible > bitcoin private key value and generating the matching address: > > http://directory.io/faq > > On 16 September 2016 at 09:17, Nosferatu fist <[email protected]> > wrote: > >> Hello donovan First I thank you for having me cleared >> by implenter against how your code in this application >> ?https://github.com/saracen/directory.io/blob/master/directory.go >> >> to get this: >> >> 5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf >> 1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm >> 1037542833334494436883955695059393877833907143043 >> >> if you could help me I would be very grateful to you . >> >> -- >> You received this message because you are subscribed to the Google Groups >> "golang-nuts" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
