Bitcoin Forum
April 26, 2024, 09:42:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Coin-casino  (Read 654 times)
gjerek (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
June 19, 2013, 10: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
1714124579
Hero Member
*
Offline Offline

Posts: 1714124579

View Profile Personal Message (Offline)

Ignore
1714124579
Reply with quote  #2

1714124579
Report to moderator
1714124579
Hero Member
*
Offline Offline

Posts: 1714124579

View Profile Personal Message (Offline)

Ignore
1714124579
Reply with quote  #2

1714124579
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714124579
Hero Member
*
Offline Offline

Posts: 1714124579

View Profile Personal Message (Offline)

Ignore
1714124579
Reply with quote  #2

1714124579
Report to moderator
1714124579
Hero Member
*
Offline Offline

Posts: 1714124579

View Profile Personal Message (Offline)

Ignore
1714124579
Reply with quote  #2

1714124579
Report to moderator
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
June 19, 2013, 10:44:13 AM
 #2

https://bitcointalk.org/index.php?topic=161236.0
gjerek (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
June 19, 2013, 10: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?
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
June 19, 2013, 11: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

BEEP BEP
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
June 19, 2013, 11: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.
playtin
Full Member
***
Offline Offline

Activity: 201
Merit: 101


https://playt.in


View Profile WWW
June 19, 2013, 11: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

gjerek (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
June 19, 2013, 11:28:50 AM
 #7

OK, thanks guys!

I will sort this tonite.
Yurkov
Sr. Member
****
Offline Offline

Activity: 1463
Merit: 265


Pepemo.vip


View Profile
June 19, 2013, 12:46:37 PM
 #8

lol nice going on the free trial, I havent even won a single coin by just using the free trial 10x

gjerek (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
June 19, 2013, 02:06:13 PM
 #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
Pages: [1]
  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!