Pages:
Author

Topic: Ok, here's a 1BTC puzzle. - page 19. (Read 14607 times)

sr. member
Activity: 687
Merit: 269
January 19, 2019, 03:17:26 AM
#44
There are almost 850k combinations of 8 words that have 32 characters (like 4 2 4 8 2 5 2 5).

https://filebin.net/pko3eyxrha59wdk3

Considering words with max 8 letters.
If we remove unlikely combinations (like 1 1 1 1 4 8 8 8 ) it can be reduced 2-3 times but with hundreds of possible words for every word length, there are still way too many combinations to go through.

I think i know how to reduce the combinations. Sort it by sum of differences from 4 4 4 4 4 4 4 4. The new list looks like:

Code:
000 4 4 4 4 4 4 4 4
002 3 4 4 4 4 4 4 5
002 3 4 4 4 4 4 5 4
002 3 4 4 4 4 5 4 4
002 3 4 4 4 5 4 4 4
002 3 4 4 5 4 4 4 4
002 3 4 5 4 4 4 4 4
002 3 5 4 4 4 4 4 4
002 4 3 4 4 4 4 4 5
...

The correct solution is likely to be in top 10 000 of such a list. Maybe in top 1000
legendary
Activity: 3472
Merit: 10611
January 18, 2019, 10:53:07 PM
#43
There are almost 850k combinations of 8 words that have 32 characters (like 4 2 4 8 2 5 2 5).

https://filebin.net/pko3eyxrha59wdk3

Considering words with max 8 letters.
If we remove unlikely combinations (like 1 1 1 1 4 8 8 8 ) it can be reduced 2-3 times but with hundreds of possible words for every word length, there are still way too many combinations to go through.

it is not hundreds it is at least billions of possibilities because when you are brute forcing it like this you don't know the sequence of the words so if you choose a result like A B C D E F G H (where a,b,.. are words) then it alone has 40,320 (8!) cases (eg: ABCDEFGH, ABCDEFHG, ABCDEHGF,...) then you have to also add the variation of each word. meaning A (if it is a 2 letter word) may be at least a couple of thousand words. and that is true for each word.
it simply is impossible to brute force this without having at least 5 or 6 words of it.
full member
Activity: 379
Merit: 112
Tips: 3DhgXE1BedBJY6uxjxai3Nsaj8sXGU4ite
January 18, 2019, 05:14:53 PM
#42
Assuming you already have the 8 camel case english words, how to convert it to private key format ?, Thanks.
jr. member
Activity: 84
Merit: 1
January 18, 2019, 04:09:59 PM
#41
This is a really cool tool, thanks for the share
sr. member
Activity: 687
Merit: 269
January 18, 2019, 04:03:45 PM
#40
the average (4 letters per word) is really really low.
according to some site 8.23 characters is the average length in english this means if the solution originated from normal english, the author was
mainly removing words that were pointless or too long, to fit it correctly.

distribution: since in english there is many shorter than average words and rare longer ones, so would be in the puzzle.

because 4 is the average this means three letter words are extremely likely, they act as counterpart to the longer than average words

What three letter words do you think there are? Most common are:

 one, how, the, out, had, was, for, use, and, can, her, are, she, all, you...

I was trying to come out with obvious combos involving 3+4 letter words

newbie
Activity: 129
Merit: 0
member
Activity: 700
Merit: 14
January 17, 2019, 07:17:40 PM
#38

Did you make the puzzler? That looks a very handy tool solving this CamelCase Key.
sr. member
Activity: 687
Merit: 269
January 17, 2019, 11:56:10 AM
#37
newbie
Activity: 163
Merit: 0
January 16, 2019, 08:13:46 PM
#36
I'm curious, does "Hint: 8 camel case english words, no special symbols" mean no numbers(as in numeric symbols)?
camel case means writing sentence/phrase with no spaces and punctuations, special symbols = @#% etc
instead of space between words, a capital letter indicates a beginning of a new word
for example, weDontKnowTheAnswerToTheQuestion
I'm not sure whether in this case the very first word should begin with lower or upper case letter

Yeah, I know, I mean is smth like "ItTookForeverButYourCodeIs234567", that has numbers, possible? Because numbers as numeric symbols are not actually words. And it says english words.
full member
Activity: 504
Merit: 107
A non technical guy in a technical world
January 16, 2019, 06:45:20 PM
#35
I believe it would start with a capital letter, as that is part of CamelCase style, and how the OP wrote it
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
January 16, 2019, 05:53:07 PM
#34
I'm curious, does "Hint: 8 camel case english words, no special symbols" mean no numbers(as in numeric symbols)?
camel case means writing sentence/phrase with no spaces and punctuations, special symbols = @#% etc
instead of space between words, a capital letter indicates a beginning of a new word
for example, weDontKnowTheAnswerToTheQuestion
I'm not sure whether in this case the very first word should begin with lower or upper case letter
newbie
Activity: 163
Merit: 0
January 16, 2019, 05:22:36 PM
#33
I'm curious, does "Hint: 8 camel case english words, no special symbols" mean no numbers(as in numeric symbols)?
newbie
Activity: 29
Merit: 0
January 16, 2019, 12:56:37 AM
#32
Uuumph, too hard for a regular trader! Angry
sr. member
Activity: 687
Merit: 269
January 16, 2019, 12:28:47 AM
#31
solution checker:

https://jsfiddle.net/4swjh6ur/

simply enter the solution  into the first box

it checks the ripemd160 matches the one on blockchain.info and gives you alert window if yes.
member
Activity: 118
Merit: 11
January 15, 2019, 11:00:14 AM
#30
I think I get it, just many combos to go through.
No acronyms, right? Full english words?
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
January 15, 2019, 09:04:52 AM
#29
Let's have a signed message from that address please, showing that you own that address and that you know the Private key, before we put the effort into this.  Roll Eyes
Signature is valid (try quoting a reply and copy the post message from there)

nice puzzle btw! Will there be any hints regarding the direction?
true... the OP has a valid signed message
but I can't figure out the answer to the question or any lead to finding the private key
and what does he mean by "8 camel case english words"? Huh
nevermind... I understand what it means now Cheesy

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Ok, here's a 1BTC puzzle.

The question is the following:

WhyTheCombOfNatashaOtomoskiHas21Teeth?.txt

The solution is a 32 characters long plain-text (the private key).

Hint: 8 camel case english words, no special symbols

Happy puzzling!
-----BEGIN SIGNATURE-----
179sxfh6rw6bHSo5wVUhLP96k46QaEzVP
G/cbms/K/DNzcRin5v2B03iXdbpdVoZbTebt7KG95j3FUqnJvcP9rDYcGpSV27RLspR7SlPjqma4h0tDAMwovIo=
-----END BITCOIN SIGNED MESSAGE-----
newbie
Activity: 10
Merit: 2
January 15, 2019, 07:16:06 AM
#28
Signature is valid (try quoting a reply and copy the post message from there)

nice puzzle btw! Will there be any hints regarding the direction?
legendary
Activity: 3472
Merit: 10611
January 14, 2019, 10:45:39 PM
#27
i'm afraid that only the starter of this topic can answer that question and to be honest this doesn't seem like a serious puzzle to me. at least not until he provides a proper signature (the one in OP is missing the message so there is no way to verify it).
that's incorrect. the OP used the post text as the message and it validates.

i tried verifying it yesterday and it didn't verify (using Electrum). however it is possible that i've made a mistake since it is not in code tags which makes the copying a bit weird. i'll try checking it later and if it verified i'll edit my previous post.
newbie
Activity: 22
Merit: 2
January 14, 2019, 10:22:35 PM
#26
i wonder if OP was giving us another hint by giving the txid instead of the address. it looks like one of the addresses in the tx might be a vanity address: 1BucK...
newbie
Activity: 22
Merit: 2
January 14, 2019, 09:52:18 PM
#25
i'm afraid that only the starter of this topic can answer that question and to be honest this doesn't seem like a serious puzzle to me. at least not until he provides a proper signature (the one in OP is missing the message so there is no way to verify it).
that's incorrect. the OP used the post text as the message and it validates.
Pages:
Jump to: