Anyone have any thoughts to share on how to programmatically generate Bitcoin a set of public / private keys?
Like the way https://www.bitaddress.org/ can produce them?
Also see https://komodoplatform.com/en/academ...allet-address/
As I understand it the private key is a random 256 bits. So I could flip a coin 256 times and come up with a unique set of bits? Really, it is that simple?
I am probably being naive but I would figure it would be quite doable to cook up 256 random bits.
Take 256 coins and toss them in the air? Would that be unique?
Would 64 wheels marked in Hex be random if each was spun separately?
I know there are lots of posts on here about random numbers....
David Roberts and Stuart have some good stuff.
From Stuart: http://qrng.ethz.ch/#welcome-to-quantum-rng-for-openqu
Was just wondering if anyone had thought about them in the context of Bitcoin.
Also looking for a way to extract the Bitcoin public key from the private key.
There is some discussion of that here:
https://bitcoin.stackexchange.com/qu...-a-private-key
Like the way https://www.bitaddress.org/ can produce them?
Also see https://komodoplatform.com/en/academ...allet-address/
As I understand it the private key is a random 256 bits. So I could flip a coin 256 times and come up with a unique set of bits? Really, it is that simple?
I am probably being naive but I would figure it would be quite doable to cook up 256 random bits.
Take 256 coins and toss them in the air? Would that be unique?
Would 64 wheels marked in Hex be random if each was spun separately?
I know there are lots of posts on here about random numbers....
David Roberts and Stuart have some good stuff.
From Stuart: http://qrng.ethz.ch/#welcome-to-quantum-rng-for-openqu
Was just wondering if anyone had thought about them in the context of Bitcoin.
Also looking for a way to extract the Bitcoin public key from the private key.
There is some discussion of that here:
https://bitcoin.stackexchange.com/qu...-a-private-key
Comment