Bitcoin Forum
April 19, 2024, 06:22:00 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: How to set up a treasure map?  (Read 3348 times)
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 17, 2013, 01:12:59 PM
 #1

If I were to send 1 BTC to some address, all one would need to steal that money is the corresponding private key. Since a private key is nothing more than a 256-bit number, I was thinking about making a treasure map of sorts.

Code:
E9 87 3D 79 C6 D8 7D C0 FB 6A 57 78 63 33 89 F4 45 32 13 30 3D A6 1F 20 BD 67 FC 23 3A A3 32 62

for example, is a private key. So what sort of treasure hunt can I create that will make it possible for someone to discover the private key and therefore win the bounty?

I'm imagining a series of clues (think National Treasure), but not too obvious. If it's to be a world-wide hunt, it must therefore be difficult to crack. I don't want to hide the private key on a website or anything, but rather have the pieces be freely found in the public. So perhaps
Code:
E9
could represent the 233rd page of some book and so on.

Would love feedback and ideas.
1713507720
Hero Member
*
Offline Offline

Posts: 1713507720

View Profile Personal Message (Offline)

Ignore
1713507720
Reply with quote  #2

1713507720
Report to moderator
1713507720
Hero Member
*
Offline Offline

Posts: 1713507720

View Profile Personal Message (Offline)

Ignore
1713507720
Reply with quote  #2

1713507720
Report to moderator
1713507720
Hero Member
*
Offline Offline

Posts: 1713507720

View Profile Personal Message (Offline)

Ignore
1713507720
Reply with quote  #2

1713507720
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713507720
Hero Member
*
Offline Offline

Posts: 1713507720

View Profile Personal Message (Offline)

Ignore
1713507720
Reply with quote  #2

1713507720
Report to moderator
coinslut
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile
October 17, 2013, 02:59:42 PM
 #2

Kinda cool, make it extremely challenging though or someone will get it too quickly. Might want to look into "A Treasure's Trove" and books of that sort for the basics. Also 1 btc seems low for a worldwide hunt, but I guess for some it isn't about the money but the thrill of solving the puzzles.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
October 17, 2013, 03:04:01 PM
 #3

have you considered using Shamir's Secret Sharing so a person with enough pieces can't bruteforce the rest?

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 17, 2013, 06:47:07 PM
 #4

Kinda cool, make it extremely challenging though or someone will get it too quickly. Might want to look into "A Treasure's Trove" and books of that sort for the basics. Also 1 btc seems low for a worldwide hunt, but I guess for some it isn't about the money but the thrill of solving the puzzles.

Thats the question... How do I make it challenging? And the prize would probably be 1,000 bitcoins
Taras
Legendary
*
Offline Offline

Activity: 1386
Merit: 1053


Please do not PM me loan requests!


View Profile WWW
October 18, 2013, 12:24:09 AM
 #5

1,000 bitcoins? That's enough to feed 70,000 people for a week.
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 18, 2013, 11:18:18 AM
 #6

1,000 bitcoins? That's enough to feed 70,000 people for a week.

I guess I'm asking more for ideas on how to construct the treasure map rather than how much the bounty should be.
MatthewLM
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
October 18, 2013, 02:27:03 PM
 #7

have you considered using Shamir's Secret Sharing so a person with enough pieces can't bruteforce the rest?

A simple way is that maybe the private key could be derived by a hash of many pieces of data, where each are long enough so that you would need all of them to practically compute the private key. And then you could have arbitrary amounts of data as well.

Also the clues could be clues to find the next clue, which ends by finding the entire private key.
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 18, 2013, 09:59:01 PM
 #8

have you considered using Shamir's Secret Sharing so a person with enough pieces can't bruteforce the rest?

A simple way is that maybe the private key could be derived by a hash of many pieces of data, where each are long enough so that you would need all of them to practically compute the private key. And then you could have arbitrary amounts of data as well.

Also the clues could be clues to find the next clue, which ends by finding the entire private key.

That's interesting. So the first clue would be something like "Who is John Galt?", the answer to which might be "The man who stopped the motor of the world." And if you concatenate those strings, SHA256 it, there's your private key. Something like that?

Noitev
Hero Member
*****
Offline Offline

Activity: 812
Merit: 505


The Last NXT Founder


View Profile
October 19, 2013, 04:00:52 AM
 #9

have you considered using Shamir's Secret Sharing so a person with enough pieces can't bruteforce the rest?

A simple way is that maybe the private key could be derived by a hash of many pieces of data, where each are long enough so that you would need all of them to practically compute the private key. And then you could have arbitrary amounts of data as well.

Also the clues could be clues to find the next clue, which ends by finding the entire private key.

That's interesting. So the first clue would be something like "Who is John Galt?", the answer to which might be "The man who stopped the motor of the world." And if you concatenate those strings, SHA256 it, there's your private key. Something like that?



Yeah, or you can do what a few others have and just build a brainwallet string of words/ sentence.
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 19, 2013, 06:23:31 AM
 #10

So how do I make it extremely challenging, but not impossible? If the bounty is large, presumably a lot of people would try to solve it. It can't be simple questions and answers.
phirex
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
October 19, 2013, 09:48:02 AM
 #11

just an idea i have
take a picture of a wall in some parking lot preferably with some graffiti on it, and the parking spot above it "2D" will be one of the strings..
you could then hint with the city it was taken ....
that's of course not fair for everyone who lives far or in a different country...
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
October 19, 2013, 10:03:51 AM
 #12

If it's a treasure map, you want people to actually go to the first physical location, then get a clue for the next location.

If you're not making odd riddles, you could simplify it by just putting GPS coordinates, sort of like geocaching.

shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
October 20, 2013, 07:55:33 AM
 #13

just an idea i have
take a picture of a wall in some parking lot preferably with some graffiti on it, and the parking spot above it "2D" will be one of the strings..
you could then hint with the city it was taken ....
that's of course not fair for everyone who lives far or in a different country...

That's actually a pretty great idea!
Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2384


Viva Ut Vivas


View Profile WWW
October 22, 2013, 06:51:56 AM
 #14

One clue could include geocaching...where you place the clue somewhere and provide hints on how to get there.

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Buffer Overflow
Legendary
*
Offline Offline

Activity: 1652
Merit: 1015



View Profile
October 22, 2013, 06:54:43 AM
 #15

1,000 bitcoins? That's enough to feed 70,000 people for a week.

 Huh The Bitcoins aren't destroyed after being spent.


shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
November 29, 2013, 04:24:51 PM
 #16

Any other ideas on this?
rarkenin
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
November 29, 2013, 04:50:41 PM
 #17

One clue could include geocaching...where you place the clue somewhere and provide hints on how to get there.

That's too preferential for a given geographic region--good for a close group of friends or a town council, not for the bitcoin community. Or are you speaking of an online "cache" of sorts?
shamoons (OP)
Full Member
***
Offline Offline

Activity: 165
Merit: 100



View Profile
November 29, 2013, 05:06:03 PM
 #18

Either, both. Local cache, online treasure map - whatever.
Kouye
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


Cuddling, censored, unicorn-shaped troll.


View Profile
November 29, 2013, 06:18:37 PM
 #19

What exactly do you mean by a treasure map?
A riddle book such as https://store.mcsweeneys.net/products/the-clock-without-a-face?

My advice would be to make a first attempt at a national one, and craft a real treasure hunt pointing to a location where the private key is buried. This will solve both the brute-force issue raised by grue and the riddle=>private key conversion.


[OVER] RIDDLES 2nd edition --- this was claimed. Look out for 3rd edition!
I won't ever ask for a loan nor offer any escrow service. If I do, please consider my account as hacked.
StarfishPrime
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
November 30, 2013, 10:47:13 PM
Last edit: November 30, 2013, 10:59:08 PM by StarfishPrime
 #20

Any other ideas on this?

Instead of using hexadecimal fragments parts of the actual private key, you could use a bunch of words, numbers, phrases, etc strung together as a password for an encrypted key (using the BIP38 encrytion available for many paper wallets).

You could also have a sequence of 'prizes' that could only be claimed in sequence since a portion of previous key could also be used as part of the passphrase to the next one:

password = "test 1234 word 5A23d ..."  etc

edit: Someone already suggested using a 'brain wallet' phrase, but BIP38 would be significantly more resistant to password cracking attempts.

                         
    ¦                     
  ¦    ¦¦¦               
¦¦  ¦¦¦¦                 
                             ¦¦  ¦¦¦¦
                          ¦ ¦¦ ¦¦¦¦                     
                         ¦¦¦¦¦¦¦¦
                        ¦¦¦¦¦¦¦
                        ¦¦¦¦¦¦
                  ¦¦¦  ¦¦¦¦¦¦
                   ¦ ¦¦¦¦¦¦

                    ¦¦  ¦ ¦¦¦¦
                    ¦¦    ¦¦¦¦
                    ¦¦  ¦ ¦¦¦¦
                   ¦¦¦  ¦ ¦¦¦¦¦
                ¦¦¦¦    ¦ ¦¦¦¦¦¦¦¦
             ¦¦¦¦¦    ¦ ¦¦ ¦¦¦¦¦¦¦¦¦¦
          ¦¦¦¦¦       ¦  ¦   ¦¦¦¦¦¦¦¦¦¦¦
        ¦¦¦¦         ¦        ¦¦¦¦¦¦¦¦¦¦¦¦
     ¦¦¦¦          ¦      ¦    ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    ¦¦¦         ¦¦         ¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
   ¦¦        ¦¦         ¦¦  ¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦       ¦          ¦ ¦¦   ¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
 ¦¦¦     ¦¦          ¦   ¦    ¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦     ¦          ¦      ¦   ¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦    ¦        ¦¦         ¦¦  ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦   ¦¦     ¦¦         ¦   ¦  ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦   ¦     ¦¦         ¦¦¦   ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
 ¦¦   ¦¦    ¦        ¦    ¦  ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
 ¦¦    ¦   ¦        ¦¦    ¦  ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦    ¦  ¦¦       ¦     ¦  ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
   ¦¦    ¦  ¦      ¦      ¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    ¦¦¦   ¦ ¦¦     ¦¦     ¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
     ¦¦¦   ¦ ¦¦     ¦¦    ¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
       ¦¦¦¦  ¦ ¦¦    ¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
          ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
             ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
                        ¦¦

.
TorCoin.....
¦
¦
¦
¦
  Fully Anonymous TOR-integrated Crypto
               ¦ Windows     ¦ Linux     ¦ GitHub     ¦ macOS
     ¦
     ¦
     ¦
     ¦
.
   ANN THREAD
     ¦
     ¦
     ¦
     ¦
[/center]
Pages: [1] 2 »  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!