Bitcoin Forum
May 05, 2024, 06:50:35 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 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  Print  
Author Topic: 1BTC - Bitcoin Treasure Hunt - Can you crack the code? [competition now closed]  (Read 25279 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
jackringer
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
March 03, 2015, 11:27:50 PM
 #481

tothemoon  Grin
1714935035
Hero Member
*
Offline Offline

Posts: 1714935035

View Profile Personal Message (Offline)

Ignore
1714935035
Reply with quote  #2

1714935035
Report to moderator
1714935035
Hero Member
*
Offline Offline

Posts: 1714935035

View Profile Personal Message (Offline)

Ignore
1714935035
Reply with quote  #2

1714935035
Report to moderator
1714935035
Hero Member
*
Offline Offline

Posts: 1714935035

View Profile Personal Message (Offline)

Ignore
1714935035
Reply with quote  #2

1714935035
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714935035
Hero Member
*
Offline Offline

Posts: 1714935035

View Profile Personal Message (Offline)

Ignore
1714935035
Reply with quote  #2

1714935035
Report to moderator
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 03, 2015, 11:28:11 PM
 #482


great answer, but no

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 03, 2015, 11:29:35 PM
 #483

Sis_ed001

sorry, incorrect

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 03, 2015, 11:32:05 PM
 #484

Just a guess:

AABCCTTTT


Edit: I just took a close look at the image, and do I see a letter next to the X? Maybe a P?


nope

 News & Score Bitcoin Casino - Click Here
jackringer
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
March 03, 2015, 11:36:17 PM
 #485

cbt001nas

cbt001san
Wendigo
Legendary
*
Offline Offline

Activity: 2604
Merit: 1036



View Profile
March 03, 2015, 11:37:23 PM
 #486

01bc4acta
The Young Turk
Legendary
*
Offline Offline

Activity: 1176
Merit: 1013


DAVID CHAUM's xx coin SALE IS NOW LIVE!


View Profile
March 03, 2015, 11:48:53 PM
 #487

I've coded an Image comparison tool to see if there's hidden message/character in the pictures
Result: There are difference on only letters and numbers, other parts of the images are exactly same.


Ps: I've already checked the images in case of Steganography, there's not any hidden message either...

edit: For the curious guyz, part of the code:
Code:
for(int i=0;i<476;i++)
                for(int j=0;j<476;j++)
                {
                    Color pix1 = first.GetPixel(i, j);
                    Color pix2 = second.GetPixel(i, j);

                    if (pix1 == pix2)
                    {
                        comp.SetPixel(i, j, Color.White);
                    }
                    else
                        comp.SetPixel(i, j, pix1);
                }



███████                   
                      ██████████                        ██       
                       ████████████                  ███       
                                ██████████           █████       
                                        ███████      ██████         
██████                  ███████     ████
████████                ██████     ██   
██████████        ████████           
███████████    █████████           
████████    ████████
   
      ███████    ████████       
              ██████    █████████████ 
          █████████      ███████████ 
      ███████████          █████████ 
██████████████                       
████████████████                       
███████      ████████████           
██████        ████████████           
████                ██████████           

.xx-coin.io.

DAVID CHAUM's xx coin SALE IS NOW LIVE!

steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:15:27 AM
 #488

Any chance for this one?

0cb1ac4at

nope not this one either

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:35:12 AM
 #489

tothemoon  Grin

not this time

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:41:22 AM
 #490

cbt001nas

cbt001san

sorry

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:42:25 AM
 #491

01bc4acta

not happening

 News & Score Bitcoin Casino - Click Here
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:44:07 AM
 #492

I've coded an Image comparison tool to see if there's hidden message/character in the pictures
Result: There are difference on only letters and numbers, other parts of the images are exactly same.


Ps: I've already checked the images in case of Steganography, there's not any hidden message either...

edit: For the curious guyz, part of the code:
Code:
for(int i=0;i<476;i++)
                for(int j=0;j<476;j++)
                {
                    Color pix1 = first.GetPixel(i, j);
                    Color pix2 = second.GetPixel(i, j);

                    if (pix1 == pix2)
                    {
                        comp.SetPixel(i, j, Color.White);
                    }
                    else
                        comp.SetPixel(i, j, pix1);
                }

 i love this answer, its wrong but deserves recognition for the effort, wish i could get more dev's to join the treasure hunt

 News & Score Bitcoin Casino - Click Here
Wendigo
Legendary
*
Offline Offline

Activity: 2604
Merit: 1036



View Profile
March 04, 2015, 12:45:21 AM
 #493

I know which system you used to compile the password just can't line up the mix yet  Cool
steveturk (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10

works at NaSCasino.com


View Profile WWW
March 04, 2015, 12:49:24 AM
 #494

I know which system you used to compile the password just can't line up the mix yet  Cool


oooh it's getting interesting...

 News & Score Bitcoin Casino - Click Here
locopao
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 04, 2015, 12:54:18 AM
Last edit: March 04, 2015, 01:13:46 AM by locopao
 #495

maybe it's simple as that:

4CA1TA0CB

4AC1AT0CB
Wendigo
Legendary
*
Offline Offline

Activity: 2604
Merit: 1036



View Profile
March 04, 2015, 01:15:12 AM
 #496

01abcta4c

or maybe 0aabct14c

still can't work out some odd numbers lol maybe it's just that way  Cool
Josepht
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 515


View Profile WWW
March 04, 2015, 01:20:11 AM
 #497

I've coded an Image comparison tool to see if there's hidden message/character in the pictures
Result: There are difference on only letters and numbers, other parts of the images are exactly same.
- img-

Ps: I've already checked the images in case of Steganography, there's not any hidden message either...

edit: For the curious guyz, part of the code:
Code:
for(int i=0;i<476;i++)
                for(int j=0;j<476;j++)
                {
                    Color pix1 = first.GetPixel(i, j);
                    Color pix2 = second.GetPixel(i, j);

                    if (pix1 == pix2)
                    {
                        comp.SetPixel(i, j, Color.White);
                    }
                    else
                        comp.SetPixel(i, j, pix1);
                }

 i love this answer, its wrong but deserves recognition for the effort, wish i could get more dev's to join the treasure hunt

Not wanting to steal any credits or something, but I already did that 24 hours ago.
Wendigo
Legendary
*
Offline Offline

Activity: 2604
Merit: 1036



View Profile
March 04, 2015, 01:23:07 AM
Last edit: March 04, 2015, 02:09:53 AM by Wendigo
 #498

or maybe it's just this  101101011

112358437

112358132

011235813

fibonacci FIBONACCI or Fibonacci  Wink or f1b0n4cc1 F1b0n4cc1 F1B0N4CC1

You used the Fibonacci sequence on the virtual coins, I think this is it  Cool
grunt
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 04, 2015, 06:44:51 AM
 #499

Fibinacci
grunt
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 04, 2015, 06:54:37 AM
 #500

100+001+000=101
101 converted from Hex to bin= 100000001
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  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!