Bitcoin Forum
May 09, 2024, 11:22:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 »  All
  Print  
Author Topic: [WishDice.com] First bitcoin dice with DOUBLE CHANCE to win {NOT LAUNCHED YET}  (Read 4563 times)
HrN (OP)
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250



View Profile
April 14, 2015, 10:56:42 AM
Last edit: April 26, 2015, 07:03:32 PM by HrN
 #1

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.



 

.()_().
1715296929
Hero Member
*
Offline Offline

Posts: 1715296929

View Profile Personal Message (Offline)

Ignore
1715296929
Reply with quote  #2

1715296929
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715296929
Hero Member
*
Offline Offline

Posts: 1715296929

View Profile Personal Message (Offline)

Ignore
1715296929
Reply with quote  #2

1715296929
Report to moderator
1715296929
Hero Member
*
Offline Offline

Posts: 1715296929

View Profile Personal Message (Offline)

Ignore
1715296929
Reply with quote  #2

1715296929
Report to moderator
danielca9
Full Member
***
Offline Offline

Activity: 126
Merit: 100

★YoBit.Net★ 100+ Coins Exchange & Dice


View Profile
April 14, 2015, 11:06:28 AM
 #2

Hello I love it I tried it

.          █▄▄ ▄ █▄ ■■ ◥◣◢◤      Professional Crypto and GHash Exchange                                          ** 0% Fee Trades Until September **
.          █▄█ █ █▄ ■■ ◢◤◥◣      USD  EUR  GBP  LTC  BTC
..                  Spend Bitcoin Anywhere in the World with your bit-x Debit Card
XinXan
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 505


View Profile
April 14, 2015, 11:06:37 AM
 #3

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?
HrN (OP)
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250



View Profile
April 14, 2015, 11:14:10 AM
 #4

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)

.()_().
dznuts85
Full Member
***
Offline Offline

Activity: 140
Merit: 100

★777Coin.com★ Fun BTC Casino!


View Profile
April 14, 2015, 11:16:40 AM
 #5

I visited the site thru mobile and found that the design is cool. But i cant find where to set the password.

HrN (OP)
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250



View Profile
April 14, 2015, 11:18:21 AM
 #6

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

.()_().
boopy265420
Legendary
*
Offline Offline

Activity: 1876
Merit: 1005


View Profile
April 14, 2015, 11:24:59 AM
 #7

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.
sandy47bt
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251


View Profile
April 14, 2015, 11:31:52 AM
 #8

Option to recover last bet is pretty good, it could attract more gambler
Could become better if there are auto roll & auto recover
dznuts85
Full Member
***
Offline Offline

Activity: 140
Merit: 100

★777Coin.com★ Fun BTC Casino!


View Profile
April 14, 2015, 11:32:49 AM
 #9

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 Smiley

HrN (OP)
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250



View Profile
April 14, 2015, 11:36:43 AM
 #10

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 Smiley
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

.()_().
dznuts85
Full Member
***
Offline Offline

Activity: 140
Merit: 100

★777Coin.com★ Fun BTC Casino!


View Profile
April 14, 2015, 11:41:23 AM
 #11

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 Smiley
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

Philipd
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
April 14, 2015, 11:43:19 AM
 #12

its a good idea players would like idea a lot. u can do 10-20% refund on a loss bet

panjul07
Legendary
*
Offline Offline

Activity: 3472
Merit: 1352



View Profile WWW
April 14, 2015, 11:44:47 AM
 #13

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 Smiley






  

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
political1907
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
April 14, 2015, 11:54:50 AM
 #14

Withdrawal doesnt work.

somuchee
Hero Member
*****
Offline Offline

Activity: 837
Merit: 501


View Profile
April 14, 2015, 11:57:21 AM
 #15

Withdrawal doesnt work.
think its just for testing , yet to launch .
HrN (OP)
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250



View Profile
April 14, 2015, 11:58:58 AM
 #16

Withdrawal doesnt work.
ZZ

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

.()_().
somuchee
Hero Member
*****
Offline Offline

Activity: 837
Merit: 501


View Profile
April 14, 2015, 11:59:21 AM
 #17

Hi Admin

Roll Over & Roll Under is the same ">"

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

user : somuchee
srgkrgkj
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000



View Profile
April 14, 2015, 11:59:27 AM
 #18

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 ! Cheesy

political1907
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
April 14, 2015, 12:00:25 PM
 #19

Withdrawal doesnt work.
ZZ

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

Im now see Cheesy

Good design and good roll over Cheesy

panjul07
Legendary
*
Offline Offline

Activity: 3472
Merit: 1352



View Profile WWW
April 14, 2015, 12:04:03 PM
 #20

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  Cheesy

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
Pages: [1] 2 3 4 5 6 7 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!