Bitcoin Forum
May 08, 2024, 10:58:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 »
  Print  
Author Topic: ARG Puzzle with 3.5 BTC Private Key Prize, Game Over  (Read 99434 times)
micaman
Sr. Member
****
Offline Offline

Activity: 345
Merit: 500



View Profile WWW
July 04, 2014, 12:04:51 AM
 #1821

Come on guys let's keep it simple.
I will try to broadcast the double SHA of the key into space, let's hope someone answers...

edit: https://www.youtube.com/watch?v=OkycNvrpjCs
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715165936
Hero Member
*
Offline Offline

Posts: 1715165936

View Profile Personal Message (Offline)

Ignore
1715165936
Reply with quote  #2

1715165936
Report to moderator
1715165936
Hero Member
*
Offline Offline

Posts: 1715165936

View Profile Personal Message (Offline)

Ignore
1715165936
Reply with quote  #2

1715165936
Report to moderator
Gatekeeper
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
July 04, 2014, 12:10:42 AM
 #1822

only thing that sticks out for me is
1ndx (index)
V0lP (voip)
and of course the Roahzpeny (Rose penny)

but as usual dead ends all around and no idea which direction to take. zzzz

(1470) <KLYE> But I was far too drunk to fuck a midget
(1470) <KLYE> I will fuck a chicken for 250 btc
mirth23
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 04, 2014, 12:23:58 AM
Last edit: July 04, 2014, 01:07:54 AM by mirth23
 #1823

Ok, here's what we've got:
Code:
CHANNEL NUMBER, (TWO DIGITS, WRITTEN VERTICALLY).
z69JZqlJn862D1ndx7oLVEMmVOlP1zewEeUCrsI7Roahzpeny7P

edit2: note that it's unclear if that's a O or 0 above; the two fonts are different so there's nothing to compare it against. I think it's most likely the letter O but the transformation below assumed it was a 0.

perhaps that means a transformation?
Code:
z9Zln6DnxoVMVl1eEUrIRazeyP
6JqJ821d7LEmOPzweCs7ohpn7

or perhaps a similar thing with just the digits?
Code:
68107
96717

zip codes in nebraska and hawaii?

edit: amusing factoid: if I convert that to GPS, it's in Siberia... I was all excited that it might be pointing at the Tunguska event, but upon closer inspection it's quite a ways off. Siberia a big place.

uhhm.

the fact that string is 51 characters was obviously compelling at first, but it's not in base58 so it's unclear how we'd shift it into a private bitcoin key. I've tried a couple approaches and always end up with some invalid characters, unless I start out by doing some weird transpositions that don't make a lot of sense.

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

edit4: managed to extract this hidden image!


...

ok, not really. zzz.
arg
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 01:07:36 AM
 #1824


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.
elh40257
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 01:23:46 AM
 #1825

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
Gatekeeper
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
July 04, 2014, 01:30:31 AM
 #1826

lol yeah , when i sha256 Wow! twice i get somthing different to the answer, so i'm intrigued to know what is the real answer because it doesn't seem like it was Wow!

(1470) <KLYE> But I was far too drunk to fuck a midget
(1470) <KLYE> I will fuck a chicken for 250 btc
arg
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 01:32:48 AM
 #1827


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



The first hash is into hex, then the second hash is of the hex not the binary.
mirth23
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 04, 2014, 01:39:38 AM
 #1828

If you're trying to replicate the results, you should be hashing '6EQUJ5' not 'Wow!'. Smiley
xELx
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 01:44:33 AM
 #1829

THAT'S THE ONE. I've literally been sitting here trying to remember what the hell I put assuming that it was "Wow!". Sorry folks!

Thanks Mirth.
xELx
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 01:58:08 AM
 #1830


The Final Countdown
elh40257
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 02:02:09 AM
 #1831

Damn I'm slow... Thanks to you all. Grin
Denise520
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 04, 2014, 02:04:26 AM
 #1832

I was so confused about what SHA256 is.
Izerian
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 04, 2014, 02:04:39 AM
 #1833

Damn I'm slow... Thanks to you all. Grin

You're not the only one... "Wow!" as a literal can effectively piss off.
Gatekeeper
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
July 04, 2014, 02:08:56 AM
 #1834


So we're obviously close to the end or even the clue we are stuck on is the end, being 51 chars it could be a priv key that is coded somehow. I'm totally stuck so good luck to whoever figures out the next part

(1470) <KLYE> But I was far too drunk to fuck a midget
(1470) <KLYE> I will fuck a chicken for 250 btc
xELx
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 02:19:33 AM
 #1835

Song removed from original post.
micaman
Sr. Member
****
Offline Offline

Activity: 345
Merit: 500



View Profile WWW
July 04, 2014, 02:23:50 AM
 #1836

Song removed from original post.
I hate when she does that... why???

EDIT: Still no strange signals.

EDIT2: It can be another bitcoin address. I'll check it tomorrow if it hangs until there. GN & GL
mirth23
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 04, 2014, 02:30:05 AM
Last edit: July 04, 2014, 03:29:37 AM by mirth23
 #1837

i'm working an angle, no data yet though.

edit: adding a prediction here, for posterity. zzz.
Code:
 md5: 8825d35a32fe23b7b26b2604b5928451
Yemmster
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2014, 06:13:43 AM
Last edit: July 04, 2014, 06:28:44 AM by Yemmster
 #1838

Two lines sepparate Wow.JPG from the original document.

Quote from: Wow.JPG
CHANNEL NUMBER, (TWO DIGITS, WRITTEN VERTICALLY).
z69JZqlJn862D1ndx7oLVEMmV0lP1zewEeUCrsI7Roahzpeny7P

Quote from: Original document
CHANNEL NUMBER, (TWO DIGITS, WRITTEN VERTICALLY),
00000000011111111112222222222333333333344444444445
12345678901234567890123456789012345678901234567890
[/s]


I'm Waay to slow today
sha-256
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 04, 2014, 06:27:54 AM
 #1839

edit4: managed to extract this hidden image!

impressive, how did you do?
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3920
Merit: 2198


Verified awesomeness ✔


View Profile WWW
July 04, 2014, 06:53:29 AM
 #1840

Damn, this puzzle is going crazy!

Shorena, your PDF file is nice, however you should try to make it more "one thing". There were a lot of stand alone sentences, which was pretty annoying for me. If you packed them together in one little story it would have been much better. Other then that, it was definitely a good read. I got mentioned ones and one of my posts is included, yeah Grin

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
Pages: « 1 ... 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!