Post
Topic
Board Bitcoin Discussion
Re: The Legend of Satoshi Nakamato, FINAL STEP PUBLISHED.... 4.87 BTC GRAND PRIZE!
by
RealOnTheMF
on 06/01/2018, 23:52:33 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.