Post
Topic
Board Bitcoin Discussion
Re: Satoshi's early mined coins & the message left in the blockchain
by
iamonlinenow
on 03/02/2021, 16:01:32 UTC
https://bitslog.com/2013/09/03/new-mystery-about-satoshi/#comment-1376

'Great work and what an incredible finding, would love to know the answer! Do you think it’s a bit odd that he used a proprietary Base58 for the address encoding and just happens that you’re seeing the spike between values 0-57? ... I know it’s probably just coincidence but it would be amazing if there was a secret message in the LSB to explain this'


https://bitslog.com/2013/09/03/new-mystery-about-satoshi/

'The selected set of bytes (0 to 9, 19 to 58) could have been selected to map a somewhat extended alphabet into this set. This must be explored further.'

Just an idea:

The privatekey in Wallet Import Format (WIF) is for example 'KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn' and contains 52 Base58 characters. The first two characters are always 'Kw', 'Kx', 'Ky', 'Kz', 'L1', 'L2', 'L3', 'L4' or 'L5'.
The Base58 alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' and the 19th character is 'K', maybe indicating the beginning of the key.
When we create 100 privatekeys so we will have on average each Base58 character 86 times. But the first two characters starting with 'K' only 44 times and with 'L' only 56 times. That's approximately half of the rest of the characters in the key. That is maybe the reason for the LSB value of 19 being half of the others.