Pages:
Author

Topic: •••• COINICHIWA • DICE • SINCE 2014 • INVEST • NEW DARK THEME •••• - page 23. (Read 32782 times)

hero member
Activity: 490
Merit: 500
Very nice idea with the jackpot, but the design of the site man... You need to change some of the colors to make it look more attractive design-wise.
hero member
Activity: 868
Merit: 1000
yeah i like the speed of site.what other features are you going to add to site?
sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
is this comparable to primedice?

depends on what you want to compare. it's much faster than primedice for example Grin
sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
Jackpot:
Jackpot is back with a adjusted probability. With each bet 0.1% of the bet amount goes right into the jackpot. You hit the jackpot if your seed meets a certain criteria and you have wagered at least 0.0001 for this particular roll. The probability for this to happen is 1:1,048,575 and the exact algorithm is:
Code:
function isJackpotHit($serverSeed, $clientSeed, $incrementalNonce) {
    $seed = $serverSeed . '-' . $clientSeed . '-' . $incrementalNonce;
    return substr($seed, 0, 5) == '00000';
}
You are now just using the first 5 characters of the serverseed to check the jackpot. I assume you are missing the sha1 function.

You are absolutely right. Indeed it is:
Code:
function isJackpotHit($serverSeed, $clientSeed, $incrementalNonce) {
    $hash = sha1($serverSeed . '-' . $clientSeed . '-' . $incrementalNonce);
    return substr($hash, 0, 5) == '00000';
}
member
Activity: 72
Merit: 10
is this comparable to primedice?
hero member
Activity: 868
Merit: 1000
sites looking good. i'm still up 0.15
legendary
Activity: 1876
Merit: 1295
DiceSites.com owner
Jackpot:
Jackpot is back with a adjusted probability. With each bet 0.1% of the bet amount goes right into the jackpot. You hit the jackpot if your seed meets a certain criteria and you have wagered at least 0.0001 for this particular roll. The probability for this to happen is 1:1,048,575 and the exact algorithm is:
Code:
function isJackpotHit($serverSeed, $clientSeed, $incrementalNonce) {
    $seed = $serverSeed . '-' . $clientSeed . '-' . $incrementalNonce;
    return substr($seed, 0, 5) == '00000';
}
You are now just using the first 5 characters of the serverseed to check the jackpot. I assume you are missing the sha1 function.
full member
Activity: 210
Merit: 100
Sweet name, the site has a potential to move on. Good luck with it!
sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
*** UPDATE ***

Jackpot:
Jackpot is back with a adjusted probability. With each bet 0.1% of the bet amount goes right into the jackpot. You hit the jackpot if your seed meets a certain criteria and you have wagered at least 0.0001 for this particular roll. The probability for this to happen is 1:1,048,575 and the exact algorithm is:
Code:
function isJackpotHit($serverSeed, $clientSeed, $incrementalNonce) {
    $seed = $serverSeed . '-' . $clientSeed . '-' . $incrementalNonce;
    return substr($seed, 0, 5) == '00000';
}

Leaderboard
Check out who has made the most rolls, profit or wagered amount.

Automated betting
The simple autobet checkbox was replaced with an extensive control panel


Hot keys
Set up your personal keymap in settings to access all bet functionality with your prefered keys.
sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
full member
Activity: 238
Merit: 100
The site looks interesting. Will try it soon..

full member
Activity: 154
Merit: 100
SatoshiBet.com ✯ Bitcoin Casino Games
Nice one, will try to do some giveaways for your site.
Cheers.
sr. member
Activity: 462
Merit: 250
Check out Fastslots.co !!!!
Didn't play today been busy, but played the last few days. This site has a really cool owner and is pretty fun if you wanna play dice Smiley I would recommend it!
full member
Activity: 144
Merit: 100
so people with balances should just wait till you relaunch?
i also got some balance in there . wat to do , the only way is wait for relaunch Cheesy
legendary
Activity: 3276
Merit: 3067
no faucet ? fail

no reading skills? double fail oh no, wait, lesson learned... should express that in a polite way:

Yes, there is a faucet. If your balance is zero then you can claim 700 satoshi every minute.

700 satoshi every minute, nice faucet,

I join try to koin to the site but "Website is offline"

I will try later to play with that 700 sato faucet.
hero member
Activity: 868
Merit: 1000
so people with balances should just wait till you relaunch?
hero member
Activity: 868
Merit: 1000


- Jackpot in its current state is quite pointless as it does not get big and I want a really big jackpot. I'm thinking about reducing the probability for hitting it to 1:1,000,000 and still require a minimum bet amount of 0.0001 to claim it. What do you think?


i say make it 10,000 to 1 still and let players tip into the jackpot. when many people win they like to giveaway BTC. i know nothing about that...but i've heard.


some times the jackpot would be over 1btc. then you have everyone playing trying to his jackpot
sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
It's a DDoS. I'm going to change the IP addresses and set up cloudflare instead of paying even a single satoshi to a shady blackmailer.

I'm not going to rush things so let's say relaunch is scheduled for next week - couple of days downtime in the beta phase do not really hurt me. Quite contrary at least I will finaly get some sleep this weekend Smiley

I'll be back for sure. Stay tuned.
legendary
Activity: 997
Merit: 1002
Gamdom.com
Do we have to say goodbye to your dice site now?
newbie
Activity: 55
Merit: 0
i just checked as well, and its not responding for me as well..

i got a error 500 message based on hosting?
Pages:
Jump to: