Author

Topic: Coin-casino (Read 673 times)

member
Activity: 61
Merit: 10
June 19, 2013, 09:06:13 AM
#9
lol nice going on the free trial, I havent even won a single coin by just using the free trial 10x

I said its random Smiley
sr. member
Activity: 1463
Merit: 265
Pepemo.vip
June 19, 2013, 07:46:37 AM
#8
lol nice going on the free trial, I havent even won a single coin by just using the free trial 10x
member
Activity: 61
Merit: 10
June 19, 2013, 06:28:50 AM
#7
OK, thanks guys!

I will sort this tonite.
full member
Activity: 201
Merit: 101
https://playt.in
June 19, 2013, 06:11:24 AM
#6

Ok I read it, but how can I create those hashes on flyby for every roll?
And then publish all rolls/bets/rewards in the end of the day?
Do it like this https://bitzino.com/slots
Our casino https://playt.in works similar to bitzino but we have no slots
vip
Activity: 1316
Merit: 1043
👻
June 19, 2013, 06:11:11 AM
#5

Ok I read it, but how can I create those hashes on flyby for every roll?
And then publish all rolls/bets/rewards in the end of the day?
OK, so what you do is when a user clicks on play, your server generates a random secret.

$randomSecret = [use secure random function];

Give the hash to the player:

hash("SHA256", $randomSecret);

Display this hash in Flash. Let the user enter their own client secret.

When they click on spin, send the player's hash, the server concats the two strings, and then hashes it again to derive the result of the spin. Send the unhashed secret back after the spin, and have the Flash automatically verify, and also display the secret so players can manually verify it too.
full member
Activity: 196
Merit: 100
June 19, 2013, 06:03:42 AM
#4
Unable to insert into database, please contact an admin and let them know: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null
member
Activity: 61
Merit: 10
June 19, 2013, 05:56:45 AM
#3

Ok I read it, but how can I create those hashes on flyby for every roll?
And then publish all rolls/bets/rewards in the end of the day?
member
Activity: 61
Merit: 10
June 19, 2013, 05:14:41 AM
#1
Hello guys!

I am working on full casino, that will accept BIT coins and LITE coins, at this very moment we have slot machine ready.

Chances are completly random!

check it out
http://www.coin-casino.net
Jump to: