Pages:
Author

Topic: MultiDice - Only 0.5% House Edge | 100% Fair | Invest and Earn | Referral | Chat - page 11. (Read 16997 times)

newbie
Activity: 42
Merit: 0
is all the been fixed as of now? last time i visit i found many features that would throw away players from using this site
legendary
Activity: 1043
Merit: 1032
★Bitcoin Gambling Reviews★
Definitely a cool site, but the concerns about the investors cut is justifiable.

Without going into the maths, it looks like gambling with a 1% house edge would be less risky than investing.
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Total investments across all sites has increased a little. Try you luck at MultiDice !
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Bets are now executing every second 250ms. This is only until we have autobet feature.

Max bet and max win amounts increased.
hero member
Activity: 901
Merit: 501
It's a lifestyle
Thank you for wishing us good luck on our dice page!

That was very kind of you!
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Still having fun on your site, I like your signature too.

Thanks.
hero member
Activity: 792
Merit: 1001
Video editing • Animated GIFs • Graphic Design
Still having fun on your site, I like your signature too.
legendary
Activity: 2212
Merit: 1199
Down for me just wanted to Deposit 5000 doge but i see their bankroll shows 0 (:

Hey,

I was asked to test Multidice and I know that there were upgrades going on from last few days.
And so fas as I know the site is working perfectly now Smiley

Kind regards.
full member
Activity: 210
Merit: 100
Down for me just wanted to Deposit 5000 doge but i see their bankroll shows 0 (:
hero member
Activity: 792
Merit: 1001
Video editing • Animated GIFs • Graphic Design
Nice site, why nobody's playing  Huh

I play when i can. It will be a long time before a site like this becomes popular.
full member
Activity: 259
Merit: 100
Nice site, why nobody's playing  Huh
full member
Activity: 288
Merit: 113
Web dev for hire
Where is an explaination of your provably fair system?

Provably fair system works by publishing the hash of a secret before the roll. After the roll, the secret is released and can be compared to the result. Publishing the hash of the secret prevents the operator from changing the secret and by extension, the result of the game.

How do you calculate the roll from the secret? I dont see any code that would show how exactly this is done..

yeah ignore me..

also, this investment scheme is a joke. They take 6% out of every losing bet. to anyone considering investing:

imagine you are providing 100% of the bankroll.

A person bets 1 btc, loses, you get 0.94btc.
He wins 1 btc, you lose 1 btc.

Repeat 20x. Even if he ends up down 1 btc in total, YOU LOSE MONEY. After under 20 bets, the site takes all your profit.

This is so absurd that I would think that either the owners of this site are totally incompetent and dont understand elementary arithmetics, or know what they are doing and are simply trying to scam out some coins.

Think twice before depositing or investing here.

You are forgetting two simple facts.

1. 6% is subject to changes and it was only set as default.
2. MultiDice doesn't charge 10% commission on divesting like other sites do.

Now make your calculations again!

The fact that you do not take 10% commission changes nothing. If a player loses I get 0.94, if he wins I lose 1. House edge is 1% hence he is expected to lose 0.5% more oftern than win. No matter how you look at this, it is a losing proposition for the investor.
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Where is an explaination of your provably fair system?

Provably fair system works by publishing the hash of a secret before the roll. After the roll, the secret is released and can be compared to the result. Publishing the hash of the secret prevents the operator from changing the secret and by extension, the result of the game.

How do you calculate the roll from the secret? I dont see any code that would show how exactly this is done..

yeah ignore me..

also, this investment scheme is a joke. They take 6% out of every losing bet. to anyone considering investing:

imagine you are providing 100% of the bankroll.

A person bets 1 btc, loses, you get 0.94btc.
He wins 1 btc, you lose 1 btc.

Repeat 20x. Even if he ends up down 1 btc in total, YOU LOSE MONEY. After under 20 bets, the site takes all your profit.

This is so absurd that I would think that either the owners of this site are totally incompetent and dont understand elementary arithmetics, or know what they are doing and are simply trying to scam out some coins.

Think twice before depositing or investing here.

You are forgetting two simple facts.

1. 6% is subject to changes and it was only set as default.
2. MultiDice doesn't charge 10% commission on divesting like other sites do.

Now make your calculations again!
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Where is an explaination of your provably fair system?

Provably fair system works by publishing the hash of a secret before the roll. After the roll, the secret is released and can be compared to the result. Publishing the hash of the secret prevents the operator from changing the secret and by extension, the result of the game.

How do you calculate the roll from the secret? I dont see any code that would show how exactly this is done..

Here you go:

Code:
String hash=Utils.hmacSha512(serverseed, clientseed+"-"+nonce);
int index = 0;
double lucky = Integer.parseInt(hash.substring(index * 5, index * 5 + 5), 16);
while (lucky >= Math.pow(10, 6)) {
             index++;
             lucky = Integer.parseInt(hash.substring(index * 5, index * 5 + 5), 16);
             if (index * 5 + 5 > 128) {
                 lucky = 99.99;
                 break;
             }
         }
lucky %= Math.pow(10, 4);
         lucky /= Math.pow(10, 2);
         return lucky;
legendary
Activity: 1092
Merit: 1000
nahtnam.com
Suggestion: Let user set their own house edge.

i did not understand this point ..... everyone will want to have 0 edge then, maybe i am too new about this, plz explain Smiley

Sorry, my bad. I thought this was a script and not a gambling website.
full member
Activity: 288
Merit: 113
Web dev for hire
Where is an explaination of your provably fair system?

Provably fair system works by publishing the hash of a secret before the roll. After the roll, the secret is released and can be compared to the result. Publishing the hash of the secret prevents the operator from changing the secret and by extension, the result of the game.

How do you calculate the roll from the secret? I dont see any code that would show how exactly this is done..

yeah ignore me..

also, this investment scheme is a joke. They take 6% out of every losing bet. to anyone considering investing:

imagine you are providing 100% of the bankroll.

A person bets 1 btc, loses, you get 0.94btc.
He wins 1 btc, you lose 1 btc.

Repeat 20x. Even if he ends up down 1 btc in total, YOU LOSE MONEY. After under 20 bets, the site takes all your profit.

This is so absurd that I would think that either the owners of this site are totally incompetent and dont understand elementary arithmetics, or know what they are doing and are simply trying to scam out some coins.

Think twice before depositing or investing here.
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
Our Bitcoin site bankroll has increased a little.
You can now place higher bets and expect higher win.
sr. member
Activity: 322
Merit: 250
We at MultiDice Treat You Like a Winner
You can now play MultiDice on you mobile phone or tablet.
Site is now compatible with majority of mobile browsers.
sr. member
Activity: 252
Merit: 250
★777Coin.com★ Fun BTC Casino!
Suggestion: Let user set their own house edge.

i did not understand this point ..... everyone will want to have 0 edge then, maybe i am too new about this, plz explain Smiley
legendary
Activity: 1092
Merit: 1000
nahtnam.com
Suggestion: Let user set their own house edge.
Pages:
Jump to: