Pages:
Author

Topic: ARG Puzzle with 3.5 BTC Private Key Prize, Game Over - page 16. (Read 99503 times)

sr. member
Activity: 358
Merit: 250

5KZnsvrXDcP7JFD7GCuZvifrbcBtK4kAe8nHx6ibktgvPJxs4Lp  should be a valid private key. It doesn't include a zero, capital o, capital i or lowercase L.
it is the key for 1nchRAYGJofxyrkuhbL1CGYtD5x8Lowi5 according to blockchain
newbie
Activity: 14
Merit: 0
I did the exact same thing and was very disappointed that it didn't work.
5KZnsvrXDcP7JFD7GCuZvifrbcBtK4kAe8nHx6ibktgvPJxs4Lp is wrong though. This is the correct one albeit still not the answer:
5KZnsvrXDcP7JFD7GCuZvifrbEBtK4kAe8nHx6ibktgvPJxs4Lp

You are wrong Gatekeeper. For reference the reason why it does get imported is here:
http://gobittest.appspot.com/PrivateKey
play around with it a bit.
newbie
Activity: 22
Merit: 0
I was just going to post the exact same findings, except that at my end, I got the same key and it does convert to a public key.

It doesn't, it's not valid base58.
Oh, it imports fine on blockchain.com though. Maybe it is one of those other wallet import formats that it is defaulting to.
arg
newbie
Activity: 14
Merit: 0
Code:
echo -n "5KZns" | openssl dgst -sha256
b2a950ff612a89d7fd2effa6d75acced098d9d141a559029629080c092aedf14


Yep. That's what I came up with. You can't get a sane private key out of it.

I think this is right, I don't know why it doesn't give the correct key though.


I was just going to post the exact same findings, except that at my end, I got the same key and it does convert to a public key.

It doesn't, it's not valid base58.
newbie
Activity: 22
Merit: 0
This program, for example transforms the "z69JZ..." string into
5KZnsvrXDcP7JFD7GCuZvifrbcBtK4kAe8nHx6ibktgvPJxs4Lp

Notice how the first two characters changed to 5K ? That's what private keys start with.  However, the answer I get doesn't transform into a valid private key since the checksum doesn't match.  I'm posting my program in the hopes someone else has a better variation.  I just want this thing over...
I was just going to post the exact same findings, except that at my end, I got the same key and it does convert to a public key. Namely, 1nchRAYGJofxyrkuhbL1CGYtD5x8Lowi5. It made my heart jump when I found it, but it is, alas, empty.
member
Activity: 75
Merit: 10
Guys, I believe it's a shift of the original text.
Each character is shifted within the 62 character alphabet described by Crops clue.  
The amount to shift is given by the WOW signal characters.  

This program, for example transforms the "z69JZ..." string into
5KZnsvrXDcP7JFD7GCuZvifrbcBtK4kAe8nHx6ibktgvPJxs4Lp

Notice how the first two characters changed to 5K ? That's what private keys start with.  However, the answer I get doesn't transform into a valid private key since the checksum doesn't match.  I'm posting my program in the hopes someone else has a better variation.  I just want this thing over...

Code:
#include 
#include

char* alph = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";

int idxof(char c, char* alphabet) {
    int i;
    for (i=0;i        if (alphabet[i] == c) { return i; }
    }
    return -1;
}

main()
{
    char* s = "z69JZqlJn862D1ndx7oLVEMmVOlP1zewEeUCrsI7Roahzpeny7P";
    char* p = "6EQUJ5";

    int i =0;
    int n;
    while (i < strlen(s)) {
        int n = idxof(s[i],alph);
        int v = idxof(p[i%strlen(p)],alph);
        v=(v+n) % 62;
        printf ("%c",alph[v]);
        i++;
    }
    printf ("\n");
}

EDIT: I believe there is either more after the 6EQUJ5 or the algorithm is slightly off.  Remember, if you are trying variations of the 'p' string, you must only use characters from the alphabet.  So no punctuation or spaces.
sr. member
Activity: 345
Merit: 500
Tried to shift uppercase by 10, lowercase by 36, and no shift on numbers. Nothing.
newbie
Activity: 14
Merit: 0
Yea. that hint doesn't help me at all. That is where i have been all along.
6142630195 and
6106091935524719490806021301493959075021311422483100472501614058144030125354180 72750364361514049600725
or
6169193552471949862131493959750213114224831047251614058144030125354187275036436 151404960725

depending on if you use 6=06 or 6=6
sr. member
Activity: 358
Merit: 250
OP again , but nothing we don't already know

1) 0=0 A=10 a=36
2) 6EQUJ5
3) z69JZqlJn862D1ndx7oLVEMmVOlP1zewEeUCrsI7Roahzpeny7P

we know it's base64 code
OP said "No sha or hash needed"

would also indicate that the squigly lines we added in don't really have anything to do with it.
hero member
Activity: 1582
Merit: 502
0 = 0A = 10BABYA = 36WOW?

On the original image....
0 is the starting point, 0 = A, capital a, 10 characters is a baby a (cute Smiley)
Above that there is also the letters 3 6 w o w.......
Wonder what that means.... Huh

im braining on this but no way Cheesy

Yeah I found it weird too....

I can't figure out what it means though....
member
Activity: 98
Merit: 10
0 = 0A = 10BABYA = 36WOW?

On the original image....
0 is the starting point, 0 = A, capital a, 10 characters is a baby a (cute Smiley)
Above that there is also the letters 3 6 w o w.......
Wonder what that means.... Huh

im braining on this but no way Cheesy
hero member
Activity: 1582
Merit: 502
0 = 0A = 10BABYA = 36WOW?

On the original image....
0 is the starting point, 0 = A, capital a, 10 characters is a baby a (cute Smiley)
Above that there is also the letters 3 6 w o w.......
Wonder what that means.... Huh
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
6EQUJ5 is a reference to the Wow! code: http://en.wikipedia.org/wiki/Wow!_signal
Maybe we need to do something with 6EQUJ5 and the code we extracted. Just don't know how.

OP posted

- 6EQUJ5
- No sha or hash needed
Confirmed. I saw it too Wink
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
6EQUJ5 is a reference to the Wow! code: http://en.wikipedia.org/wiki/Wow!_signal
Maybe we need to do something with 6EQUJ5 and the code we extracted. Shifting it using those numbers or something. No idea, brain is dead.

OP posted

- 6EQUJ5
- No sha or hash needed
Confirmed. I saw it too Wink
sr. member
Activity: 358
Merit: 250
OP posted


- 6EQUJ5

- No sha or hash needed
sr. member
Activity: 644
Merit: 250
How about a character shift of only 30?  Didn't the SETI article indicate that the Wow signal was only a 30 (unknow unit of measure) deviation from the standard background noise at its highest point?  May not have anything to do with it, who knows.

U=30 and that was only the highest measured signal (30 time of normal deep space noise).

that dont mean it isnt more after 30...



another idea is: CHANEL NUMBER (2 digit VERTICALY)

here it means the first colum (verticaly), but since we only have 1 digit veticaly, maybe we need to find the 2nd colum?
and in original there are two, which build up the channel number!

arg
newbie
Activity: 14
Merit: 0
How about a character shift of only 30?  Didn't the SETI article indicate that the Wow signal was only a 30 (unknow unit of measure) deviation from the standard background noise at its highest point?  May not have anything to do with it, who knows.

Nope.

Code:
Tadn3KFnHcaWhVH7RbIpziqGzsFtVT8Qi8ygLMmbvI4BTJ8HSbt
Vcfp5MHpJecYjXJ9TdKr1ksI1uHvXVASkA0iNOodxK6DVLAJUdv
hero member
Activity: 854
Merit: 500
Nope..
How about a character shift of only 30?  Didn't the SETI article indicate that the Wow signal was only a 30 (unknow unit of measure) deviation from the standard background noise at its highest point?  May not have anything to do with it, who knows.
legendary
Activity: 1188
Merit: 1016
Sorry didn't explain very well, there are 51 total characters, 10 of which are numbers 0-9, the remaining 41 are letters.
Pages:
Jump to: