Bitcoin Forum

Economy => Gambling => Topic started by: HrN on April 14, 2015, 10:56:42 AM



Title: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: HrN on April 14, 2015, 10:56:42 AM
NOT LAUNCHED YET!
WE ARE WORKING FOR AN UPGRADE!!!











Hello.
I opened bitcoin dice, but with double chance to win.

Example:
If you lose 0.10000000 BTC, you can recover 10% - 50%.
http://wishdice.com/
You can use our faucet (500 satoshi untill I'll add google captcha).
Also the game is provably fair. The CLIENT seed and SERVER seed is generating by server. Your client seed can be changed from your account link http://wishdice.com/cont/ :
Code:
$clientSeed="Your_client_seed";
$serverSeed="Server_seed";
$globalSeedVarchar=$clientSeed.$serverSeed;  
$validSeedChar=array(
"a","b","c","d","e","f","g","h","i","k","j","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"
);
$globalSeedInt=0;
for ($i=0; $i<strlen($globalSeedVarchar); $i++) {
$char=substr($globalSeedVarchar,$i,1);
$addThis=intval(array_search(strtolower($char),$validSeedChar));
if (ctype_upper($char)) {
$changeThis=strlen($globalSeedVarchar);
$globalSeedInt=$globalSeedInt+($addThis*$changeThis);
} else {
$globalSeedInt=$globalSeedInt+$addThis;
}
}
srand($globalSeedInt);
$roll=number_format((rand(1,10000)/100),2,'.','');
echo $roll;
You can verify very simple. Paste the code here: http://writecodeonline.com/php/  and add the client and server seed, then you will get the roll number.

https://i.imgur.com/X3kZWBL.png

 


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: danielca9 on April 14, 2015, 11:06:28 AM
Hello I love it I tried it


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: XinXan on April 14, 2015, 11:06:37 AM
Ah looks like a nice concept, you should type last "lost" bet tho not losed other than that seems to be working, i will inform you if i find a bug or something

edit: it says 0.01000000
You can recover: 0.00500000

But when i selected the 50% option and won it says: You won back 0.00100000 - Your rolled [ 12.14 ]

Why?


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 11:14:10 AM
Ah looks like a nice concept, you should type last "lost" bet tho not losed other than that seems to be working, i will inform you if i find a bug or something

edit: it says 0.01000000
You can recover: 0.00500000

But when i selected the 50% option and won it says: You won back 0.00100000 - Your rolled [ 12.14 ]

Why?
with 10% chance you can recover 50% of your lost amount.
The chance for 10% of 0.01000000 =  0.01000000 / 2 =  0.00500000. (Number under 10)


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: dznuts85 on April 14, 2015, 11:16:40 AM
I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 11:18:21 AM
I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.
Check here: http://wishdice.com/cont/  ( https://i.imgur.com/15AWG0c.png )
I work now for responsive design


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: boopy265420 on April 14, 2015, 11:24:59 AM
This site is going to be very popular as this came out with unique idea. Test site is very cool with highly professional graphics . Love the idea of betting with recover chance.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: sandy47bt on April 14, 2015, 11:31:52 AM
Option to recover last bet is pretty good, it could attract more gambler
Could become better if there are auto roll & auto recover


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: dznuts85 on April 14, 2015, 11:32:49 AM
I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.
Check here: http://wishdice.com/cont/  ( https://i.imgur.com/15AWG0c.png )
I work now for responsive design

Setting up password done. How about the faucet? Can you give me link to it? I wanna test the bets :)


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 11:36:43 AM
I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.
Check here: http://wishdice.com/cont/  ( https://i.imgur.com/15AWG0c.png )
I work now for responsive design

Setting up password done. How about the faucet? Can you give me link to it? I wanna test the bets :)
The faucet is available on computer now.. not on phone.
https://i.imgur.com/cYOJqvx.png
I work to make the design responsive. It will be solved as soon as possible


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: dznuts85 on April 14, 2015, 11:41:23 AM
I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.
Check here: http://wishdice.com/cont/  ( https://i.imgur.com/15AWG0c.png )
I work now for responsive design

Setting up password done. How about the faucet? Can you give me link to it? I wanna test the bets :)
The faucet is available on computer now.. not on phone.
https://i.imgur.com/cYOJqvx.png
I work to make the design responsive. It will be solved as soon as possible

Oh i see. Will try it later when i use my computer. Btw goodluck to your site. Keep it up and you might be popular


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: Philipd on April 14, 2015, 11:43:19 AM
its a good idea players would like idea a lot. u can do 10-20% refund on a loss bet


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: panjul07 on April 14, 2015, 11:44:47 AM
new dice site with new feature (recover loss bet) Like this Idea, and I think it will attract more players.
I also like the design, so cool.
Just tried it with the faucet, the auto-bet is working properly.
Rolling speed is good at least for me with slow internet connection, Hope you'll launch it soon. And dont forget to give good promotions :)






  


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: political1907 on April 14, 2015, 11:54:50 AM
Withdrawal doesnt work.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: somuchee on April 14, 2015, 11:57:21 AM
Withdrawal doesnt work.
think its just for testing , yet to launch .


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 11:58:58 AM
Withdrawal doesnt work.
ZZ

Withdraw work on Bitcoin TESTNET.
Now the site is for TESTING.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: somuchee on April 14, 2015, 11:59:21 AM
Hi Admin

Roll Over & Roll Under is the same ">"

http://prntscr.com/6tlcfr
http://prntscr.com/6tlc5e

user : somuchee


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: srgkrgkj on April 14, 2015, 11:59:27 AM
hmm a unique twist on the same dice game pushed continously :O gotta admit this project will go far intresting design too love it keep up the good work devs ! :D


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: political1907 on April 14, 2015, 12:00:25 PM
Withdrawal doesnt work.
ZZ

Withdraw work on Bitcoin TESTNET.
Now the site is for TESTING.

Im now see :D

Good design and good roll over :D


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: panjul07 on April 14, 2015, 12:04:03 PM
Withdrawal doesnt work.

I believe OP disable the withdrawal system since this time is just for testing.

If OP do not disable it, I believe there will so many people trying to abuse the 0.01 faucet  :D


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 12:05:40 PM
Withdrawal doesnt work.

I believe OP disable the withdrawal system since this time is just for testing.

If OP do not disable it, I believe there will so many people trying to abuse the 0.01 faucet  :D

You can withdraw, but i have TESTNET BITCOIN wallet. https://en.bitcoin.it/wiki/Testnet


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: Stars on April 14, 2015, 12:07:08 PM
I'm a little confused here. So if you can recover your last bet, what is the house edge?


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: waterpile on April 14, 2015, 12:07:40 PM
Nice concept but its risky for the site :)


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: dznuts85 on April 14, 2015, 12:11:16 PM
Nice concept but its risky for the site :)

Yeah it is. Its like they dont want to profit. Hope this site could last long.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: irfan_pak10 on April 14, 2015, 12:12:07 PM
When I trie to Join it It say Username Error. User name Must be with in 4-12 character. But my username was fine ?

Edit: After 4th Try its worked out


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: arallmuus on April 14, 2015, 12:17:35 PM
so I found something weird, suppose to be an error with the site ?

I was rolling with autobet for 10 satoshi bet and if lose multiply by 250 % and then since the recover loss doesnt work with autobet, I stopped the autobet and roll another bet for 35 satoshis, but this is what I found, it enable me to recover 0.002 at 50 % chance

https://i.imgur.com/UiWn6Y9.jpg

Do you happen to have a minimum bet to use the recover loss option there?


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: marioantonini on April 14, 2015, 12:41:51 PM
The idea is very nice, but if you earn with the lose, and recuct the lose from 10 to 50 %, your sice earn very low (but you can have more players, because is first dice how you can re-win)


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: SyGambler on April 14, 2015, 12:57:54 PM
I visited your site
the design looks good

but I still can't understand
if I lost a bet how can I recover some ??


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: waterpile on April 14, 2015, 01:05:36 PM
I visited your site
the design looks good

but I still can't understand
if I lost a bet how can I recover some ??

You can recover your last losing bet by clicking the "Recover last lost bet" and choose from the different options on how much you want to recover but it also has chances..


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: XinXan on April 14, 2015, 01:13:17 PM
I'm a little confused here. So if you can recover your last bet, what is the house edge?

Well at first is 0.5% house edge but since you need luck to recover your lost money it doesnt increase too much but i think if you always get 50% back when you recover the house edge would be 0?


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 02:15:16 PM
so I found something weird, suppose to be an error with the site ?

I was rolling with autobet for 10 satoshi bet and if lose multiply by 250 % and then since the recover loss doesnt work with autobet, I stopped the autobet and roll another bet for 35 satoshis, but this is what I found, it enable me to recover 0.002 at 50 % chance

https://i.imgur.com/UiWn6Y9.jpg

Do you happen to have a minimum bet to use the recover loss option there?
YOu must refresh the page and it will show correctly.
I'll add autorefresh there.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: shanem on April 14, 2015, 02:25:01 PM
I believe this dice site will be popular when you launch it.
It offers a good advantage of recouping half your capital which can be lifesaver in a losing streak.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: Mewtwo on April 14, 2015, 03:00:31 PM
Your site looks nice. Load rapidly. But I think you should replace Testnet Bitcoin with Actual Bitcoin. It is much more practical.
 Furthermore, should prompt additional FAQ.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: ImFire on April 14, 2015, 03:29:38 PM
But you can pick up, and also what is the minimum withdrawal, thanks in advance for the answers


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: dznuts85 on April 14, 2015, 03:38:29 PM
Your site looks nice. Load rapidly. But I think you should replace Testnet Bitcoin with Actual Bitcoin. It is much more practical.
 Furthermore, should prompt additional FAQ.

This site is still in test stage that is why tbtc is the current currency, but it will be bitcoins when this is launched officially


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 06:49:07 PM
Your site looks nice. Load rapidly. But I think you should replace Testnet Bitcoin with Actual Bitcoin. It is much more practical.
 Furthermore, should prompt additional FAQ.
Officially is not lounched. So i have BTC TESTNET wallet. ( 1 btc testnet = 0$). It's just for test.
Once i'll lounch the site, i'll replace with BITCOIN.


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: ticoti on April 14, 2015, 06:56:37 PM
it is an attractive way to play,but what are the chances to win,I mean the EV,does someone know?

BTW: it is not boot, it is bot (I mean the auto bet)


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 07:08:03 PM
it is an attractive way to play,but what are the chances to win,I mean the EV,does someone know?

BTW: it is not boot, it is bot (I mean the auto bet)
After you lose a bet, you have a button to receover last bet.
You can recover up to 50% of the amount lost.


https://i.imgur.com/2TSn44q.png


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: nikona on April 14, 2015, 07:25:53 PM
Is there even a house edge on this ? Normally the casinos usually have a very low house edge, around 1%. If they implement a get money back system , wouldn't that literally become +EV for the gamblers ?


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: ticoti on April 14, 2015, 08:01:40 PM
it is an attractive way to play,but what are the chances to win,I mean the EV,does someone know?

BTW: it is not boot, it is bot (I mean the auto bet)
After you lose a bet, you have a button to receover last bet.
You can recover up to 50% of the amount lost.




I understand it, but I would like to know that in the long term this means a higher profit(or less losses) for gamblers, but I mean mathematically,if there is someone that knows to do the calc.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Ghris on April 14, 2015, 08:07:41 PM
Wish this was real money. Got 15.98112560 profit :D


Title: Re: [Bitcoin dice]. First with DOUBLE CHANCE to win
Post by: XinXan on April 14, 2015, 08:13:38 PM
it is an attractive way to play,but what are the chances to win,I mean the EV,does someone know?

BTW: it is not boot, it is bot (I mean the auto bet)
After you lose a bet, you have a button to receover last bet.
You can recover up to 50% of the amount lost.




I understand it, but I would like to know that in the long term this means a higher profit(or less losses) for gamblers, but I mean mathematically,if there is someone that knows to do the calc.

Well their house edge is 0.5% without the recover thing, with the recover thing obviously the house edge is lower i really dont want to calculate how lower but is a bit lower, i mean 0.5% is already pretty good


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Coef on April 14, 2015, 08:19:16 PM
it is an attractive way to play,but what are the chances to win,I mean the EV,does someone know?

BTW: it is not boot, it is bot (I mean the auto bet)
After you lose a bet, you have a button to receover last bet.
You can recover up to 50% of the amount lost.




I understand it, but I would like to know that in the long term this means a higher profit(or less losses) for gamblers, but I mean mathematically,if there is someone that knows to do the calc.

Well their house edge is 0.5% without the recover thing, with the recover thing obviously the house edge is lower i really dont want to calculate how lower but is a bit lower, i mean 0.5% is already pretty good

Wrong. The house edge without the recovery system is 1% as you are expected to get back 99% of your wagered amount (eg. 49.5% for x2).


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 14, 2015, 09:06:01 PM
Without the RECOVER LAST BET, the house edge is 1%.
If you include the second chance, the house edge is between -9% and -49% (minus)


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: adaseb on April 14, 2015, 09:20:02 PM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Chemistry1988 on April 14, 2015, 09:27:08 PM
Without the RECOVER LAST BET, the house edge is 1%.
If you include the second chance, the house edge is between -9% and -49% (minus)

I don't think your calculation is correct.
Out of the 5 "recover last bet" options, the highest EV option is the third one that gives you 30% chance to recover 30% of your last loss.
So for a bet with win chance p, the overall EV is 99% + (1 - p) * 30% * 30%.
The lowest p allowed on your site is 1% which gives a EV of 107.91% and the highest p allowed is 98.02% which gives a EV of 99.1782%.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: blumangroup on April 14, 2015, 10:38:39 PM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.

The famous martingale winning system, so many players are going to be messed up because of this site hehe. I like it think it is a cool looking dice site love the colors and it is bringing something new to the table which can only be good because as you say there is to much of the same. I will be playing this more when it comes of test with a tiny house edge as this.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: ticoti on April 15, 2015, 12:05:18 AM
I have been testing the site,but when I use the bot I don't know if the double chance bet is working, becuase it does not show it in the place where it should be


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: andolini82 on April 15, 2015, 12:21:43 AM
I would like to try this site  :D

Because i have alot of luck and fun everytime  play dice  ;D


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 15, 2015, 01:06:19 AM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.

The famous martingale winning system, so many players are going to be messed up because of this site hehe. I like it think it is a cool looking dice site love the colors and it is bringing something new to the table which can only be good because as you say there is to much of the same. I will be playing this more when it comes of test with a tiny house edge as this.

No. Martingale players can kill this site if they are smart enough to use martingale here. This site will definitely be killed by martingale players


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Snorek on April 15, 2015, 01:08:35 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 15, 2015, 01:15:13 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: ticoti on April 15, 2015, 01:21:11 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'

It means the page is still in a test phase, and no,you cannot withdraw that bitcoins from faucet  :P


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Minnlo on April 15, 2015, 01:26:35 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'

It means the page is still in a test phase, and no,you cannot withdraw that bitcoins from faucet  :P

Yes the site is in testing phase, but the withdrawal system is indeed working with testnet coin.
https://en.bitcoin.it/wiki/Testnet


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: ticoti on April 15, 2015, 01:27:52 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'

It means the page is still in a test phase, and no,you cannot withdraw that bitcoins from faucet  :P

Yes the site is in testing phase, but the withdrawal system is indeed working with testnet coin.
https://en.bitcoin.it/wiki/Testnet
But that are not real bitcoins,you won't be able to use them as bitcoins


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: waterpile on April 15, 2015, 01:28:20 AM
May i ask if the site is gonna accept investments?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 15, 2015, 01:29:12 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'

It means the page is still in a test phase, and no,you cannot withdraw that bitcoins from faucet  :P

you can withdraw it. Op already said this :p


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 15, 2015, 01:30:58 AM
"You can use our faucet (0.01 BTC testnet)."  What does it mean really? I can earn 0.01 from faucet total? And what is testnet?

It is a testnet bitcoin. It is different from 'bitcoin'

It means the page is still in a test phase, and no,you cannot withdraw that bitcoins from faucet  :P

Yes the site is in testing phase, but the withdrawal system is indeed working with testnet coin.
https://en.bitcoin.it/wiki/Testnet
But that are not real bitcoins,you won't be able to use them as bitcoins

It is indeed not bitcoins, there is only a simillarity in the name but those 2 are different


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 15, 2015, 06:46:44 AM
May i ask if the site is gonna accept investments?
Not yet. 

I have been testing the site,but when I use the bot I don't know if the double chance bet is working, becuase it does not show it in the place where it should be
Yes it work.
Click the button "Recovered Bets"

https://i.imgur.com/2bZg775.png


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: XinXan on April 15, 2015, 07:01:24 AM
Without the RECOVER LAST BET, the house edge is 1%.
If you include the second chance, the house edge is between -9% and -49% (minus)

I don't think your calculation is correct.
Out of the 5 "recover last bet" options, the highest EV option is the third one that gives you 30% chance to recover 30% of your last loss.
So for a bet with win chance p, the overall EV is 99% + (1 - p) * 30% * 30%.
The lowest p allowed on your site is 1% which gives a EV of 107.91% and the highest p allowed is 98.02% which gives a EV of 99.1782%.

So the house edge is 0.83%? Its funny that not even the owner knows the house edge. But it seems weird that the house edge only decreases 0.17% from 1%


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 15, 2015, 11:41:56 AM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.

The famous martingale winning system, so many players are going to be messed up because of this site hehe. I like it think it is a cool looking dice site love the colors and it is bringing something new to the table which can only be good because as you say there is to much of the same. I will be playing this more when it comes of test with a tiny house edge as this.

No. Martingale players can kill this site if they are smart enough to use martingale here. This site will definitely be killed by martingale players
They can recover maximum 50% of lost bet with 10% chance... or 10% of lost bet with 50% chance.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 15, 2015, 12:57:24 PM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.

The famous martingale winning system, so many players are going to be messed up because of this site hehe. I like it think it is a cool looking dice site love the colors and it is bringing something new to the table which can only be good because as you say there is to much of the same. I will be playing this more when it comes of test with a tiny house edge as this.

No. Martingale players can kill this site if they are smart enough to use martingale here. This site will definitely be killed by martingale players
They can recover maximum 50% of lost bet with 10% chance... or 10% of lost bet with 50% chance.

Thats it. A chance to recover what is suppose to be lost coins can cause bankruptcy in the long run


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 15, 2015, 02:57:26 PM
Its nice but its really going to mess up anyone trying to Martingale with their gambling.

But at least its a nice feature. Lately there are too many gambling websites which present the same "dice" site without anything new.

So props to the webmaster for this feature.

The famous martingale winning system, so many players are going to be messed up because of this site hehe. I like it think it is a cool looking dice site love the colors and it is bringing something new to the table which can only be good because as you say there is to much of the same. I will be playing this more when it comes of test with a tiny house edge as this.

No. Martingale players can kill this site if they are smart enough to use martingale here. This site will definitely be killed by martingale players
They can recover maximum 50% of lost bet with 10% chance... or 10% of lost bet with 50% chance.

Thats it. A chance to recover what is suppose to be lost coins can cause bankruptcy in the long run

Some people could gain advantage from recover bet feature
And it could make the site bankrupt in short time

BTW, the site is offline
Update / DDoS attack ?
Hmm.. I don't  know why was down.. I think that was ddos.
I've opened again the server and wallet.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: biula on April 15, 2015, 06:58:37 PM
Awesome ideea!
I'm waiting to lounch it.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Havelivi on April 15, 2015, 07:17:10 PM
i am unable to change my password there save button not working for me, is there any kind of bug to set new password?
the idea of site is cool and sounds great to recover loss bet.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: duckydonald on April 15, 2015, 08:00:22 PM
BE WARNED, SITE IS THE TYPE TO DISSAPEAR, NOR IS SITE PROVABLY FAIR AT THE MOMENT.  DONT DEPOSIT MONEY ANYTIME SOON


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: boopy265420 on April 15, 2015, 08:03:41 PM
I was playing just now with free money site was not responding accordingly and was hanged . Is this was because of heavy traffic or some server up gradation as early today was down ? By the way site is great with unique idea of betting.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 15, 2015, 08:09:44 PM
BE WARNED, SITE IS THE TYPE TO DISSAPEAR, NOR IS SITE PROVABLY FAIR AT THE MOMENT.  DONT DEPOSIT MONEY ANYTIME SOON
Are you kidding me? :|
Do you know what is this "provably fair" ?
Let's check this bet `22307` [ https://i.imgur.com/cQjZPQx.png ].. is your
Server seed: Avdhoe8ItnGEa8OcoAFPZa30WQVNkoDOU34OEJ7Dtl6k6U05OIbPFav9litW
Client seed: xXtcjbsYK2KmEhDvTHOKP2p9UIR35XL6QPHGOjDf2vnaOn7q4FekmPLUMuMm
https://i.imgur.com/VXFN3in.png

And here is the algoritm:
Code:
$clientSeed="xXtcjbsYK2KmEhDvTHOKP2p9UIR35XL6QPHGOjDf2vnaOn7q4FekmPLUMuMm";
$serverSeed="Avdhoe8ItnGEa8OcoAFPZa30WQVNkoDOU34OEJ7Dtl6k6U05OIbPFav9litW";
$globalSeedVarchar=$clientSeed.$serverSeed;  
$validSeedChar=array(
"a","b","c","d","e","f","g","h","i","k","j","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"
);
$globalSeedInt=0;
for ($i=0; $i<strlen($globalSeedVarchar); $i++) {
$char=substr($globalSeedVarchar,$i,1);
$addThis=intval(array_search(strtolower($char),$validSeedChar));
if (ctype_upper($char)) {
$changeThis=strlen($globalSeedVarchar);
$globalSeedInt=$globalSeedInt+($addThis*$changeThis);
} else {
$globalSeedInt=$globalSeedInt+$addThis;
}
}
srand($globalSeedInt);
$roll=number_format((rand(1,10000)/100),2,'.','');
echo $roll;
For newbie.. you can test here: http://writecodeonline.com/php/

You rolled 57.61
TRUE!? https://i.imgur.com/48KMsua.png


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: duckydonald on April 15, 2015, 08:30:26 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Chemistry1988 on April 16, 2015, 04:46:26 PM
Without the RECOVER LAST BET, the house edge is 1%.
If you include the second chance, the house edge is between -9% and -49% (minus)

I don't think your calculation is correct.
Out of the 5 "recover last bet" options, the highest EV option is the third one that gives you 30% chance to recover 30% of your last loss.
So for a bet with win chance p, the overall EV is 99% + (1 - p) * 30% * 30%.
The lowest p allowed on your site is 1% which gives a EV of 107.91% and the highest p allowed is 98.02% which gives a EV of 99.1782%.

So the house edge is 0.83%? Its funny that not even the owner knows the house edge. But it seems weird that the house edge only decreases 0.17% from 1%

The house edge will be 0.822% if you only make x1.01 bets and always use the third "recover last bet" options. The drop in house edge is small in this case because you are only going to lose a tiny portion (~2%) of your bets and so the "recover last bet" system doesn't affect you in most of the times.

On the other hand, if you only make x99 bets, the house edge will be -7.91%, because the "recover last bet" system affects you in 99% of the time.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 17, 2015, 11:19:19 AM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.
I'll leave a minimum amount in bankroll till I know that i don't have vulnerabilities. Maximum 2  btc
If someone will win  3 btc, I'll receiove email and SMS and I'll add more btc in wallet.

Anyway, I'll make bugbounty reward


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: shulio on April 17, 2015, 12:19:12 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.
I'll leave a minimum amount in bankroll till I know that i don't have vulnerabilities. Maximum 2  btc
If someone will win  3 btc, I'll receiove email and SMS and I'll add more btc in wallet.

Anyway, I'll make bugbounty reward

Since you are a new site and there might be some vulnerabilities at your site. I think you should  consider only to allow 1 % profit from your maximum bankroll, and withdrawal above certain bitcoin will be process manually, this will give you some time to check on wether someone is exploiting vulnerabilites or playing honetsly in the site


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: gamblingbad on April 17, 2015, 06:58:28 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.
I'll leave a minimum amount in bankroll till I know that i don't have vulnerabilities. Maximum 2  btc
If someone will win  3 btc, I'll receiove email and SMS and I'll add more btc in wallet.

Anyway, I'll make bugbounty reward

Since you are a new site and there might be some vulnerabilities at your site. I think you should  consider only to allow 1 % profit from your maximum bankroll, and withdrawal above certain bitcoin will be process manually, this will give you some time to check on wether someone is exploiting vulnerabilites or playing honetsly in the site

Duckydonald is a scammer that try extort casino with his secret winning system.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: waterpile on April 17, 2015, 09:25:37 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.

So, please feel free to use your bot to wipe out their BR, all i can see is BS.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 18, 2015, 08:16:41 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.

So, please feel free to use your bot to wipe out their BR, all i can see is BS.
If he want to hack us, he can stole maximum 2 btc if he have an exploit.
I will add a bug bounty reward with more than 2 btc if he report to me.
Till now, I don't know if we have vulnerabilities.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: biula on April 20, 2015, 02:39:21 PM
the popup is not responsive. not working on phone


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: dznuts85 on April 20, 2015, 02:55:23 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.

If you have such strategy why dont you try to use it and be rich instead of extortion


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: LiQuidx on April 20, 2015, 03:09:37 PM
ok but what about you running after your bankroll is taken?  you know I already beaten RNG on 1 percent edge, what is going to happen when I use a bot to wipe you out?

what I should say is dont allow bot betting on your site, then you will be fine maybe,  also only allow 25 percent to be recovered, still its a good deal and you will be better protected.

what you really have to worry about is whales.

If you have such strategy why dont you try to use it and be rich instead of extortion

That's because it doesn't exist.

Good job with the site :) I like the design and the features you have.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: safetybitcoin on April 20, 2015, 03:28:33 PM
Hi,

I have 2 questions . Please help me for more details !

- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?
- How to recover 10 - 50% lose bets ? How it works?

Thanks in advance !


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: arallmuus on April 20, 2015, 03:41:10 PM
Hi,

I have 2 questions . Please help me for more details !

- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?
- How to recover 10 - 50% lose bets ? How it works?

Thanks in advance !

Quote
- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?

Testnet is basically bitcoin used for the purposes of testing, it is not the same as the actual bitcoin and you cant spend it to purchase something, although you can withdraw it if you have a testnet wallet which will not be any use to use.

For more info, here https://en.bitcoin.it/wiki/Testnet

Quote
- How to recover 10 - 50% lose bets ? How it works?

Each time you do a single manual roll and you lose, there will be an option for you before rolling the next one to recover your loss

10 % recover loss if you roll under 50
20 % recover loss if you roll under 40
30 % recover loss if you roll under 30
40 % recover loss if you roll under 20
50 % recover loss if you roll under 10


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: safetybitcoin on April 20, 2015, 03:52:41 PM
Hi,

I have 2 questions . Please help me for more details !

- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?
- How to recover 10 - 50% lose bets ? How it works?

Thanks in advance !

Quote
- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?

Testnet is basically bitcoin used for the purposes of testing, it is not the same as the actual bitcoin and you cant spend it to purchase something, although you can withdraw it if you have a testnet wallet which will not be any use to use.

For more info, here https://en.bitcoin.it/wiki/Testnet

Quote
- How to recover 10 - 50% lose bets ? How it works?

Each time you do a single manual roll and you lose, there will be an option for you before rolling the next one to recover your loss

10 % recover loss if you roll under 50
20 % recover loss if you roll under 40
30 % recover loss if you roll under 30
40 % recover loss if you roll under 20
50 % recover loss if you roll under 10

Ohh ! Now, I understand about that. Thanks for your explaination ! But I have a suggestion that you should give real money from your faucet instead testnet. It's not worth anything if we can't use it for anything. 1000sat, 2000sat,...seems more realistic.
Thanks again !


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: panjul07 on April 20, 2015, 04:09:39 PM
Hi,

I have 2 questions . Please help me for more details !

- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?
- How to recover 10 - 50% lose bets ? How it works?

Thanks in advance !

Quote
- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?

Testnet is basically bitcoin used for the purposes of testing, it is not the same as the actual bitcoin and you cant spend it to purchase something, although you can withdraw it if you have a testnet wallet which will not be any use to use.

For more info, here https://en.bitcoin.it/wiki/Testnet

Quote
- How to recover 10 - 50% lose bets ? How it works?

Each time you do a single manual roll and you lose, there will be an option for you before rolling the next one to recover your loss

10 % recover loss if you roll under 50
20 % recover loss if you roll under 40
30 % recover loss if you roll under 30
40 % recover loss if you roll under 20
50 % recover loss if you roll under 10

Ohh ! Now, I understand about that. Thanks for your explaination ! But I have a suggestion that you should give real money from your faucet instead testnet. It's not worth anything if we can't use it for anything. 1000sat, 2000sat,...seems more realistic.
Thanks again !


Do you know that the site is still in beta testing?
I think that's why OP just give you testnet btc.
of course he will give you real btc in faucet when the site is officially released.




Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 20, 2015, 05:27:51 PM
Hi,

I have 2 questions . Please help me for more details !

- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?
- How to recover 10 - 50% lose bets ? How it works?

Thanks in advance !

Quote
- 1BTC from your faucet . What is testnet? Can I spend testnet in the shops that accept Bitcoin ?

Testnet is basically bitcoin used for the purposes of testing, it is not the same as the actual bitcoin and you cant spend it to purchase something, although you can withdraw it if you have a testnet wallet which will not be any use to use.

For more info, here https://en.bitcoin.it/wiki/Testnet

Quote
- How to recover 10 - 50% lose bets ? How it works?

Each time you do a single manual roll and you lose, there will be an option for you before rolling the next one to recover your loss

10 % recover loss if you roll under 50
20 % recover loss if you roll under 40
30 % recover loss if you roll under 30
40 % recover loss if you roll under 20
50 % recover loss if you roll under 10

Ohh ! Now, I understand about that. Thanks for your explaination ! But I have a suggestion that you should give real money from your faucet instead testnet. It's not worth anything if we can't use it for anything. 1000sat, 2000sat,...seems more realistic.
Thanks again !

Of course I will add BITCOIN, but now the site is in testing.
I think it will be launched in 2 days.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: rayhan on April 21, 2015, 01:12:08 AM
nice concept but kinda lag, not smooth like other sites if i open your site, or is this just my internet connection, hmmm  ???


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Coef on April 21, 2015, 02:54:02 AM
I got a strange problem on your site.
When I tried to change the bet multiplier, I found the dot button on the num pad not working while the other dot button works correctly. Could you take a look at it and fix it?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: TriggerX on April 21, 2015, 06:39:56 AM
Just tested out the website and it looks really cool. I especially like the refund option where you have a chance to get your money back. I don't think I have ever seen another dice site implement that dice site before so good job. Do you have a specific date on when you are launching the website? I want to play on it ;D


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: panjul07 on April 21, 2015, 09:45:13 AM
Just tested out the website and it looks really cool. I especially like the refund option where you have a chance to get your money back. I don't think I have ever seen another dice site implement that dice site before so good job. Do you have a specific date on when you are launching the website? I want to play on it ;D

yeah, I think this is the first Dice site which implement a chance to recover our last lose bet.
Yesterday, OP already said that he will launch it in 2days..means that he will launch it no more than 48hours from now,so just be patient and lets wait for it. :)

Of course I will add BITCOIN, but now the site is in testing.
I think it will be launched in 2 days.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: LiQuidx on April 21, 2015, 09:06:04 PM
There's a bug that should be fixed. When the auto bet stops and you start it again the first roll bets the amount of your last roll and not the base amount.
The second roll starts the auto bet as it should from the base you have set.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: panjul07 on April 25, 2015, 08:46:50 PM
So it is alive now?When did you stop your beta testing?

Just visited again and a little bit surprised, players get 5000satoshi from the faucet  :o and the withdrawal is instant. That's great...

Just suggestion : I think its better to make a limited time to claim the faucet, because I can claim your faucet anytime when my balance is Zero. I'm afraid that this will make some people try to abuse the faucet. 




Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: joclixx on April 25, 2015, 09:22:51 PM
very nice site i win 0.002^^


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: HrN on April 25, 2015, 09:43:23 PM
So it is alive now?When did you stop your beta testing?

Just visited again and a little bit surprised, players get 5000satoshi from the faucet  :o and the withdrawal is instant. That's great...

Just suggestion : I think its better to make a limited time to claim the faucet, because I can claim your faucet anytime when my balance is Zero. I'm afraid that this will make some people try to abuse the faucet. 



I'll add google captcha


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: JohnStyles on April 25, 2015, 10:13:23 PM
https://i.imgur.com/nVCjAdk.png?1
good clean design, faucet option is not on the button completely, is there any chance of an investment option in the future?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: naphto on April 25, 2015, 10:32:11 PM
good clean design, faucet option is not on the button completely, is there any chance of an investment option in the future?


Why would anyone want to invest in a loosing casino?
You will lose it all.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: HrN on April 25, 2015, 10:33:14 PM
The investment is not available.
I dont have in mind to add this..  :P


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: panjul07 on April 25, 2015, 10:44:55 PM
good clean design, faucet option is not on the button completely, is there any chance of an investment option in the future?


Why would anyone want to invest in a loosing casino?
You will lose it all.

I'm not really sure why you can say that this is a loosing casino..
Since this is a new site, I think its too early to say like that.



Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: naphto on April 25, 2015, 10:48:37 PM
good clean design, faucet option is not on the button completely, is there any chance of an investment option in the future?


Why would anyone want to invest in a loosing casino?
You will lose it all.

I'm not really sure why you can say that this is a loosing casino..
Since this is a new site, I think its too early to say like that.



A casino with a positive house edge (for example: +1%) is a winning casino, because in the long run, it is expected to win money.
This website, with a -7.89% house edge is a loosing casino because players are expected to win money.

No matter how old the casino is...


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: Pony789 on April 26, 2015, 12:00:03 AM
So it is alive now?When did you stop your beta testing?

Just visited again and a little bit surprised, players get 5000satoshi from the faucet  :o and the withdrawal is instant. That's great...

Just suggestion : I think its better to make a limited time to claim the faucet, because I can claim your faucet anytime when my balance is Zero. I'm afraid that this will make some people try to abuse the faucet. 


The faucet only gives me 100 satoshi now. Though there is no time limit, the amount is just too low to make it attractive to new players.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: rayhan on April 26, 2015, 01:48:33 AM
100 satoshi is too small for faucet , I think you should to increase the amount satoshi /claims faucet  , consider the maximum claim is 1k or 2k satoshi, divided into several claims faucet


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win
Post by: panjul07 on April 26, 2015, 01:55:05 AM
100 satoshi is too small for faucet , I think you should to increase the amount satoshi /claims faucet  , consider the maximum claim is 1k or 2k satoshi, divided into several claims faucet

I think he just reduced it, if you come few hours ago the faucet was 5k satoshi unlimited as long as your balance is zero :)
Its better to give a faucet with leveling system based on the player's wager.



Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: arallmuus on April 26, 2015, 04:44:06 AM
A casino with a positive house edge (for example: +1%) is a winning casino, because in the long run, it is expected to win money.
This website, with a -7.89% house edge is a loosing casino because players are expected to win money.

No matter how old the casino is...

If OP is so confidence that he made this casino to be in minus house edge than it probably means that he is sure that it will gain some profit. Many new dice sites cant stand out the competition because the sites offer nothing innovative but rather the same copy feature of the old dice sites

If you do some counting based on the house edge and the wagered status, the status is not in the favor of the owner or investor but to the players but still we wont know the result of the investment since it is still new as the site could make some profit in the run.

EDIT : sites on profit for now


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: arallmuus on April 26, 2015, 05:04:30 AM
A casino with a positive house edge (for example: +1%) is a winning casino, because in the long run, it is expected to win money.
This website, with a -7.89% house edge is a loosing casino because players are expected to win money.

No matter how old the casino is...

If OP is so confidence that he made this casino to be in minus house edge than it probably means that he is sure that it will gain some profit. Many new dice sites cant stand out the competition because the sites offer nothing innovative but rather the same copy feature of the old dice sites

If you do some counting based on the house edge and the wagered status, the status is not in the favor of the owner or investor but to the players but still we wont know the result of the investment since it is still new as the site could make some profit in the run.

Maybe, OP confident every players who come here can't control themselves from gambling
Or he did something so he always get profit

Also, i'm still not sure if this site is provably fair

the site is provably fair and you can check them yourself , there is a button to check on this, simply click on the verification tab and put in your seed as well as the server seed to run the provably fair.
It is better if there is a 3rd party verification that will check on this automatically since not everyone know how to do this themselves. OP could set a bounty for it


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 06:12:07 AM
Has the site finally launched, can we play  now using real BTC?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: shulio on April 26, 2015, 06:14:29 AM
Has the site finally launched, can we play  now using real BTC?

yes the sites has launched for some time yet there is no official announcement from OP and you can play with real BTC, there is also an option to use faucet if you dont want to deposit into the sites


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 06:20:37 AM
Has the site finally launched, can we play  now using real BTC?

yes the sites has launched for some time yet there is no official announcement from OP and you can play with real BTC, there is also an option to use faucet if you dont want to deposit into the sites

faucet is too low, 100 satoshi.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: shulio on April 26, 2015, 06:26:07 AM
Has the site finally launched, can we play  now using real BTC?

yes the sites has launched for some time yet there is no official announcement from OP and you can play with real BTC, there is also an option to use faucet if you dont want to deposit into the sites

faucet is too low, 100 satoshi.

it was 5k satoshis yesterday , then it means that they lowered it already . The faucet is not to make you rich, it is too make people able to try on the site without having to deposit. so you can always try on it and win some even if it is not big enough


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 06:34:55 AM
Maybe recover bet is useless they never let you recover. I tried 7 times as of now all loss


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 06:49:42 AM
They don't allow withdraw before 3 confirmations, now why is that? Don't tell this is to avoid fraud since there are other legit sites they are also safe.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: arallmuus on April 26, 2015, 06:58:45 AM
Maybe recover bet is useless they never let you recover. I tried 7 times as of now all loss

not really useless because with the recover loss feature, the site is on negative house edge which means it is in favor for the players. I have explained this about the chances to recover loss just a page back from here

10 % recover loss if you roll under 50
20 % recover loss if you roll under 40
30 % recover loss if you roll under 30
40 % recover loss if you roll under 20
50 % recover loss if you roll under 10

With such chance you have a 50 % chance atleast to recover 10 % of your bet


They don't allow withdraw before 3 confirmations, now why is that? Don't tell this is to avoid fraud since there are other legit sites they are also safe.

Since they are still a new sites, it could be that the 3 confirmations is to avoid fraud things from happening, besides , 3 confirmations isnt much as it is most likely 30~ minutes or so.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 07:36:27 AM
This is a tiring process you loose and go and recover bet. Once you recover next bet you'll loose

Also i don't think so this is fair. OP has created this system so obviously he wants to gain no one is doing social work here.So plz don't praise anyone saying this site has negative house edge whatever at the end you'll loose.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: arallmuus on April 26, 2015, 07:44:21 AM
This is a tiring process you loose and go and recover bet.

You can go for autobet if you dont want to use the recover bet option so I dont think thats an issue

Once you recover next bet you'll loose

Not really, I have stated above that there is a chance for you to recover your bet, it is not like you will always win the roll and be able to recover your bet

Also i don't think so this is fair.

It is fair, it has the provably fair and you can check it yourself regarding this

OP has created this system so obviously he wants to gain

Of course, who would want to create a gambling sites if there is nothing to gain? no one is giving free money to the others

no one is doing social work here.

Yes no one besides OP, you might want to add this as a suggestion to him

So plz don't praise anyone saying this site has negative house edge whatever at the end you'll loose.

No one is praising it, Im just stating that the odds to win is in the favor for players, which means you got a bigger chance to win but it is not likely that you will always win and yes at the end you will lose , gambling isnt getting rich in a short moment, might takes some times to play and luck  :)


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 08:02:43 AM
Useless site, just added a recovery feature which is also bullshit and its better to ask for donation then taking people money in this way. Go to hell!


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: retes1234 on April 26, 2015, 08:04:20 AM
Maybe recover bet is useless they never let you recover. I tried 7 times as of now all loss

It depends on the chance you are takinG. Even if it is  50% or 10% it still depends on your luCk.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: retes1234 on April 26, 2015, 08:06:09 AM
Useless site, just added a recovery feature which is also bullshit and its better to ask for donation then taking people money in this way. Go to hell!

How can you say useless? is it because you lose? oh man, grow Up. No one can always win all the time


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 08:07:49 AM
Maybe recover bet is useless they never let you recover. I tried 7 times as of now all loss

It depends on the chance you are takinG. Even if it is  50% or 10% it still depends on your luCk.

They write provable fair, which means not completely fair. But there are still people supporting them.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: hunkey600 on April 26, 2015, 08:10:23 AM
Useless site, just added a recovery feature which is also bullshit and its better to ask for donation then taking people money in this way. Go to hell!

How can you say useless? is it because you lose? oh man, grow Up. No one can always win all the time

dude i played on multiple sites i have lost and won also i am not complaining on losing or winning. They just fucking add a useless feature and then they say provable fair. why they don't say it is a fair game, can you explain me?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: Ghris on April 26, 2015, 08:23:19 AM
Okay, this seemed promising, but I don't think its a fair site. Just a feeling though, can't back it up with actual facts.

I bet with 95% chance of winning, so i should lose 1 in 20 bets on average. That doesnt happen, the average is +- 8. If it would have been 1 in 18 or so, I would have believed it.

Also, I used the bot and set it to stop when I make any loss. It continued 2 more bets after it should have stopped.
Edit: The continueing after a loss is fucked up, as you cant recover your bet.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: HrN on April 26, 2015, 09:11:43 AM
The game is PROVABLY FAIR and is very simple to check
The SERVER SEED is generating by server and you can change the CLIENT SEED here http://wishdice.com/cont/
Code:
$clientSeed="Your_client_seed";
$serverSeed="Server_seed";
$globalSeedVarchar=$clientSeed.$serverSeed; 
$validSeedChar=array(
"a","b","c","d","e","f","g","h","i","k","j","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"
);
$globalSeedInt=0;
for ($i=0; $i<strlen($globalSeedVarchar); $i++) {
$char=substr($globalSeedVarchar,$i,1);
$addThis=intval(array_search(strtolower($char),$validSeedChar));
if (ctype_upper($char)) {
$changeThis=strlen($globalSeedVarchar);
$globalSeedInt=$globalSeedInt+($addThis*$changeThis);
} else {
$globalSeedInt=$globalSeedInt+$addThis;
}
}
srand($globalSeedInt);
$roll=number_format((rand(1,10000)/100),2,'.','');
echo $roll;


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: arallmuus on April 26, 2015, 09:16:19 AM
dude i played on multiple sites i have lost and won also i am not complaining on losing or winning. They just fucking add a useless feature and then they say provable fair. why they don't say it is a fair game, can you explain me?

It seems like you dont understand what a provably fair is. Provably fair is a mechanism that prevent the site from cheating you, if a site attempted to cheat or manipulate the roll, player can notice it by verifying the rolls. In shorts words, site that has provably is actually fair because their cheating would have been known if they try it

Pro tip : search up google before bashing up here http://provablyfair.org/


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: HrN on April 26, 2015, 09:33:48 AM
Is very simple to  check the provably fair...
Let's check this bet: Bet # 10416
Server seed =  USx8xXhxjSdpObUePPbg0JdxZ8ceV6xbGij3hC9LbzQ4LIFeTP4C92fsBisA
Client seed = 9FLaFlnz7enFiVFktFvLIS06Z73NTBxQS0cAdOtBOyak8QnWSdf2JqsHtpvD
If you combine the codes you will get this number: 91.28
Here is the algoritm:
Code:
$clientSeed="9FLaFlnz7enFiVFktFvLIS06Z73NTBxQS0cAdOtBOyak8QnWSdf2JqsHtpvD"; //Your Client SEED
$serverSeed="USx8xXhxjSdpObUePPbg0JdxZ8ceV6xbGij3hC9LbzQ4LIFeTP4C92fsBisA"; //The server SEED
$globalSeedVarchar=$clientSeed.$serverSeed;  
$validSeedChar=array(
"a","b","c","d","e","f","g","h","i","k","j","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"
);
$globalSeedInt=0;
for ($i=0; $i<strlen($globalSeedVarchar); $i++) {
$char=substr($globalSeedVarchar,$i,1);
$addThis=intval(array_search(strtolower($char),$validSeedChar));
if (ctype_upper($char)) {
$changeThis=strlen($globalSeedVarchar);
$globalSeedInt=$globalSeedInt+($addThis*$changeThis);
} else {
$globalSeedInt=$globalSeedInt+$addThis;
}
}
srand($globalSeedInt);
$roll=number_format((rand(1,10000)/100),2,'.','');
echo $roll;

You can make a php file and run on a server or put the code here: http://writecodeonline.com/php/
91.28 < 49.50 ? ? ? FALSE! You lost


https://i.imgur.com/lZbeM6Q.png


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: B4RF on April 26, 2015, 09:37:40 AM
The site has actually a negative house edge with the recover function  :o

This won't work for the long run...or there is something suspicious going on.


Edit: The betting is pretty slow for me...and sometimes it doesn't place the bet and I have to repress the button.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: HrN on April 26, 2015, 09:41:05 AM
The site has actually a negative house edge with the recover function  :o

This won't work for the long run...or there is something suspicious going on.
Is not a problem that.
I just implemented a second chance to recover your bitcoins. The first bitcoin gambling with this obtion.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: biula on April 26, 2015, 10:42:29 AM
Nice concept :D
I tried and it's ok.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: HrN on April 26, 2015, 11:54:17 AM
Useless site, just added a recovery feature which is also bullshit and its better to ask for donation then taking people money in this way. Go to hell!
If you lose 1 btc, you can recover 0.5 btc with 10% chance (Numbers under 10). How you can say that is Useless ?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: biula on April 26, 2015, 01:05:01 PM
https://i.imgur.com/7fvKp4Q.png
0.01708381   recovered...


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: retes1234 on April 26, 2015, 01:11:41 PM
Is this still in beta mode?


Bankroll :0.60849278 (for test)


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: retes1234 on April 26, 2015, 01:15:26 PM
I cant see my whole deposit address in mobile. Can you pls fix it?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {LAUNCHED}
Post by: panjul07 on April 26, 2015, 01:56:39 PM
I cant see my whole deposit address in mobile. Can you pls fix it?

What browser did u use?Have you tried to rotate your mobile screen into landscape mode?
I have tried it with chrome on my android in landscape mode, and I could see the whole deposit address.







Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 26, 2015, 04:54:50 PM
Hey is wishdice down?


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: 98problems on April 26, 2015, 05:22:06 PM
Hey is wishdice down?
its said in the very first topic that its not launched yet as theyre upgrading it


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 26, 2015, 06:19:05 PM
Hey is wishdice down?
its said in the very first topic that its not launched yet as theyre upgrading it

Okay missed that part. Got some btc on it. Thanks


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: arallmuus on April 26, 2015, 06:21:07 PM
Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 26, 2015, 09:51:31 PM
Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: arallmuus on April 26, 2015, 10:29:46 PM
Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Minnlo on April 27, 2015, 12:31:17 AM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: retes1234 on April 27, 2015, 12:35:36 AM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

But i dont think anyone will invest in a dice site with negative house edge. It will only take their money :D


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: panjul07 on April 27, 2015, 12:42:01 AM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

But i dont think anyone will invest in a dice site with negative house edge. It will only take their money :D

Yes absolutely, they will not invest , because they can't...
this site has no investment feature and even OP do not have mind to add investment in the future.

The investment is not available.
I dont have in mind to add this..  :P


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: rayhan on April 27, 2015, 01:08:32 AM

Yes absolutely, they will not invest , because they can't...
this site has no investment feature and even OP do not have mind to add investment in the future.

The investment is not available.
I dont have in mind to add this..  :P
invest in player is one way, but it was too risky :P
I'm not sure there will be people who do this


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 27, 2015, 09:43:04 AM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

That upgrade time though. Also no response on my pm while he was online.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: arallmuus on April 27, 2015, 12:02:31 PM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

Nope , no investment in the site and it will be a zero chance that an investors will put their money here as this site is still pretty new and there are others site that has stand out with their reputation here.
PS : Dont forget it is a negative edge. which is pretty risky to take on as an investor


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: sandy47bt on April 27, 2015, 12:36:14 PM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

That upgrade time though. Also no response on my pm while he was online.

Most likely he's very busy now upgrading this site
But, i'm sure OP won't abandon his site


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 27, 2015, 10:41:31 PM
OP could you give us an ETA for the upgrade?

Hey is wishdice down?

Yes the site is down with the error 522 to the cloudflare and they are taking it down for an upgrade

its said in the very first topic that its not launched yet as theyre upgrading it

Nope you are wrong, the game has launched although it is not official yet and if you do read and check just a few posts back you can see that there are some that has try it with either faucet or deposit, OP just took the game down for upgrade

Let's just hope he didnt take off with deposited btc lol. You never know...

You are right, but I highly doubt it, because that those who depositted must have been only a small amount since the site is still new and most people try to play by using faucet. There is only tiny amount to scam if he decided to scam and also a waste to this idea, since this is the only sites that has negative house edge for now

Plus, if he has been planning to act maliciously, he should have added an investment feature to the game in the first place.

That upgrade time though. Also no response on my pm while he was online.

Most likely he's very busy now upgrading this site
But, i'm sure OP won't abandon his site

It begins to look like he did abandon. Why else would you be online on bitcointalk and not respond or update in topic or pm.

The idea is good but not sustainable. The only way to make profit with it is throwing it offline after some deposits.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: arallmuus on April 28, 2015, 01:51:53 AM
It begins to look like he did abandon. Why else would you be online on bitcointalk and not respond or update in topic or pm.

The idea is good but not sustainable. The only way to make profit with it is throwing it offline after some deposits.

Still to early to assume things like that. The last time I checked when the site was online, the house was in profit although it is not much but atleast it is decent enough for a new site like this.
Even if it turns out to be a scam, I doubt he gonna get much because those deposits made before it goes offline should be only a few dollars


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: panjul07 on April 28, 2015, 01:53:18 PM
almost two days..but no update info from OP?




Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: Ghris on April 29, 2015, 11:26:18 AM
Yes update would be appreciated. Nearing the point of scam accusation.


Title: Re: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}
Post by: HrN on April 29, 2015, 12:21:33 PM
We working for WITHDRAW btc upgrade. I found some problemsthere. Anyway... 2 users deposited in this site 0.001 btc and 0.00045 btc.  = ~2$
I posted here because i wanted to know if is a good ideea. It will be launched soon; once I'll solve the problems.