Twetch ·
no dice :(
for i in range(32):
byte_arr = bytearray(bitsv.PrivateKey.from_hex(seed).to_bytes())
for t in range(256):
byte_arr[i]=t
if(bitsv.PrivateKey.from_hex(byte_arr.hex()).address == target):
print(byte_arr.hex())
Twetch ·
Swapping "one" byte: no dice.
Shifting by one byte: no dice.
Offsetting all by one byte: no dice.
Twetch ·
Still nothing? Come one, folks!
Twetch ·
OK, @1110
I will remind you about this twetch in 2 days
Via: https://remindmethistwetch.bitproof.network
Twetch ·
Hey, @1110
Here is the reminder you asked me 2 days ago
Via: https://remindmethistwetch.bitproof.network
Twetch ·
Still nobody got the prize. It is simple folks, come on!
Twetch ·
looks as though *this* was tried against SHA32 and 256 [randomly reorganizing]
Twetch ·
two binary numbers are missing...
Twetch ·
t = "c237cecc19ae88e3d062542a59dce7daf0f247c2c9604970d7667a2be12ac344"
x = t.length
yields 64 where if I am correct, PUBLIC=
typically
would yield 66
@jordan ??
Twetch ·
@1110 is *this* true?!!
https://twetch.app/t/b6730c62bde35b4cc35a09807945ee0951f968c9bb5428eaa109e9217e8ccbed
want to close the loop on the challenge!!
that was my best guess
1KpZvLgR2XMYFhnc8ozSmAwVc1Ndzjr3MG
———————————————
Twetch ·
@428, close. One char (a byte) was changed. You need to change it back to the original to find to correct key.