Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 2.9 BTC Private Key Prize
by
moinen
on 27/06/2014, 02:08:43 UTC
Been trying some traversal strategies, treating the dots as directions (with blue as the start), and then collecting whatever letters I pass over. Most of them hit endless loops quickly, and all the ones I tried eventually do. This one went further than most before hitting a loop:

blue: right
red: left
green: down
yellow: up

Starting with the blue and using those rules, I get a path like this: http://imgur.com/8SKHIQU which crosses these characters: 3F9aAi

That doesn't seem to contain any useful information and doesn't work as a string on the sites that do take strings that short... not sure if this sort of thing is the right direction or yet another rathole.
Heh, had the exact same idea yesterday.