|
roslinpl
Legendary
Offline
Activity: 2212
Merit: 1199
|
|
April 17, 2014, 03:25:11 PM |
|
so what is a bounty for that one?? How much I will get if I will solve it?
|
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 17, 2014, 03:36:15 PM |
|
so what is a bounty for that one?? How much I will get if I will solve it? Did you get the last one? The winner didn't let us know... The first one has a prize of 0.05 in the address, plus a bonus if they get in touch to claim it (see what we did there?). But this is the first of three. There will be small prizes along the way, and a bigger pot at the end if you can get them all. Still ironing out the kinks but hopefully it will be fun.
|
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 23, 2014, 09:32:03 AM |
|
Bump: new hints available!
|
|
|
|
sed
|
|
April 23, 2014, 07:09:33 PM |
|
These are fun, but I'm terrible at this kind of puzzle. Good luck to everyone!
|
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 23, 2014, 08:55:06 PM |
|
These are fun, but I'm terrible at this kind of puzzle. Good luck to everyone!
Subsequent episodes will work on different principles - they won't all be this kind of rebus.
|
|
|
|
Jouke
|
|
April 24, 2014, 08:29:40 AM |
|
Your uncle really used the MiniKey standard? So 30 characters in base58 only, with 00-check?
|
Koop en verkoop snel en veilig bitcoins via iDeal op Bitonic.nl
|
|
|
zetaray
|
|
April 24, 2014, 10:35:07 AM |
|
This will be fun, I will have a go
|
|
|
|
roslinpl
Legendary
Offline
Activity: 2212
Merit: 1199
|
|
April 24, 2014, 10:51:10 AM |
|
This will be fun, I will have a go good luck I must say this puzzle is really hard ... I cannot figure out the right answer yet ...
|
|
|
|
zetaray
|
|
April 24, 2014, 11:16:40 AM |
|
This will be fun, I will have a go good luck I must say this puzzle is really hard ... I cannot figure out the right answer yet ... I will try, but may not get anywhere. Well, C21H23NO5 is heroin, 360' is 30 yards?
|
|
|
|
roslinpl
Legendary
Offline
Activity: 2212
Merit: 1199
|
|
April 24, 2014, 12:27:28 PM |
|
This will be fun, I will have a go good luck I must say this puzzle is really hard ... I cannot figure out the right answer yet ... I will try, but may not get anywhere. Well, C21H23NO5 is heroin, 360' is 30 yards? Yes you are perhaps right and you are closer to an answer But still more puzzles pieces to put in a right place.
|
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 24, 2014, 12:46:37 PM |
|
Your uncle really used the MiniKey standard? So 30 characters in base58 only, with 00-check?
You seem surprised - why? Yes, it's a minikey, but in fact it's base 32: numbers and caps only. (This was explained in the first episode.) This still makes it way to hard to brute force (145 bits of entropy - the original Casascius coins had 123) but easier to remember and less confusion about whether any given clue is upper or lower case.
|
|
|
|
circusmidget11
Full Member
Offline
Activity: 224
Merit: 100
GOOD Dev
|
|
April 24, 2014, 10:10:06 PM |
|
This will be fun, I will have a go good luck I must say this puzzle is really hard ... I cannot figure out the right answer yet ... I will try, but may not get anywhere. Well, C21H23NO5 is heroin, 360' is 30 yards? Well this is definitely challenging but 30 yards of heroin is something to think about...Breaking Bad?
|
|
|
|
medUSA
Legendary
Offline
Activity: 952
Merit: 1005
--Signature Designs-- http://bit.ly/1Pjbx77
|
|
April 25, 2014, 05:04:59 AM |
|
I love a puzzle! "Llyswen > south" could be A470
|
|
|
|
Jouke
|
|
April 25, 2014, 08:03:39 AM |
|
Your uncle really used the MiniKey standard? So 30 characters in base58 only, with 00-check?
You seem surprised - why? Yes, it's a minikey, but in fact it's base 32: numbers and caps only. (This was explained in the first episode.) This still makes it way to hard to brute force (145 bits of entropy - the original Casascius coins had 123) but easier to remember and less confusion about whether any given clue is upper or lower case. A minikey is base58 and has the 00-check. Base58 means for example that no zero is allowed in the key. Base32 is all capital letters, and the numbers 2 till 7. By mentioning base32 I am now even more confused. Edit: is the 00-?-check still in place?
|
Koop en verkoop snel en veilig bitcoins via iDeal op Bitonic.nl
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 25, 2014, 08:22:09 AM |
|
Your uncle really used the MiniKey standard? So 30 characters in base58 only, with 00-check?
You seem surprised - why? Yes, it's a minikey, but in fact it's base 32: numbers and caps only. (This was explained in the first episode.) This still makes it way to hard to brute force (145 bits of entropy - the original Casascius coins had 123) but easier to remember and less confusion about whether any given clue is upper or lower case. A minikey is base58 and has the 00-check. Base58 means for example that no zero is allowed in the key. Base32 is all capital letters, and the numbers 2 till 7. By mentioning base32 I am now even more confused. Edit: is the 00-?-check still in place? It's a totally standard minikey, so yes the 00 check is still in place. The only difference is that the characterset has been reduced: BASE32 = '23456789ABCDEFGHJKLMNPQRSTUVWXYZ' BASE58 = '23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' So it's a base 32, not the 'standard' base 32 (which I understand isn't used that much). Sorry for the ambiguity. If you want to see the code used to generate the minikey, take a look at https://en.bitcoin.it/wiki/Mini_private_key_format#Python_CodeAside from using a reduced characterset, the only major difference is that I used a better source of entropy than random. I've used all caps and numbers simply because I didn't want people to have to wonder whether a clue was upper or lower case. Hope that helps!
|
|
|
|
Jouke
|
|
April 25, 2014, 09:52:30 AM |
|
Your uncle really used the MiniKey standard? So 30 characters in base58 only, with 00-check?
You seem surprised - why? Yes, it's a minikey, but in fact it's base 32: numbers and caps only. (This was explained in the first episode.) This still makes it way to hard to brute force (145 bits of entropy - the original Casascius coins had 123) but easier to remember and less confusion about whether any given clue is upper or lower case. A minikey is base58 and has the 00-check. Base58 means for example that no zero is allowed in the key. Base32 is all capital letters, and the numbers 2 till 7. By mentioning base32 I am now even more confused. Edit: is the 00-?-check still in place? It's a totally standard minikey, so yes the 00 check is still in place. The only difference is that the characterset has been reduced: BASE32 = '23456789ABCDEFGHJKLMNPQRSTUVWXYZ' BASE58 = '23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' So it's a base 32, not the 'standard' base 32 (which I understand isn't used that much). Sorry for the ambiguity. If you want to see the code used to generate the minikey, take a look at https://en.bitcoin.it/wiki/Mini_private_key_format#Python_CodeAside from using a reduced characterset, the only major difference is that I used a better source of entropy than random. I've used all caps and numbers simply because I didn't want people to have to wonder whether a clue was upper or lower case. Hope that helps! Yes, thanks!
|
Koop en verkoop snel en veilig bitcoins via iDeal op Bitonic.nl
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 25, 2014, 10:31:16 AM |
|
So, presumably you are coding a brute force app... When you've done, I'll be interested to find out how many combinations per second it can guess. That might help me calibrate further puzzles, assuming they use the same principles.
|
|
|
|
Jouke
|
|
April 25, 2014, 04:21:18 PM |
|
So, presumably you are coding a brute force app... When you've done, I'll be interested to find out how many combinations per second it can guess. That might help me calibrate further puzzles, assuming they use the same principles.
I just made a little script to go from minikey to address to see if my answers were correct. But I am about to give up
|
Koop en verkoop snel en veilig bitcoins via iDeal op Bitonic.nl
|
|
|
Cassius (OP)
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
April 25, 2014, 04:33:12 PM |
|
Check back regularly - there will be hints every couple of days until it goes.
|
|
|
|
|