Bitcoin Forum
April 26, 2024, 11:06:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What does provably fair exactly mean?  (Read 994 times)
pereira4 (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1183


View Profile
December 22, 2015, 07:41:11 PM
 #1

Let's say a casino offers < 49.5 chances to win, in other words, you have 49.5% possibility to win and the house has 50.5%, how is this called, would this qualify has provably fair, or provably fair means you extrictly need to have better odds than the house? but if this was the case how would this be profitable for the casino owners?

Maybe it means 50/50? (same odds for casino owner to win than for the player)?

Please explain this to me as im just a casual gambler and im not familiar with such terms yet.
1714172795
Hero Member
*
Offline Offline

Posts: 1714172795

View Profile Personal Message (Offline)

Ignore
1714172795
Reply with quote  #2

1714172795
Report to moderator
1714172795
Hero Member
*
Offline Offline

Posts: 1714172795

View Profile Personal Message (Offline)

Ignore
1714172795
Reply with quote  #2

1714172795
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mexxer-2
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1003


4 Mana 7/7


View Profile
December 22, 2015, 07:57:03 PM
 #2

The term you're looking for here, is not provably fair, but house edge. NLNico has explained provably fair in his site . As for house edge, it is: http://knowyourodds.net.au/house-edge/
edmundduke
Legendary
*
Offline Offline

Activity: 1624
Merit: 1007


View Profile
December 22, 2015, 08:12:50 PM
 #3

Let's say a casino offers < 49.5 chances to win, in other words, you have 49.5% possibility to win and the house has 50.5%, how is this called, would this qualify has provably fair, or provably fair means you extrictly need to have better odds than the house? but if this was the case how would this be profitable for the casino owners?

Maybe it means 50/50? (same odds for casino owner to win than for the player)?

Please explain this to me as im just a casual gambler and im not familiar with such terms yet.

The short version:
Provably fair means that that you select the client seed and then you are provided a hash of the servers seed. Then you proceed to make bets. Once you are done you can change the seed and you will be given an unhashed version of the server seed. You can then check all your bets and see that you have not been cheated. The system works because all the bets have been predetermined and there is no way to change them.

What you are describing is HE aka House Edge. This is set in place so the house could stay in action and make profits (server costs, maintenance work and running costs + profit). If it was 50/50 the risk would be too big and the house would most likely bankrupt. (tho anything can happen)
enhu
Legendary
*
Offline Offline

Activity: 2492
Merit: 1018


View Profile
December 23, 2015, 03:13:36 PM
 #4

Let's say a casino offers < 49.5 chances to win, in other words, you have 49.5% possibility to win and the house has 50.5%, how is this called, would this qualify has provably fair, or provably fair means you extrictly need to have better odds than the house? but if this was the case how would this be profitable for the casino owners?

Maybe it means 50/50? (same odds for casino owner to win than for the player)?

Please explain this to me as im just a casual gambler and im not familiar with such terms yet.

The short version:
Provably fair means that that you select the client seed and then you are provided a hash of the servers seed. Then you proceed to make bets. Once you are done you can change the seed and you will be given an unhashed version of the server seed. You can then check all your bets and see that you have not been cheated. The system works because all the bets have been predetermined and there is no way to change them.

What you are describing is HE aka House Edge. This is set in place so the house could stay in action and make profits (server costs, maintenance work and running costs + profit). If it was 50/50 the risk would be too big and the house would most likely bankrupt. (tho anything can happen)

I'm entirely lost because of those terms I never understood lol what seed are you talking about. I was expecting an explanation to which a gambler can understood, like I don't understand what unhashed version of the server seed is. what are these client seed and  hash of the servers seed, can we bet these stuff?

isn't provability about how fair the gambling site is and that users can see that there is no way the site admin can manipulate the outcome of the lottery or dice game?

██████████ BitcoinCleanUp.comDebunking Bitcoin's Energy Use ██████████
██████████                Twitter#EndTheFUD                 ██████████
btc-facebook
Legendary
*
Offline Offline

Activity: 1862
Merit: 1015


View Profile
December 23, 2015, 03:44:40 PM
 #5

You can check your every bet fairness with using provably checker tool to verify if you're bet are being cheat by dice site or you're pure loss

Let's say a casino offers < 49.5 chances to win, in other words, you have 49.5% possibility to win and the house has 50.5%, how is this called, would this qualify has provably fair, or provably fair means you extrictly need to have better odds than the house? but if this was the case how would this be profitable for the casino owners?
....

That's called house edge. Without HE there will be no casino or gamble site in the world  Cool
MillionsBTCdev
Sr. Member
****
Offline Offline

Activity: 353
Merit: 254


unibtc - Bitsler.com Developer


View Profile WWW
December 23, 2015, 03:52:56 PM
Last edit: December 23, 2015, 04:08:54 PM by MillionsBTCdev
 #6

Ill try to explain in most understandable way.


Provably fair means that a game/roll/result can be proved to be fair. So how do gambling sites do this? The simplest process is below:

> A game starts, the site generate a random value, they call this "server seed"

> The site then "hashes" this using a "one-way" algorithm like "sha256". Hashes is like a random character that is equivalent to the real server seed value. For example. server_seed is '1943' and the hash of this value is 'aL02'.. So the site will give you 'aL02' and you can use this to prove that the result is fair. We will get to that later on..

> Now the site will ask you for a "client seed". A client seed is a value that is given by the user. The site will use this value together with the server seed value to generate a result. So lets say you gave client seed of '32'

> Lastly, the site will calculate the result. Different sites uses different way to calculate the result. But just for the sake of simplicity, ill make a simple example.
Lets say the formula for the result is this..  result = (server_seed + client_seed) * 0.01 (Note: this is just a example, the way results are calculated are more complex than this).

>So when the result is calculated. 1943+32 = 1975.. then 1975 * 0.01 = 19.75.. So the result is 19.75.

>How do we prove that the result is not tampered?  The site will give you the formula on how the result was calculated. First we take a look at the "server seed". At the start if the game, the site gave you a 'hash' of the 'server seed'(look above) that is 'aL02'.. Now the site will also tell you how the server seed was hashed.. So using that, we try to hash the server seed our selves.

>So the real server seed is '1943'... Using the information given by the site, we hash this value.. the hash value should result to 'aL02'.. if the result is 'aL02' then we know that the server seed was not tampered.

>Now we calculate the result our selves, and the result should come out as 19.75. So, we have "Proven" that the result is what it should be, and the server_seed was not tampered in anyway, therefor, its "Fair"


Note** Again, this is just a simple example, results or rolls are calculated differently and more complex, but the sense of the word "provably fair" is the same.

=========================================

House edge is a different thing.

House edge is the 'advantage' of the site over a player. Most if not all of the gambling sites has a house edge, this is where a site earns.

To explain house edge in a simplest form is this.. example: A site has a 1% house edge.. So if you have 100$ and bet at 50-50 for 100 times.. Theoretically, you'd get back 99$ and the site wins 1$ from you. So like everyone said, The house Always wins in the long run.

̿̿ ̿̿ ̿̿ ̿'̿'\̵͇̿̿\з= ( ▀ ͜͞ʖ▀) =ε/̵͇̿̿/’̿’̿ ̿ ̿̿ ̿̿ ̿̿
-uni

Bitcoin_Delivery
Hero Member
*****
Offline Offline

Activity: 952
Merit: 500



View Profile
December 23, 2015, 03:56:48 PM
 #7

Provably fair is intended when a gambling site use cryptography or other methods to prove that every bet is mathematically fair and manipulation free.
LFC_Bitcoin
Legendary
*
Offline Offline

Activity: 3514
Merit: 9495


#1 VIP Crypto Casino


View Profile
December 23, 2015, 04:50:10 PM
 #8

In online gambling provably fair describes an algorithm which can be analyzed and verified for fairness on the part of the service operator. Provably fair algorithms are often used in the operation of an online casino.

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

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

.
......PLAY......
pereira4 (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1183


View Profile
December 23, 2015, 10:45:33 PM
 #9

Thanks for replies, I now understand better the important difference between house edge and provably fair. It seems all of the casinos offer provably fair, probably its pointless for a casino owner to not offer this as granted. I want to ask: What are the best house edge rates (more chances to win) out there? how can I know the house edge of a site for example bitcoinvideocasino?
faince222
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
December 23, 2015, 11:28:56 PM
 #10

In online gambling provably fair describes an algorithm which can be analyzed and verified for fairness on the part of the service operator. Provably fair algorithms are often used in the operation of an online casino.

It means that a casinò use provably fair to show you that it is honest and don't want to cheat you.
blackmachinegun
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 23, 2015, 11:48:30 PM
 #11

if there provably fair in sports gambling ?
I usually indifferent about provably fair and I don't care about it, I usually direct play  Cool
but it seems I have to learn it before playing
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
December 23, 2015, 11:55:36 PM
 #12

if there provably fair in sports gambling ?

For all intents and purpose, all sports gambling is already provably fair.

Provably fair doesn't mean you can't get cheated, it just means that if you get cheated you can tell. Obviously you can't tell if a sports match was fixed or not, but you can easily tell if the casino paid you what they should've.

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
adaseb
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
December 24, 2015, 12:59:16 AM
 #13

Yes what others said is correct.

Provably fair has nothing to do with the odds. Provably fair is a crypto method developed so we have a sense that we are not cheated.

As long as you refresh your client seed, it would be very very difficult for the casino to cheat you.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
poplolnman
Legendary
*
Offline Offline

Activity: 1442
Merit: 1008



View Profile
December 24, 2015, 01:26:17 AM
 #14

Let's say a casino offers < 49.5 chances to win, in other words, you have 49.5% possibility to win and the house has 50.5%, how is this called, would this qualify has provably fair, or provably fair means you extrictly need to have better odds than the house? but if this was the case how would this be profitable for the casino owners?

Maybe it means 50/50? (same odds for casino owner to win than for the player)?

Please explain this to me as im just a casual gambler and im not familiar with such terms yet.

The short version:
Provably fair means that that you select the client seed and then you are provided a hash of the servers seed. Then you proceed to make bets. Once you are done you can change the seed and you will be given an unhashed version of the server seed. You can then check all your bets and see that you have not been cheated. The system works because all the bets have been predetermined and there is no way to change them.

What you are describing is HE aka House Edge. This is set in place so the house could stay in action and make profits (server costs, maintenance work and running costs + profit). If it was 50/50 the risk would be too big and the house would most likely bankrupt. (tho anything can happen)


i recommend people to read this edmundduke post above , his short explanation are newbie friendly and easy to understood.
just one thing , common people will confused about what it's a server seed. can you provide some analogy with that server seed? i mean with easy language.

I'm in 400,000 euros debt , dont help me , i rather die
shanem
Legendary
*
Offline Offline

Activity: 1344
Merit: 1000



View Profile
December 24, 2015, 03:10:11 PM
 #15

Provably fair means the gambling result is not rigged and is determined by the 'client seed'. You can verify your bet afterwards so that this type of bet is fair as there is no chance a gambling site can fix the result.

     

            █           
           ██           
          ██████         
         ████████         
        ██████████       
       ████████████       
      ██████████████     
     ████████████████     
    ██████████████████   
   ████████████████████   
  ██████████▀▀██████████ 
 ███▀▄████▀    ▀████▄▀███
██▀ ▄██▀▀        ▀▀██▄ ▀██
 

░▄███████████▄░░░▄███████████▄░░▄███▄░░░░░░▄███▄░░▄██████████▄░░░████████████████░░░░██████████░░░░███████████████░░█████████████████
█████░░░░░░░███░████▀░░░░░▀████░█████▄░░░░▄█████░███▀░░░░░░▀███░███░░░░████░░░███░░███░░░░░░░░██░░███░░░░░░░░░░░███░███████░░░░██████
█████░░░░░░░███░████░░░░░░░████░▀█████▄░░▄█████▀░███░░░░░░░░███░███░░░░████░░███░░░███░░░██░░░███░███░░░██████░░███░░░░░███░░░░██░░░░
█████░░░░░░░░░░░████░░░░░░░████░░▀█████░░█████▀░░███░░░░░░░░███░███░░░░███░░░███░░░███░░████░░███░███░░░██████░░███░░░░░███░░░░██░░░░
█████░░░░░░░░░░░████░░░░░░█████░░░▀████▄▄████▀░░░███▄░░░░░░▄███░███░░░░███░░███░░░░██░░░████░░███░███░░░░░░░░░░███▀░░░░░███░░░░██░░░░
█████░░░░░░░░░░░██████████████░░░░░▀████████▀░░░░████████████▀░░███░░░░░░░░░███░░░███░░░████░░░██░███░░░█████████░░░░░░░███░░░░██░░░░
█████░░░░░░░███░████░░░░░░░████▄░░░░████████░░░░░███████░░░░░░░░███░░░░███░░░███░░██░░░░░░░░░░░██░███░░░░░░░░░░███▄░░░░░███░░░░██░░░░
█████░░░░░░░███░████░░░░░░░█████░░░░████████░░░░░███████░░░░░░░░███░░░░████░░░███░██░░░░████░░░░█░███░░░█████▄░░███░░░░░███░░░░██░░░░
███████████████░████░░░░░░░█████░░░░████████░░░░░███████░░░░░░░░███░░░░████░░░░██░██░░░██████░░░█░███░░░██████░░███░░░░░███░░░░██░░░░
░▀███████████▀░░░███░░░░░░░████░░░░░░██████░░░░░░░██████░░░░░░░░░████████████████░███████████████░░███████████████░░░░░░█████████░░░░
|
▂▃▅ Quick buy and sell bitcoins online. Fast and secure ▅▃▂
Facebook】【Twitter】【Telegram】【Medium】【Instagram
|
mobnepal
Legendary
*
Offline Offline

Activity: 1218
Merit: 1006


View Profile
December 24, 2015, 03:38:11 PM
 #16

Provabily fair means that the upcoming result of every roll you are going to roll or anything you bet on is already calculated so there will be no manipulation of result from site server side or result depend on your luck and odd rather than your betting tactics and strategy.
BitMaxz
Legendary
*
Online Online

Activity: 3234
Merit: 2943


Block halving is coming.


View Profile WWW
December 24, 2015, 03:53:09 PM
 #17

for me provably fair means? not cheating and also equal for winning chance means 50/50 chance of lose or win.
But i think some gambling site is not provably fair and house is always win...

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Cccombobreaker
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 24, 2015, 03:56:40 PM
 #18

There is this great new invention called a search engine you should check out this one called google.com
shadows123
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
December 24, 2015, 05:36:09 PM
 #19

Provably fair mean that u can verify ur roll result to make sure the house not cheated u
lethalethereal
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 25, 2015, 10:22:45 PM
 #20

all they answer is correct Wink
im also not familiar with provably means
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!