Search content
Sort by

Showing 2 of 2 results by Cammy
Post
Topic
Board Bitcoin Discussion
Re: New Bitcoin ARG, The legend begins here.... 4.33 BTC BOUNTY!!!
by
Cammy
on 21/01/2018, 01:20:55 UTC

I read through the whole thread and that one hint (the Xs and their sequence) were never used to solve anything, also I find it awkward that the chessboard was considered in the thread before it actually appeared on the painting. It is kind of too much of a coincidence. Then again, it may be an awkward coincidence...


Are you referring to the sequence below? It was the beginning of the ARG and led to the 1follow address. The reason someone considered it as a chessboard was because there were chess references in earlier parts of the ARG, even before this image. I wouldn't expect this to related to the image though.

Code:
-=[O]=-=[ ]=-=[ ]=-=[x]=-=[x]=-=[ ]=-=[ ]=-=[x]=
-=[ ]=-=[x]=-=[ ]=-=[ ]=-=[x]=-=[ ]=-=[ ]=-=[ ]=
-=[x]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=
-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[x]=-=[ ]=
-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=-=[x]=-=[ ]=-=[ ]=
-=[ ]=-=[ ]=-=[ ]=-=[x]=-=[ ]=-=[ ]E-=[M]=-=[ ]=
-=[x]=-=[ ]=-=[ ]=-=[x]=-=[ ]=-=[ ]=-=[ ]=-=[x]=
-=[ ]=-=[ ]=-=[ ]=-=[x]=-=[ ]=-=[ ]=-=[ ]=-=[ ]=
-=[ ]=-E[x]=-=[ ]=-=[-]=-=[3]=-=[4]=-=[7]=-=[ ?
O = Origin Block
M = Message
E = Error in separators
? = Missing close square bracket

Also there was this comment

Ok this one is pretty obvious but I have not think about it until now.
The first message has two series of numbers the encoded in the X and the 347 final part, maybe that's the user and password and we just need to properly decode both.
3 4 7 9 12 16 30 37 43 48 51 55 59 65 - 3 4 7
(...)
I think that series may be important later on, but it isn't part of this password puzzle.
(...)

and mirth23 knows what he is saying, he solved a large part of this puzzle. If this painting is really the last puzzle piece, than when to use the sequence if not NOW?

This is possible. The number 347 in particular has shown up many times throughout this series. If applying it to the flames, I'd guess you could try looking at every third flame, then every fourth, etc. Are there other ways this number sequence could relate to the image?
Post
Topic
Board Bitcoin Discussion
Re: The Legend of Satoshi Nakamato, FINAL STEP PUBLISHED.... 4.87 BTC GRAND PRIZE!
by
Cammy
on 10/01/2018, 14:42:10 UTC

In the interest of keeping my post about more then just engaging this nonsense.., I wanted to visually be able to see what flames were responsible for that "iskeyfile" pattern.., so I worked through it by hand and color coded the bits.

Note: when I say Top/Top I am referring to the outside track of the top of the image, after it has been rotated 90 degrees cw (Portrait).

https://imgur.com/a/DGGOg

Could you please tell more on what to look for in the visualisation? I mean, the color codes, there are quite a lot of colors used in the file, could you please explain how to read the file?

I'm not the same guy, but I've been trying to figure this out too.

The long black binary string in the top center is the flame heights in the order described by RealOnTheMF.

He then gets rid of the first 0 on the string, and breaks it down into chunks of 6 binary digits (top row in each column above each letter). Each one of these chunks is XOR'd with 011010 (the heights on the ribbons), to get the value in the third row.

The next step is a little strange. He's getting every fifth digit along this row, looping back to the start each time it wraps the end. This is where the colours come in. It starts with green (100110011100100), then proceeds to red, etc. This goes along the whole row.

Ignoring the colours now, we break this new string into sets of 5, giving 10011, 001111, 00100, etc. These are the ones directly above each letter.

Finally, each of this is decoded using the Bacon v2 cipher, giving T, H, E, etc.