Bitcoin Forum
May 06, 2024, 04:35:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: Ok, here's a 1BTC puzzle.  (Read 14329 times)
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10550



View Profile
January 15, 2019, 12:53:33 AM
 #21

The solution is a 32 characters long plain-text (the private key).
As far as I know, there is no 32 character private key. A mini private key would have 30 characters.
usually every character is represented as 1 byte and considering a private key is 32 bytes you can simply convert a 32 char long string to a 32 byte long byte array and use it as a private key.
for instance this sentence ("Hi this is satoshi nakamoto comb") is 32 byte long and can be represented as "10f0c810a0c56a1282574ce4bf9d3e843afc5be688c277ab75e6da1e6f95d756" in base16 or "Kwne8vNfRRiq8d6CB6YpCtbK6EKCRyoCjPGomLshKgubBWwiDQWD" in base58 WIF.
That's called a brainwallet: https://brainwalletx.github.io/

no, that is not called "brain wallet". it is not called anything actually. you are choosing the private key in a silly manner, that's all. a brain wallet has no restrictions for how long the input should be (the 32 byte) so it can be a 1 letter input or an essay of couple of pages long. and that is simply because they hash it to reduce the size.

Hex should be: 48692074686973206973207361746f736869206e616b616d6f746f20636f6d62
lol, i don't know why but i was passing the SHA256 hash of it as the bytes instead! fixed it

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
1715013311
Hero Member
*
Offline Offline

Posts: 1715013311

View Profile Personal Message (Offline)

Ignore
1715013311
Reply with quote  #2

1715013311
Report to moderator
1715013311
Hero Member
*
Offline Offline

Posts: 1715013311

View Profile Personal Message (Offline)

Ignore
1715013311
Reply with quote  #2

1715013311
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715013311
Hero Member
*
Offline Offline

Posts: 1715013311

View Profile Personal Message (Offline)

Ignore
1715013311
Reply with quote  #2

1715013311
Report to moderator
1715013311
Hero Member
*
Offline Offline

Posts: 1715013311

View Profile Personal Message (Offline)

Ignore
1715013311
Reply with quote  #2

1715013311
Report to moderator
1715013311
Hero Member
*
Offline Offline

Posts: 1715013311

View Profile Personal Message (Offline)

Ignore
1715013311
Reply with quote  #2

1715013311
Report to moderator
kenzawak
Hero Member
*****
Offline Offline

Activity: 658
Merit: 851



View Profile
January 15, 2019, 02:13:04 AM
 #22


no, that is not called "brain wallet".
I thought all you needed to do was find an 8 word sentence and then use this to find the private key:
https://www.bitaddress.org (click on brain wallet, paste your sentence)

I'm wrong then?
airdagon
Member
**
Offline Offline

Activity: 546
Merit: 17


View Profile
January 15, 2019, 02:18:52 AM
 #23

I do not understand why there are some people making new sensation by making puzzles to get 1 BTC, what the purpose ?

I think there are many ways to get 1 BTC, that is by trading, or by investing, or by joining ICO and Bounty.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10550



View Profile
January 15, 2019, 02:43:21 AM
Last edit: January 15, 2019, 04:12:45 AM by pooya87
 #24


no, that is not called "brain wallet".
I thought all you needed to do was find an 8 word sentence and then use this to find the private key:
https://www.bitaddress.org (click on brain wallet, paste your sentence)

I'm wrong then?

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).
my assumption was based on the fact that he said "32 characters" and as i explained before 1 char is usually 1 byte. and private key is a 32 byte integer.

edit:
the message is the post itself and the new lines are \n instead of \r\n which is why i couldn't verify it first.
also here is its public key:
Code:
042b0763e8ce0c77dc0ac7511a0cc5c2ae466c85fd7dcbfe297b47790914f3e10a7639afd881f0493e59e31120a5e7c005b63072a79f6ffbb447e7c0e363ab6f9a

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
runlola
Newbie
*
Offline Offline

Activity: 22
Merit: 2


View Profile
January 15, 2019, 02:52:18 AM
 #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.
runlola
Newbie
*
Offline Offline

Activity: 22
Merit: 2


View Profile
January 15, 2019, 03:22:35 AM
 #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...
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10550



View Profile
January 15, 2019, 03:45:39 AM
 #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.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Peter88
Newbie
*
Offline Offline

Activity: 10
Merit: 2


View Profile
January 15, 2019, 12:16:06 PM
 #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?
Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
January 15, 2019, 02:04:52 PM
Merited by LoyceV (1)
 #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-----

imjustagirl
Member
**
Offline Offline

Activity: 118
Merit: 11


View Profile
January 15, 2019, 04:00:14 PM
 #30

I think I get it, just many combos to go through.
No acronyms, right? Full english words?

1JPnqMd1Q43L3KbZ7SoTSdRCD2aLj2sikF Tip Me!
watashi-kokoto
Sr. Member
****
Offline Offline

Activity: 682
Merit: 268



View Profile
January 16, 2019, 05: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.
capitan_rocotan
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
January 16, 2019, 05:56:37 AM
 #32

Uuumph, too hard for a regular trader! Angry
O4karitO
Newbie
*
Offline Offline

Activity: 163
Merit: 0


View Profile
January 16, 2019, 10:22:36 PM
 #33

I'm curious, does "Hint: 8 camel case english words, no special symbols" mean no numbers(as in numeric symbols)?
Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
January 16, 2019, 10: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

HippiePyro
Full Member
***
Offline Offline

Activity: 476
Merit: 107

A non technical guy in a technical world


View Profile
January 16, 2019, 11:45:20 PM
Last edit: January 17, 2019, 12:04:25 AM by HippiePyro
 #35

I believe it would start with a capital letter, as that is part of CamelCase style, and how the OP wrote it
O4karitO
Newbie
*
Offline Offline

Activity: 163
Merit: 0


View Profile
January 17, 2019, 01:13:46 AM
 #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.
watashi-kokoto
Sr. Member
****
Offline Offline

Activity: 682
Merit: 268



View Profile
January 17, 2019, 04:56:10 PM
 #37

New puzzler

https://jsfiddle.net/y3j4uz1v/
ryap12
Member
**
Offline Offline

Activity: 700
Merit: 14


View Profile
January 18, 2019, 12:17:40 AM
 #38


Did you make the puzzler? That looks a very handy tool solving this CamelCase Key.
kxz1498
Newbie
*
Offline Offline

Activity: 129
Merit: 0


View Profile
January 18, 2019, 12:20:35 AM
 #39


Thanks. Comes in very handy.
watashi-kokoto
Sr. Member
****
Offline Offline

Activity: 682
Merit: 268



View Profile
January 18, 2019, 09: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

Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »  All
  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!