Pages:
Author

Topic: 1BTC - Bitcoin Treasure Hunt - Can you crack the code? [competition now closed] - page 24. (Read 25329 times)

member
Activity: 84
Merit: 10
works at NaSCasino.com
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

FIBONACCI was one of our whiteboard ideas, but thought that would be a bit far fetched, if only I knew that would come up before the correct answer was found
member
Activity: 84
Merit: 10
works at NaSCasino.com
01abcta4c

or maybe 0aabct14c

still can't work out some odd numbers lol maybe it's just that way  Cool

Smiley keep going
member
Activity: 84
Merit: 10
works at NaSCasino.com
newbie
Activity: 43
Merit: 0
Lower case b is 01100010 in binary.
Idk how to convert the Unicode symbols used for the bitcoin symbol into a single binary number as there are two overlayed.
newbie
Activity: 43
Merit: 0
100 converted Hex to bin is 1100100
001 is 1 and 0 is 0 so...

110010010
newbie
Activity: 43
Merit: 0
100+001+000=101
101 converted from Hex to bin= 100000001
newbie
Activity: 43
Merit: 0
legendary
Activity: 2604
Merit: 1036
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
hero member
Activity: 1008
Merit: 515
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.
legendary
Activity: 2604
Merit: 1036
01abcta4c

or maybe 0aabct14c

still can't work out some odd numbers lol maybe it's just that way  Cool
legendary
Activity: 910
Merit: 1000
maybe it's simple as that:

4CA1TA0CB

4AC1AT0CB
member
Activity: 84
Merit: 10
works at NaSCasino.com
I know which system you used to compile the password just can't line up the mix yet  Cool


oooh it's getting interesting...
legendary
Activity: 2604
Merit: 1036
I know which system you used to compile the password just can't line up the mix yet  Cool
member
Activity: 84
Merit: 10
works at NaSCasino.com
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
member
Activity: 84
Merit: 10
works at NaSCasino.com
member
Activity: 84
Merit: 10
works at NaSCasino.com
member
Activity: 84
Merit: 10
works at NaSCasino.com
member
Activity: 84
Merit: 10
works at NaSCasino.com
legendary
Activity: 1176
Merit: 1013
DAVID CHAUM's xx coin SALE IS NOW LIVE!
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);
                }
legendary
Activity: 2604
Merit: 1036
Pages:
Jump to: