Post
Topic
Board Bitcoin Discussion
Re: The Legend of Satoshi Nakamato, FINAL STEP PUBLISHED.... 4.87 BTC GRAND PRIZE!
by
itod
on 07/01/2018, 01:46:49 UTC
I'm curious if you know which flames in what order produced that? Should have been 90 flames right.

Guess i'm gonna start trying to xor flame lengths with the ribbon and try to reproduce that.

It's given by this line in the code:
Code:
encrypted_track = [ib_l2r, il_t2b, ir_t2b, it_r2l, ot_r2l, ob_l2r];

i = inner
o = outer
l = left
r = right
b = bottom
t = top
r = right

So, ib_l2r means inner bottom left to right.

When you visualize the order and direction of reading the flames:



The order doesn't match the spiral signs in the corners, which we all assumed is the indication of the direction. Notice that 2 out of 8 flame lines (outer left and right) are still unused. I wonder if there are more messages in the outer/inner color bit-streams.