Pages:
Author

Topic: ★♢★ Gox Coin Raffle- winner announced ★♢★ - page 2. (Read 1019 times)

legendary
Activity: 1960
Merit: 1062
One coin to rule them all
Number of tickets: 1
Tx id: c20ee0567240639ac56b87b618b1244216a1b1faf2c08ea99f4eae12937e16e9
legendary
Activity: 1652
Merit: 1057
bigtimespaghetti.com
Win one of these awesome and limited edition Goxxed for the last time?! physical coins!

I am the designer of these coins and I figured they are great for gambling in a raffle like competition!

Coin discussion thread here

Rules and how to enter the raffle

1. Each ticket is 0.002BTC (approx 50 cents).
2. Send the correct multiple of 0.002 to: 1P2BAztKxtk7VWGY93XMJUZsFJH32ydy15
3. Post the number of tickets purchased and corresponding tx id in this thread, any other posts will be ignored unless they are genuine questions that need answering.
4. In exactly one week's time the winner will be picked at random and announced. The winner provides a postage address and the coin will be sent within 3 working days. Winner chooses gold or silver plating


This is a new endeavour for me, if it is popular I may write a way to automate the process on my site. Right now each entry will be manually entered into an array/list and then picked at random using a python PHP script to assure impartiality and fairness.

I plan on doing this every week/every other week as my schedule dictates.

Have fun, thanks for participating and good luck!


Current list of entries:

Code:
   "http://www.w3.org/TR/html4/loose.dtd">



untitled


//set entries of contestents:
$raffletickets = array(
"TookDK"
"batesresearch",
"feedo",
"feedo",
"feedo",
"feedo",
"minerjones",
"minerjones",
"minerjones",
"minerjones",
"minerjones",
"batesresearch",
"batesresearch",
"batesresearch",
"feedo",
"feedo",
"feedo",
"feedo",
"feedo",
);

//confirm number of tickets:
echo "Number of entries: ".count($raffletickets).'
'
;

//randomly choose winner and print results:
$range rand(0,(count($raffletickets)-1));
echo "Winning entry number: ".($range+1)."
"
;
echo "Winner: ".$raffletickets[$range];

?>



Pages:
Jump to: