To verify the integrity of your bets you first need to change your current seed pair in our fairness tab. After doing this the server seed will be released, which is required to verify the outcome of your bets using the code below.
<?php
$clientSeedNonced = '';
$serverSeed = '';
echo generateRollNumber($clientSeedNonced, $serverSeed);
/**
* @return float|int
*/
function generateRollNumber($clientSeedNonced, $serverSeed)
{
$hash = hash_hmac('sha512', $clientSeedNonced, $serverSeed);
$i = 0;
$roll = intval(substr($hash, $i * 5, $i * 5 + 5 - $i * 5), 16);
while ($roll >= 10 ** 6) {
$i++;
$roll = intval(substr($hash, $i * 5, $i * 5 + 5 - $i * 5), 16);
if ($i * 5 + 5 > 128) {
$roll = 99.99;
break;
}
}
$roll %= 10 ** 4;
$roll /= 10 ** 2;
return $roll;
}
?>
To deposit Bitcoin, please send the desired amount to our elitepvpers account by clicking the button below. Make sure your oddeven username is in the note field. All payments are usually processed in about 60 seconds.
To deposit BTC, please send the desired amount to the address below.
Total wagered
Total profit
Total bets
Total wins
Total losses
Chat messages