Post
Topic
Board Development & Technical Discussion
Merits 5 from 2 users
Re: Bitcoin’s race to outrun the quantum computer
by
nc50lc
on 24/09/2019, 03:48:18 UTC
⭐ Merited by Welsh (4) ,pooya87 (1)
What do mean satoshi coins ( Are BTC Test Coins) ?
It's not totally for testing but "to start Bitcoin network" since it need at least one miner to make transactions.
A bit off-topic but... those are the "block rewards" for the earliest blocks that allegedly mined by Satoshi (excluding genesis block),
so it's fair to assume that he had the private keys of those addresses so he can spend it whenever he wants.

To get this topic back on track, the coinbase transaction for those blocks have their public keys displayed.
And when you know the public key, you theoretically can brute-force the private key using a functional Magic Quantum Computer.

Ex.: Reward for block 10 - you can get the public key by getting the output script.
Code:
PUSHDATA(65)[04fcc2888ca91cf0103d8c5797c256bf976e81f280205d002d85b9b622ed1a6f820866c7b5fe12285cfa78c035355d752fc94a398b67597dc4fbb5b386816425dd] CHECKSIG
The hex inside "[]".