Bitcoin Forum
May 22, 2024, 04:05:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: -~*´¨¯¨`*·~ Luck.Network ~*´¨¯¨`*·~- Blockchain Games Need Players |-o-| Please  (Read 374 times)
clavigerous (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
October 15, 2018, 05:30:54 PM
Last edit: October 15, 2018, 06:03:44 PM by clavigerous
 #1

Hello friends,

Thought it would be fun to host a casino machine. Set this site up as an experiment and learning opportunity. I'm thinking to control the house edge around 0% to 1%ish. I put a lot of efforts into this small operation. Hope you enjoy playing and this will turn into something positive one day.  Smiley

Play Here >>> [ https://luck.network ]  <<<


Mirae
Member
**
Offline Offline

Activity: 416
Merit: 27


View Profile
October 15, 2018, 05:47:52 PM
 #2

"As soon as Luck.Network receives the bet, it generates a random number and determine the winning condition"
how exactly do you generate that random number

SCAM ALERT: The Rock Trading Exchange (www.therocktrading.com): Deceives bitcoiners to create unverified accounts, blocks the withdrawals covertly in order to let the user keep depositing money and uses every pretext to keep it blocked "forever".
https://bitcointalk.org/index.php?topic=4975753.0
https://www.coinmedicate.com/the-rock-trading-selective-scam/
clavigerous (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
October 15, 2018, 05:55:26 PM
 #3

In php,

Code:
              $luck = rand(1, 10000);

              if ($luck < $chance * 100)
              {
                $betResult = 'won';


milewilda
Legendary
*
Offline Offline

Activity: 3122
Merit: 1129



View Profile
October 15, 2018, 06:12:22 PM
 #4

You place a bet by sending coins to one of the fixed addresses, each having various payouts. As soon as Luck.Network receives the bet, it generates a random number and determine the winning condition. You win the round if your random number is smaller than the chance number. If you win, Luck.Network will generate a winning prize transaction with your bet multiplied as set by the game. Refer to the game table for detail information on the odds and multipliers.


Smaller than the chance number?

Chance 25%, Win 395%
Chance 75.00%, Win 131%
Chance 93.75%, Win 105%

Odds arent too far if we compared to dice,but not really convinces me too play.

seoincorporation
Legendary
*
Offline Offline

Activity: 3164
Merit: 2954


Top Crypto Casino


View Profile
October 15, 2018, 07:07:48 PM
 #5

Hello friends,

Thought it would be fun to host a casino machine. Set this site up as an experiment and learning opportunity. I'm thinking to control the house edge around 0% to 1%ish. I put a lot of efforts into this small operation. Hope you enjoy playing and this will turn into something positive one day.  Smiley

Play Here >>> [ https://luck.network ]  <<<




Damn, I don't know where to start, you are just doing it terribly wrong clavigerous.

If you want people to trust in your site you need a real provably fair engine, you can't say the result is generated by a random number because that can be easily rigged.

In php,
Code:
              $luck = rand(1, 10000);

              if ($luck < $chance * 100)
              {
                $betResult = 'won';

Code:
if ($betResult = 'won') {  $luck = rand(1, 10000)}

You see it?

Quote
There is no fee for playing the games. Luck.Network pays all the transaction fees of payouts.

You can't say that because users will have to pay the transaction fee every time they send a bet.

So, to end I would like to mark 2 points here, If you prove the casino have a bankroll and if you change that provably fair engine to a real one I will give a try to your games.

Good luck with this project and you still have a lot of work to do with it, no one says it would be easy to code a casino  Wink


█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
earnadoge
Member
**
Offline Offline

Activity: 175
Merit: 12


View Profile
October 15, 2018, 09:52:27 PM
 #6

I've seen more established sites that work like this, send to address and get paid on win, but they usually base the results on something provably fair, including the transaction itself.  And it doesn't appear they have large volume, but I guess once in a while someone makes a huge bet, enough to keep the doors open. 

BTCevo
Legendary
*
Offline Offline

Activity: 1834
Merit: 1008


View Profile
October 16, 2018, 02:02:52 PM
 #7

You place a bet by sending coins to one of the fixed addresses, each having various payouts. As soon as Luck.Network receives the bet, it generates a random number and determine the winning condition. You win the round if your random number is smaller than the chance number. If you win, Luck.Network will generate a winning prize transaction with your bet multiplied as set by the game. Refer to the game table for detail information on the odds and multipliers.


Smaller than the chance number?

Chance 25%, Win 395%
Chance 75.00%, Win 131%
Chance 93.75%, Win 105%

Odds arent too far if we compared to dice,but not really convinces me too play.

Yes, odds is not too far but the game is taking longer time than we did on dice. And most of all, there is no verifier that the outcome is a real one. Op should implement a verifier to verify all the bet so winning or losing will be transparant

OP,  I just check on your site and it seems there is no last transaction on your site which people will assume that there is no player around here. How to check if our bet is being processed or not?
BALIK
Copper Member
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 593


🍓 BALIK Never DM First


View Profile
October 16, 2018, 10:20:42 PM
 #8

Hello friends,

Thought it would be fun to host a casino machine. Set this site up as an experiment and learning opportunity. I'm thinking to control the house edge around 0% to 1%ish. I put a lot of efforts into this small operation. Hope you enjoy playing and this will turn into something positive one day.  Smiley

Play Here >>> [ https://luck.network ]  <<<



This looks like a nice effort but you still have a lot to go if you wan to turn this something real that players will actually want to play. You need to at least have the fair provability in a more obvious way because otherwise, people get suspicious.

clavigerous (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
October 17, 2018, 01:32:05 PM
 #9

Hi Friends,

Thanks for the awesome comments. Provably fair is implemented now. I have to agree that whoever invented Provably fair is a genius!

How to prove the casino have a bankroll?

Cheers
Mirae
Member
**
Offline Offline

Activity: 416
Merit: 27


View Profile
October 17, 2018, 01:36:06 PM
 #10

Hi Friends,

Thanks for the awesome comments. Provably fair is implemented now. I have to agree that whoever invented Provably fair is a genius!

How to prove the casino have a bankroll?

Cheers
sign a transaction from the wallet that is being used for the funds

SCAM ALERT: The Rock Trading Exchange (www.therocktrading.com): Deceives bitcoiners to create unverified accounts, blocks the withdrawals covertly in order to let the user keep depositing money and uses every pretext to keep it blocked "forever".
https://bitcointalk.org/index.php?topic=4975753.0
https://www.coinmedicate.com/the-rock-trading-selective-scam/
kryptqnick
Legendary
*
Offline Offline

Activity: 3108
Merit: 1389


Join the world-leading crypto sportsbook NOW!


View Profile
October 17, 2018, 06:21:55 PM
 #11

It is a good start, but you really should hire a designer to make everything looks nice and sweet. For now it's more like a student project, and reading bright yellow on black background is really hard. It might also make sense to implement smart contracts, so that all transactions are operated automatically. This would not work with bitcoin, though, and might be a tough task. But just look into it, okay? It will probably increase the trust in your project from crypto community. And more background and game-like interface wouldn't hurt. Good luck!

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
seoincorporation
Legendary
*
Offline Offline

Activity: 3164
Merit: 2954


Top Crypto Casino


View Profile
October 17, 2018, 09:59:50 PM
 #12

Hi Friends,

Thanks for the awesome comments. Provably fair is implemented now. I have to agree that whoever invented Provably fair is a genius!

How to prove the casino have a bankroll?

Cheers
sign a transaction from the wallet that is being used for the funds

Yes, signing a transaction should be enough.

And i want to congrats you clavigerous, you apply all the changes i recommended, and now looks more like a true game. But i found another problem.

Your Max bet is 0.01, and the last bets board show a 0.02 bet, that shouldn't be played.

I have another question, if a user places 2 bets in the same transaction, your engine is ready to process them?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
clavigerous (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
October 18, 2018, 03:03:21 PM
 #13

The 0.02 bet of Golden Choice game was allowed because Golden Choice has maximum of 0.02. I think the engine now have enough amount to have good chance to cover all the winnings of that game. Maybe I should keep the max. same for all games, less confusing to users.

If user places more than one bet in one transaction, only one bet will be processed and others will be ignored. Support would happily refund the over-payment upon request.

BTW, a referral program is added now. If anyone would like to have some free passive income, please check this out:
>>> https://luck.network/referral.php <<<

Cheers!
seoincorporation
Legendary
*
Offline Offline

Activity: 3164
Merit: 2954


Top Crypto Casino


View Profile
October 18, 2018, 03:16:28 PM
 #14

The 0.02 bet of Golden Choice game was allowed because Golden Choice has maximum of 0.02. I think the engine now have enough amount to have good chance to cover all the winnings of that game. Maybe I should keep the max. same for all games, less confusing to users.

If user places more than one bet in one transaction, only one bet will be processed and others will be ignored. Support would happily refund the over-payment upon request.

BTW, a referral program is added now. If anyone would like to have some free passive income, please check this out:
>>> https://luck.network/referral.php <<<

Cheers!

Just to be clear, if a user places a 0.01btc bet under my referral link and it loses, i will get 0.0025btc direct to my addy, is that how the referral system work for your site?

Another cool thing you can add is the way to sort all the bets by addy. That will be really helpful for users if they want to verify if they are in profit for the long run.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
clavigerous (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
October 19, 2018, 02:38:44 PM
 #15

That is the basic idea. To be exact, the sum of all bets minus sum of all payouts and costs times referral rate:

Code:
while ($tx = mysqli_fetch_assoc($result))
{
$betSum += $tx['bet'];
$paySum += $tx['payout'];
$feeSum += $tx['payout_fee'];
}
$houseGain = $betSum - $paySum - $feeSum;
$referral_pay = $houseGain * 0.25;



stomachgrowls
Hero Member
*****
Offline Offline

Activity: 2870
Merit: 771



View Profile
October 19, 2018, 06:16:10 PM
 #16

It is a good start, but you really should hire a designer to make everything looks nice and sweet. For now it's more like a student project, and reading bright yellow on black background is really hard. It might also make sense to implement smart contracts, so that all transactions are operated automatically. This would not work with bitcoin, though, and might be a tough task. But just look into it, okay? It will probably increase the trust in your project from crypto community. And more background and game-like interface wouldn't hurt. Good luck!
You are right specially the Golden choice which do have a potato background.  Grin This should be changed up too look it more attractive to the players because it turns out to be very
basic.

I have seen some bet histories but i do still wait up for the signed message of this gambling sites bankroll.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
seoincorporation
Legendary
*
Offline Offline

Activity: 3164
Merit: 2954


Top Crypto Casino


View Profile
October 19, 2018, 06:17:10 PM
 #17

That is the basic idea. To be exact, the sum of all bets minus sum of all payouts and costs times referral rate:

Code:
while ($tx = mysqli_fetch_assoc($result))
{
$betSum += $tx['bet'];
$paySum += $tx['payout'];
$feeSum += $tx['payout_fee'];
}
$houseGain = $betSum - $paySum - $feeSum;
$referral_pay = $houseGain * 0.25;





I give it a try and I didn't get my referral profit.

The addy I used for the referral, was 1N9itxxxvcT9daQX1PwzhMaxprvsNHiqap and the bets a place with that referral was this two:

https://www.blockchain.com/btc/tx/cdc92d103524e137a2b28cbdc732efe31ebcbb29fd75f234943e150c0b51e84a
https://www.blockchain.com/btc/tx/e84ab0e7ed078bd26fc73b6baa2bcaf4b65df4f448a54508a35014afe85866f8

One of them win, and the other one loses

And if you see my referral addy is empty: https://www.blockchain.com/btc/address/1N9itxxxvcT9daQX1PwzhMaxprvsNHiqap

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
veleten
Legendary
*
Offline Offline

Activity: 2030
Merit: 1106



View Profile
October 20, 2018, 11:37:02 AM
 #18

It is a good start, but you really should hire a designer to make everything looks nice and sweet. For now it's more like a student project, and reading bright yellow on black background is really hard. It might also make sense to implement smart contracts, so that all transactions are operated automatically. This would not work with bitcoin, though, and might be a tough task. But just look into it, okay? It will probably increase the trust in your project from crypto community. And more background and game-like interface wouldn't hurt. Good luck!
You are right specially the Golden choice which do have a potato background.  Grin This should be changed up too look it more attractive to the players because it turns out to be very
basic.

I have seen some bet histories but i do still wait up for the signed message of this gambling sites bankroll.

it was supposed to be a potato gold Smiley
a very basic website, to be honest and please, show us the proof of funds
would be nice of you to include house edge calculations for every game you have and maybe introduce more fixed multipliers
basically, this is mini-satoshi dice with limited multipliers
 

          ▄▄████▄▄
      ▄▄███▀    ▀███▄▄
   ▄████████▄▄▄▄████████▄
  ▀██████████████████████▀
▐█▄▄ ▀▀████▀    ▀████▀▀ ▄▄██
▐█████▄▄ ▀██▄▄▄▄██▀ ▄▄██▀  █
▐██ ▀████▄▄ ▀██▀ ▄▄████  ▄██
▐██  ███████▄  ▄████████████
▐██  █▌▐█ ▀██  ██████▀  ████
▐██  █▌▐█  ██  █████  ▄█████
 ███▄ ▌▐█  ██  ████████████▀
  ▀▀████▄ ▄██  ██▀  ████▀▀
      ▀▀█████  █  ▄██▀▀
         ▀▀██  ██▀▀
.WINDICE.████
██
██
██
██
██
██
██
██
██
██
██
██
████
      ▄████████▀
     ▄████████
    ▄███████▀
   ▄███████▀
  ▄█████████████
 ▄████████████▀
▄███████████▀
     █████▀
    ████▀
   ████
  ███▀
 ██▀
█▀

██
██
██
██
██
██
██
██
██
██
██
██
     ▄▄█████▄   ▄▄▄▄
    ██████████▄███████▄
  ▄████████████████████▌
 ████████████████████████
▐████████████████████████▌
 ▀██████████████████████▀
     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
     ▄█     ▄█     ▄█
   ▄██▌   ▄██▌   ▄██▌
   ▀▀▀    ▀▀▀    ▀▀▀
       ▄█     ▄█
     ▄██▌   ▄██▌
     ▀▀▀    ▀▀▀

██
██
██
██
██
██
██
██
██
██
██
██
                   ▄█▄
                 ▄█████▄
                █████████▄
       ▄       ██ ████████▌
     ▄███▄    ▐█▌▐█████████
   ▄███████▄   ██ ▀███████▀
 ▄███████████▄  ▀██▄▄████▀
▐█ ▄███████████    ▀▀▀▀
█ █████████████▌      ▄
█▄▀████████████▌    ▄███▄
▐█▄▀███████████    ▐█▐███▌
 ▀██▄▄▀▀█████▀      ▀█▄█▀
   ▀▀▀███▀▀▀
████
  ██
  ██
  ██
  ██
  ██
  ██
  ██
  ██
  ██
  ██
  ██
  ██
████


▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀
iePlay NoweiI
I
I
I
[/t
Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
October 20, 2018, 12:12:15 PM
 #19

Chill guys, you'll are going way too hard on an 'experiment' - You'll know it isn't going anywhere.  Tongue

OP: Someone has already pointed out how you should be proving you have enough bankroll. When are you planning to do it? There is no point in doing all the technical stuff if you don't have money to pay back the winners.
stomachgrowls
Hero Member
*****
Offline Offline

Activity: 2870
Merit: 771



View Profile
October 20, 2018, 12:15:40 PM
 #20

It is a good start, but you really should hire a designer to make everything looks nice and sweet. For now it's more like a student project, and reading bright yellow on black background is really hard. It might also make sense to implement smart contracts, so that all transactions are operated automatically. This would not work with bitcoin, though, and might be a tough task. But just look into it, okay? It will probably increase the trust in your project from crypto community. And more background and game-like interface wouldn't hurt. Good luck!
You are right specially the Golden choice which do have a potato background.  Grin This should be changed up too look it more attractive to the players because it turns out to be very
basic.

I have seen some bet histories but i do still wait up for the signed message of this gambling sites bankroll.

it was supposed to be a potato gold Smiley
a very basic website, to be honest and please, show us the proof of funds
would be nice of you to include house edge calculations for every game you have and maybe introduce more fixed multipliers
basically, this is mini-satoshi dice with limited multipliers
 
You can eventually make calculations of the house edge and i dont prefer to have any more fixed multipliers.It would be more appealing
if theres a slide about adjusting the multipliers rather than giving out 3 types with having significant odds but if we do really think over all
its just a small-scale blockchain game the main issue is funds plus the design.Owner should consider on whats our complain on here. Grin

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
Pages: [1] 2 »  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!