Bitcoin Forum
May 14, 2024, 11:10:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 »  All
  Print  
Author Topic: 5 BTC giveaway! (Ended)  (Read 6127 times)
Emergenz
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
May 20, 2013, 12:44:18 PM
 #81

cfb7327f9360
1715685036
Hero Member
*
Offline Offline

Posts: 1715685036

View Profile Personal Message (Offline)

Ignore
1715685036
Reply with quote  #2

1715685036
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715685036
Hero Member
*
Offline Offline

Posts: 1715685036

View Profile Personal Message (Offline)

Ignore
1715685036
Reply with quote  #2

1715685036
Report to moderator
Scrat Acorns (OP)
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250



View Profile
May 20, 2013, 04:54:01 PM
 #82

Here's the script I'll be using tonight at midnight (GMT) to pick the winners:

Code:
<?php

/*
 * Coinroll.it giveaway script (https://bitcointalk.org/index.php?topic=197242.0)
 * A 64-bit build of PHP is required
 */

$modulo hexdec('ffffffffffff');

// Change this to the secret ID once it is released
$secretId hexdec('aaaaaaaaaaaa');

// Player bets go here
$data '
aaaaaaaaaaaa Player1
bbbbbbbbbbbb Player2
cccccccccccc Player3
'
;

$playerDistances = array();

function 
arithmeticMod($x$m)
{
if ($m 0$m = -$m;
$r $x $m;
return ($r 0) ? $r $m $r;
}

function 
modDistance($a$b$m)
{
return min(arithmeticMod($a $b$m), arithmeticMod($b $a$m));
}

$players explode("\n"$data);

foreach(
$players as $player)
{
if (strlen($player) < 12) continue;
list($id$name) = explode(' '$player2);
$playerDistances[$name] = modDistance(hexdec($id), $secretId$modulo);
}

asort($playerDistances);

echo 
"Player                   Distance\n---------------------------------------------------\n";

foreach(
$playerDistances as $name => $distance)
{
echo str_pad($name25) . $distance  "\n";
}

?>

Mooshire
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
May 20, 2013, 04:58:33 PM
 #83

Obligatory xkcd

http://xkcd.com/221/

Scrat Acorns (OP)
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250



View Profile
May 20, 2013, 05:06:16 PM
 #84

Obligatory xkcd

http://xkcd.com/221/

One of the best xkcd's.
ograyray
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 20, 2013, 05:24:38 PM
 #85

LOVE IT!

55000fc4aef71b103
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
May 20, 2013, 07:25:36 PM
 #86

LOVE IT!

55000fc4aef71b103

I think you mean https://coinroll.it/bet/fc4aef71b103

< 55000 is the game you were playing (and it's far too close to my entry, 553098633cb8 ! Wink )

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
ograyray
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 20, 2013, 07:36:18 PM
 #87

dooglus, did you see that roll?!  244 haha nice first roll... if only i had known.

And yes thank you for the correction:  bet ID = fc4aef71b103
Mooshire
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
May 20, 2013, 09:16:10 PM
 #88

I disagree with this drawing script. Needs to be more like

Code:
int pickWinner {
return "Mooshire"
//chosen by questionable name out of hat
//guaranteed to be completely legit
}

dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
May 20, 2013, 09:35:25 PM
 #89

dooglus, did you see that roll?!  244 haha nice first roll... if only i had known.

Yeah, it kind of sucks when you win so convincingly.  Because you could have won so much more if only you had been braver.  Smiley

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
Ajay
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
May 20, 2013, 10:18:15 PM
 #90

41d3f126f968

scalar33
Member
**
Offline Offline

Activity: 65
Merit: 10



View Profile
May 20, 2013, 11:28:35 PM
 #91

7bd155ee7c66

62 Posts  BTC: 12UByjpZgQMV1j8Hg8KQuztGbmfb2aD5HM
Scrat Acorns (OP)
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250



View Profile
May 20, 2013, 11:59:29 PM
Last edit: May 21, 2013, 12:21:27 AM by Scrat Acorns
 #92

It's over!

The ID was e889acf0504e

The hashed message was
Code:
e889acf0504e_randompadding#gJ7n39u5

Script that was used

The output


Winners:
Pokerfan: 3 BTC
danieldaniel: 1 BTC
kuriboh: 1 BTC

I will PM the winners.
danieldaniel
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
May 21, 2013, 12:11:03 AM
 #93

It's over!

The ID was e889acf0504e

The hashed message was
Code:
e889acf0504e_randompadding#gJ7n39u5

Script that was used

The output


Winners:
Pokerfan: 3 BTC
danieldaniel: 1 BTC
kuriboh: 1 BTC

I will PM the winners.
Yaysicles!  1NJzhk5xBBrgYtGxJaDURxubCt7KYTNP4o

dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
May 21, 2013, 12:36:05 AM
 #94

Winners:
Pokerfan: 3 BTC
danieldaniel: 1 BTC
kuriboh: 1 BTC

I will PM the winners.

Congrats to the winners.

My strategy failed me; I made a list of all the entries, found the biggest 'gap' between them, and played until I had a bet ID that fell near the middle of that biggest gap, thus maximising my chance of winning.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
counter
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


Time is on our side, yes it is!


View Profile
May 21, 2013, 01:40:49 AM
Last edit: May 21, 2013, 02:07:51 AM by counter
 #95

 damn thought i had more time congrats winners

edit: nice site I won my first play then lost it all in 3 bets   Cheesy
Mooshire
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
May 21, 2013, 02:58:11 AM
 #96

It's over!

The ID was e889acf0504e

The hashed message was
Code:
e889acf0504e_randompadding#gJ7n39u5

Script that was used

The output


Winners:
Pokerfan: 3 BTC
danieldaniel: 1 BTC
kuriboh: 1 BTC

I will PM the winners.

You spelled Mooshire wrong.

arsenische
Legendary
*
Offline Offline

Activity: 1199
Merit: 1012


View Profile
May 21, 2013, 03:32:26 AM
 #97

Your service is great, but please lock the thread. I don't want to read about my failure again and again Smiley

kuriboh
Sr. Member
****
Offline Offline

Activity: 359
Merit: 285


View Profile
May 21, 2013, 04:58:01 AM
 #98

It's over!

The ID was e889acf0504e

The hashed message was
Code:
e889acf0504e_randompadding#gJ7n39u5

Script that was used

The output


Winners:
Pokerfan: 3 BTC
danieldaniel: 1 BTC
kuriboh: 1 BTC

I will PM the winners.


Wow!!! I won!!! Great day today Cheesy
Pokerfan
Full Member
***
Offline Offline

Activity: 130
Merit: 100



View Profile
May 21, 2013, 09:07:55 AM
 #99

I confirm that I have received the prize from Scrat Acorns.

I wish Coinroll.it to become a big success, he has built a great site that will beat all the inferior competitors! SatoshiDice should be very afraid!

I will personally be using Coinroll.it when demonstrating bitcoin to new people. Usually, I give them some mBTC, so there's not enough money to buy anything, but they can donate or gamble.
danieldaniel
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
May 21, 2013, 10:16:33 PM
 #100

Same here.  Thanks, Scrat!

Pages: « 1 2 3 4 [5] 6 »  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!