The query appears anectodic nevertheless it has an significance when studying the outdated key.MakeNewKey()
supply code :
- At the moment, coinbase transactions of 50Btc had been despatched to a newly generated pubkey at every blocks. As far I can inform, every key had been added to the pockets on the roughly the block’s timestamp.
- Bitcoin core was utilizing
/dev/urandom
on Linux however on Home windows even when openssl was requested for safe randomness, the generator needed to be initialized manually every time to a preliminary worth : and within the case of key era, that worth was set to HKEY_PERFORMANCE_DATA by Satoshi !
So if I’m not unsuitable, this implies coinbases mined by way of utilizing Home windows had weak randomness because the doable values are way more restricted than the secp256k1’s order. In consequence, does this implies he solely used Linux personally ?
The query appears anectodic nevertheless it has an significance when studying the outdated key.MakeNewKey()
supply code :
- At the moment, coinbase transactions of 50Btc had been despatched to a newly generated pubkey at every blocks. As far I can inform, every key had been added to the pockets on the roughly the block’s timestamp.
- Bitcoin core was utilizing
/dev/urandom
on Linux however on Home windows even when openssl was requested for safe randomness, the generator needed to be initialized manually every time to a preliminary worth : and within the case of key era, that worth was set to HKEY_PERFORMANCE_DATA by Satoshi !
So if I’m not unsuitable, this implies coinbases mined by way of utilizing Home windows had weak randomness because the doable values are way more restricted than the secp256k1’s order. In consequence, does this implies he solely used Linux personally ?