Post
Topic
Board Development & Technical Discussion
Re: How to come from a secret exponent to a Bitcoin private key?
by
fbueller
on 25/06/2016, 20:26:52 UTC
Hey Guys,

I just made a batch file which gives out random secret exponents (like on offlinebitcoins.com) into a text file.
Does anyone of you know a programm or some other really fast way how to transform this list with secret exponents into a list with their Bitcoin private keys?

Best regards,

Patrick

A secret exponent in this context usually means the number multiplied against the generator point.. which IS the private key.
Are you looking to encode it differently, or what are you trying to do?