Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
JavaSandcrawler
on 04/04/2024, 08:34:59 UTC

Does that mean you just pressed CTRL+F and searched for '11', and a pattern like this appeared? Am I right? seems interesting Shocked


Whoever sent the original binary table did not read what I wrote about 8-bit binary Smiley Smiley
D      H        B        8bit-b
0    = 0 = 0000 = 00110000
1    = 1 = 0001 = 00110001
2    = 2 = 0010 = 00110010
3    = 3 = 0011 = 00110011
4    = 4 = 0100 = 00110100
5    = 5 = 0101 = 00110101
6    = 6 = 0110 = 00110110
7    = 7 = 0111 = 00110111
8    = 8 = 1000 = 00111000
9    = 9 = 1001 = 00111001
10  = a = 1010 = 01100001
11  = b = 1011 = 01100010
12  = c = 1100 = 01100011
13  = d = 1101 = 01100100
14  = e = 1110 = 01100101
15  = f =  1111 = 01100110

encode/decode write for 1 min on any code, but need use only low reg for symbols, For example: f= 01100110, but F=01000110
I thought it was funny, it’s somehow easier on the eye. This is a random result of research. To be honest, I see the btc logo repeated often lol)) I hope the translator translated it correctly