Bets | 0 | Balance | 0 | Referrals | 0 |
---|---|---|---|---|---|
Wagered | 0 | Bets | 0 | Bets | 0 |
Last Rain | 87 Minutes | Wagered | 0 | Wagered | 0 |
Max Profit | 0 | Profit | 0 | Paid on | 0 |
Site Stats | % Wins | 0 Your Stats | Earnings | 0 Your Earnings |
Deposits can be made to ...[click]...
You can earn by referring people to the site with your own referral link:
50% of the house edge of EVERY bet made by EVERYONE you refer gets added to your balance (50% x 0.1% = 0.05% of all bets). Whether they win or lose the bet, you still earn money.
Bet size
% Chance to win
Win Profit
0
Base bet size
% Chance to win
Number of Bets
Maximum Bet Size
Reset to base after win
% increase after win
Reset to base after loss
% increase after loss
After losing max bet...
Reset to base bet
Stop
We believe it's important for our visitors to be able to try out our casino. So, from time to time we will activate a faucet.
You can claim a small number of from the faucet for free. This way, you can try out the casino, learn the features and get used to the controls without risking any money.
A claim can be made once per account, once per IP, once per 2.5 minutes.
Bots are prohibited. You will be banned if you automate this process.
The faucet is available if your balance falls below:
You have successfully claimed
Your next claim can be made in Minutes
Lets Play!
No bitcoins were claimed from the faucet:
It's too early to claim more bitcoins from the faucet!
Your next claim can be made in:
You are not logged in. You can login or create a username and password under the "Account" area below.
Hide
Withdrawals will be processed after deposits are confirmed:
Hide
Player | Number | Target | Bet size | Profit |
---|
Player | Number | Target | Bet size | Profit |
---|
Valid mirrors: www.
999dice.me [...]
Other mirrors mentioned in chat will steal your password.
Hide
English Indonesian Russian Indian Chinese
Your account # is
Your display name is
Your login name is Create a username & password Change password
Google Authenticator (2FA)
Your emergency withdrawal address
Your email address
Allow bet changes using keyboard
Allow setting max bet size using keyboard
Allow bets using keyboard
Overlapping bets allowed
Show "All Bets" stream
Announce high bets in chat
(min:
BTT ... TRON ... DOGE ... SHIBA ...)
Confirm max bet
Warn after switching currencies
Switch to user name
Password
Google Authenticator #
Login
Logout
UpdateUpdate 10
Address | Amount | Date | Transaction Hash |
---|
UpdateUpdate 10Cancel Pending
Address | Amount | Fee | Requested | Status | Completed |
---|
UpdateUpdate 10
# | Name | Bets | Wagered |
---|
Bets are guaranteed to be fair because the seeds for the bet are known before you bet.
The formula is
You are given the server seed's hash. Once the bet has been placed, the server seed is available, and you can verify the fairness of the bet. For automated bets, all bets are made using the same server seed.
Bets are guaranteed to be fair because the seeds for the bet are known before you bet.
The formula is
You are given the server seed's hash. Once the bet has been placed, the server seed is available, and you can verify the fairness of the bet. For automated bets, all bets are made using the same server seed.
Here is the actual SQL function this site uses (error handling stripped out)
create function dbo.CalculateBetResult ( @serverSeed binary(32), @clientSeed binary(8), @betNumber bigint ) returns bigint as begin declare @hash binary(64) declare @index int declare @r bigint set @hash = HASHBYTES('SHA2_512', cast(cast(@betNumber as varchar) as varbinary)[email protected][email protected]) set @hash = HASHBYTES('SHA2_512', @hash) while 1=1 begin set @index = 1 while @index <= 64 - 3 begin set @r = cast(substring(@hash, @index, 3) as bigint) if @r < 16000000 return @r % 1000000 set @index += 3 end set @hash = HASHBYTES('SHA2_512', @hash) end return -1 end
And here is some C# code (without any error checking) you could also use to verify results
static bool VerifyBetResult(string serverSeed, string clientSeed, string betNumber, long betResult, string serverSeedHash = null) { Func<string, byte[]> strtobytes = s => Enumerable .Range(0, s.Length / 2) .Select(x => byte.Parse(s.Substring(x * 2, 2), NumberStyles.HexNumber)) .ToArray(); byte[] server = strtobytes(serverSeed); byte[] client = BitConverter.GetBytes(long.Parse(clientSeed)); byte[] number = Encoding.ASCII.GetBytes(betNumber); byte[] serverhash = serverSeedHash == null ? null : strtobytes(serverSeedHash); byte[] data = number.Concat(server).Concat(client).ToArray(); using (SHA512 sha512 = new SHA512Managed()) { if (serverhash != null) using (SHA256 sha256 = new SHA256Managed()) if (!sha256.ComputeHash(server).SequenceEqual(serverhash)) throw new Exception("Server seed hash does not match server seed"); byte[] hash = sha512.ComputeHash(sha512.ComputeHash(data)); while (true) { for (int x = 0; x <= 61; x += 3) { long result = (hash[x] << 16) | (hash[x + 1] << 8) | hash[x + 2]; if (result < 16000000) return result % 1000000 == betResult; } hash = sha512.ComputeHash(hash); } } }
This site pays 99.9%. That's a house edge of only 0.1%.
It was inspired by others, and intended to be even simpler - as simple as possible! Just betting. That's it.
But their house edge is a full 1%, and ours is 0.1%. That's not a statistical difference of 0.9%... it is a statistical difference of 900% (10 times closer to "perfect equality"!)
There are no commissions or fees (other than 's built-in transaction fee - there's no way to avoid that!). Deposits do not require any confirmations before being credited to your account. Most withdrawals are processed immediately.
This site is fully funded by private investors. No further investments in the site are currently available.
The game is simple.
Select your bet size and your chance to win. The potential profit for your bet will appear.
Then place your bet, either high or low.
A number between 0 and 999,999 is generated. If the number falls within the high/low range you selected, you win.
You can earn by referring people to the site with your own referral link:
50% of the house edge of EVERY bet made by EVERYONE you refer gets added to your balance (50% x 0.1% = 0.05% of all bets). Whether they win or lose the bet, you still earn money.
Total earning by your referrals is 0
Total paid to you is 0
More Earned - Pay Out Now
Do not spam other dice sites. You can put the link in a signature, or email and skype it to all your friends, but don't spam. This site is new, but there are lots of betters to go around. Do it legit.
Referrer:
UpdateUpdate 10
# | Name | Bets | Wagered |
---|
If you have any questions, suggestions or run into any troubles, feel free to contact the site owner by typing your message below. If you want a response, make sure to provide an email address in the message or under the "Accounts" tab. The site owner is often available in the "Chat" tab too as "Admin (1)".
Send Message
An API for programmers to integrate with the site is now available. A sample bot is included.
Your API key is Create
End Point URL : https:// 999dice.me/api
For questions, bug reports, feature requests, or any other help, please get in touch using the Contact tab.