Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
albert0bsd
on 24/09/2024, 02:00:40 UTC
Why does every four keys a new seed start with "1"?

Wow you just found the puzzle pattern now we can solve it easily thank you very much...

Quote
1 (2**0) 0x1
2 (2**1) 0x2
4 (2**2) 0x4
8 (2**3) 0x8
16 (2**4) 0x10
32 (2**5) 0x20
64 (2**6) 0x40
128 (2**7) 0x80
256 (2**Cool 0x100
512 (2**9) 0x200
1024 (2**10) 0x400
2048 (2**11) 0x800
4096 (2**12) 0x1000
8192 (2**13) 0x2000
16384 (2**14) 0x4000
32768 (2**15) 0x8000
65536 (2**16) 0x10000
131072 (2**17) 0x20000
262144 (2**18) 0x40000
524288 (2**19) 0x80000
1048576 (2**20) 0x100000
2097152 (2**21) 0x200000
4194304 (2**22) 0x400000
8388608 (2**23) 0x800000
16777216 (2**24) 0x1000000
33554432 (2**25) 0x2000000
67108864 (2**26) 0x4000000
134217728 (2**27) 0x8000000
268435456 (2**28) 0x10000000
536870912 (2**29) 0x20000000
1073741824 (2**30) 0x40000000
2147483648 (2**31) 0x80000000
4294967296 (2**32) 0x100000000