Search content
Sort by

Showing 20 of 52 results by elh40257
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize **Game Over**
by
elh40257
on 06/07/2014, 23:04:37 UTC
Good experience. But not mood. Congratulations!... but this is not that I think. :-)
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 06/07/2014, 00:33:16 UTC
There is my long shot results: https://gist.github.com/anonymous/2a883aee11c1c2ea85ef. Can do this in another ways but this looks wrong. Not understand, must we calculate hash of something with this 51 characters line or work with they as is.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 05/07/2014, 05:25:48 UTC
...
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 23:40:06 UTC
Quote
How did you even get to doing that? Doesn't make any sense given the source material.
Compare them. And I go to do this too.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 23:18:57 UTC
OP, my data and translator seems to be normal, but I can not translate message to them. I remember that you are not do mistakes, that is why I try and try do it again. And again. My message structure is: *EDITED*, IT IS LOOKS WRONG.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 22:23:34 UTC
Try to read OP message from last picture using your words. Wink
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 18:55:16 UTC
Looks like I found a clue, but can not understand how to place it (not very urgen, not too many variations) and how many new lines I must place after it (very urgent)? Cheesy Yet another night without a sleep is here...

Nice of you to share the clue with us...
I wrote a hint in message above. Wink Can not say if it is a right way, think must try myself before placing it.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 18:45:49 UTC
Looks like I found a clue, but can not understand how to place it (not very urgen, not too many variations) and how many new lines I must place after it (very urgent)? Cheesy Yet another night without a sleep is here...
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 16:45:46 UTC
Code:
Sorry, I'm overtired and can't read typo. Care to reword?
Yes, sure. There is a key from space. Grin
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 16:16:07 UTC
Probably (absolutely?) irrelevant: at this place we can see an unique choice of random number generator.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 13:41:39 UTC
hoba, thanks for the uploading this. Also read Shorenas text, good work.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 11:28:15 UTC
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 09:06:56 UTC
I can confirm that there is a 7z file embedded inside the wow.jpg.

Seperating them, however, is a task I'll leave to others more suited for that task.
Are you have it? If yes, can you post a hash of this?
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 08:28:49 UTC

edit3: it's also unclear what the next step is - there's no obvious thing to unzip, so does that mean we're almost done? even if that's the case, I am going to step away from the keys for a while. Smiley

The JPEG is too big for my liking.

are you guys sure that there is nothing more to unzip?

my app ask me for a password to unzip Wow.jpg ...
There is no signature for 7z archive, unzip also show nothing, how?
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 08:17:12 UTC
Quote
You were to slow, haha. Tongue
Ah, you are too fast!
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 08:11:12 UTC
Would someone please upload the latest pdf file onto another service.

My work is blocking the link provided here, and I have some free time, to help you guys, working through that.

Thanks in advance. 
http://www.speedyshare.com/TTEEG/the-trail.pdf
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize*
by
elh40257
on 04/07/2014, 02:02:09 UTC
Damn I'm slow... Thanks to you all. Grin
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 04/07/2014, 01:23:46 UTC
Damn son, what a fluke! hahahaha Grin

To unlock Crops:

shax2 Wow! = 807779b76e88b7aa9abc84a126822f76c0f24a28b5eb2ea1baa435eb09f5c155

Sorry for a bit offtop, but have a newbie question, how to get this? First calculate hash of "Wow!" (without quotes), then hash result again? Lowercase or uppercase? Already tried this bash script (''sh scriptname.sh Wow!''):

Code:
echo -n "$1" | openssl dgst -sha256 -binary | tr -d '\n' | openssl dgst -sha256

And this python code:

Code:
>>> a = hashlib.sha256()
>>> a.update("Wow!")
>>> a.hexdigest()
'4a7d6d3e8888a86b41c710f1d44c43d9ec7a4f97dce4f1ec3c0fb124ca0188de'
>>> a2 = hashlib.sha256()
>>> a2.update(a.digest())
>>> a2.hexdigest()
'15b46b4b87922f08d5cf6df20f900941953fb712df4bd2dda935f0b1f82b7cb9'

No matches. Look like all this time I do it wrong. Grin
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 03/07/2014, 20:25:49 UTC
I had told myself I'd not post again until something important happened but I must say: where the fuck do you actually download that file? It just wants me to use its exe (hahaha).

Here's an MD5 hash: e533ea51607916e7dfac6211a939a1fd

Link: https://mega.co.nz/#!soUH1QwB!3cBaiOmXMOItB5lwRhAkPCFTiXlbyr7FJX5VCCuwIZE

Enjoy.
e533ea51607916e7dfac6211a939a1fd - YES, IT IS!
Also see there: https://bitcointalk.org/index.php?topic=661781.msg7647910#msg7647910.
Post
Topic
Board Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
elh40257
on 03/07/2014, 20:00:50 UTC
Quote
Always good to double check though
http://www.speedyshare.com/jjhEd/Crops.7z Wink