Bitcoin Forum
May 04, 2024, 03:32:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Wixiplay.io is rigged | one in ten million session | fake PF  (Read 1645 times)
BitwiseOperator (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 22


View Profile
December 21, 2019, 12:46:06 AM
Last edit: December 21, 2019, 02:57:07 AM by BitwiseOperator
Merited by DarkStar_ (8), suchmoon (4), LoyceV (4), Haunebu (2), o_e_l_e_o (1), veleten (1)
 #1

I just played 523 coin flips (49.5% chance of success with a 1% house edge).  Only won 199 of them.  The probability of winning 199 or fewer out of 523 is 8.9696e-8, or about one in ten million.

Their provably fair system doesn't work because they only show the server seed hash, but they never reveal the server seed of past rounds, so there is no way to do the calculation to verify that those rounds were fair.

They say the algorithm is:

Quote
$client_seed = "your_client_seed";
$server_seed = "your_server_seed";

$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lucky_number = $result_number % 10001;

echo $lucky_number;

But this is all they show you in the fairness dialog.
https://i.ibb.co/1KDN8s5/wixi-fairness.png

It never shows the server seed for the previous round, so you can't check the fairness.  This is a fake PF system.

I recommend avoiding the site until they fix their PF.
1714836777
Hero Member
*
Offline Offline

Posts: 1714836777

View Profile Personal Message (Offline)

Ignore
1714836777
Reply with quote  #2

1714836777
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714836777
Hero Member
*
Offline Offline

Posts: 1714836777

View Profile Personal Message (Offline)

Ignore
1714836777
Reply with quote  #2

1714836777
Report to moderator
joksim299
Legendary
*
Offline Offline

Activity: 2184
Merit: 1014


Bitdice is scam scam scammmmmmmmmmmmmmmmmmmmmmmmmm


View Profile WWW
December 21, 2019, 12:57:38 AM
Merited by DarkStar_ (1)
 #2

I just played 523 coin flips (49.5% chance of success with a 1% house edge).  Only won 199 of them.  The probability of winning 199 or fewer out of 523 is 8.9696e-8, or about one in ten million.

Their provably fair system doesn't work because they only show the server seed hash, but they never reveal the server seed of past rounds, so there is no way to do the calculation to verify that those rounds were fair.

They say the algorithm is:

Quote
$client_seed = "your_client_seed";
$server_seed = "your_server_seed";

$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lucky_number = $result_number % 10001;

echo $lucky_number;

But this is all they show you in the fairness dialog.


It never shows the server seed for the previous round, so you can't check the fairness.  This is a fake PF system.

I recommend avoiding the site until they fix their PF.
Generate new server seed and you will get old server seed

BitwiseOperator (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 22


View Profile
December 21, 2019, 02:56:33 AM
 #3

Generate new server seed and you will get old server seed

When I click "generate new server seed" it does NOT show the old server seed.  Also, the server seed hash changes between every round, so there's no reason for it to not automatically show last round's server seed.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
December 21, 2019, 04:31:42 AM
Merited by DarkStar_ (5), suchmoon (4), LoyceV (4), Kemarit (1), o_e_l_e_o (1), ronaldo40 (1), BitwiseOperator (1)
 #4

Just tried the site, and the half a dozen bets I made did checkout in the provably fair system. You can view the "server seed" by double-clicking on the bet-id of the previous bets you made.


But it looks like a really stupid system. There's no absolutely no reason they should be changing the server-seed each bet (makes it so difficult to be impractical to verify a bunch of bets). And the way the system is now, the nonce serves no purpose at all (other than also complicating verification). But it does appear to be give you enough to verify your bets, if you go through an impractical ceremony.

--

But then it hit me!


They can actually check if you're going through the impractical ceremony on not! I verified this by checking the network requests, and AFAICT the only way to view the server-seed hash is via a network request to "/ajax/modal" with "modal=fairness".

So this means they can actually if you're verifying the bets or not. So they could trivially cheat only when they know you won't be able to tell (when you never requested the server-seed hash).

---

So I'm going to agree with the OP on this one: the site doesn't meet standards expected of a provably fair site.




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.
marcotheminer
Legendary
*
Offline Offline

Activity: 2072
Merit: 1049


┴puoʎǝq ʞool┴


View Profile
December 21, 2019, 04:50:13 AM
 #5

Just tried the site, and the half a dozen bets I made did checkout in the provably fair system. You can view the "server seed" by double-clicking on the bet-id of the previous bets you made.


But it looks like a really stupid system. There's no absolutely no reason they should be changing the server-seed each bet (makes it so difficult to be impractical to verify a bunch of bets). And the way the system is now, the nonce serves no purpose at all (other than also complicating verification). But it does appear to be give you enough to verify your bets, if you go through an impractical ceremony.

--

But then it hit me!


They can actually check if you're going through the impractical ceremony on not! I verified this by checking the network requests, and AFAICT the only way to view the server-seed hash is via a network request to "/ajax/modal" with "modal=fairness".

So this means they can actually if you're verifying the bets or not. So they could trivially cheat only when they know you won't be able to tell (when you never requested the server-seed hash).

---

So I'm going to agree with the OP on this one: the site doesn't meet standards expected of a provably fair site.





Quoting, to re-read later.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
December 21, 2019, 05:14:44 AM
 #6

Quoting, to re-read later.

Basically the simple-version is:

* wixiplay uses a unique server-seed per bet (and thus unique server-seed-hash per bet)

* To verify a bet, you need to record the sever-seed-hash *BEFORE* you bet (that way you know they didn't change the server seed in response to your bet)

* To get the the server-seed hash you have to go out of your way and specifically request it, for that bet

---

So what this means, is wixiplay knows if you're able to verify the bet or not. If you're not able to verify the bet, it has free-reign to undetectably cheat!


--

If BitwiseOperator played 523 coin-flips and only won 199, his maths is probably correct (I don't actually know off-hand to do that calculation, so I tried to simulate it. After 200 million simulations, it appears to only happen every 1 in ~5 million times, so it's definitely an (expected) real freak occurrence. )

Combined with the fact they're using a *totally pointless* nonce , makes me feel like they're trying to (maliciously?!) pass their system off their system as a traditional provably fair (which it's definitely not).

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.
DarkStar_
Legendary
*
Offline Offline

Activity: 2758
Merit: 3282


View Profile WWW
December 21, 2019, 06:11:59 AM
 #7

But then it hit me!

They can actually check if you're going through the impractical ceremony on not! I verified this by checking the network requests, and AFAICT the only way to view the server-seed hash is via a network request to "/ajax/modal" with "modal=fairness".

So this means they can actually if you're verifying the bets or not. So they could trivially cheat only when they know you won't be able to tell (when you never requested the server-seed hash).

Sounds like 999dice all over again.

taking a break - expect delayed responses
Haunebu
Hero Member
*****
Offline Offline

Activity: 3052
Merit: 969


www.Crypto.Games: Multiple coins, multiple games


View Profile
December 21, 2019, 07:26:41 AM
 #8

Damn. I was planning on playing on this site after seeing in the top rankings of many casino ranking sites, but I will definitely avoid it now after learning about this bullshit. Thanks for the heads-up op. You deserve a lot of merit in my opinion.

The biggest issue with all these provably fair stuff is that many newbies don't understand them due to all the technical stuff involved which is why they ignore it and end up losing money to such shady sites.

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
BitwiseOperator (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 22


View Profile
December 21, 2019, 09:09:23 AM
 #9

But then it hit me!

They can actually check if you're going through the impractical ceremony on not! I verified this by checking the network requests, and AFAICT the only way to view the server-seed hash is via a network request to "/ajax/modal" with "modal=fairness".

So this means they can actually if you're verifying the bets or not. So they could trivially cheat only when they know you won't be able to tell (when you never requested the server-seed hash).

Sounds like 999dice all over again.

I agree.  this combination of factors is suspicious:
1. new server seed every round
2. the server seed hash is only transmitted to the client when you click for it.

Whenever you don't click to request the server seed hash, the server KNOWS it's not being watched and that it can get away with cheating, by changing the server seed to make you lose the roll.
joksim299
Legendary
*
Offline Offline

Activity: 2184
Merit: 1014


Bitdice is scam scam scammmmmmmmmmmmmmmmmmmmmmmmmm


View Profile WWW
December 21, 2019, 02:02:55 PM
 #10

This is really out of order and one more reason why have to be even more careful when playing 'provably fair' games that are not approved by Cryptogambling foundation.
If you want to learn more about randomness and provably fair https://cryptogambling.org/articles/ are very well written.

ronaldo40
Legendary
*
Offline Offline

Activity: 1554
Merit: 1014



View Profile
December 21, 2019, 02:40:52 PM
 #11

I was planning on playing on this site after seeing in the top rankings of many casino ranking sites,

its good that you just want to play here and stopped because of this thread but me already playing there joining the contest for 3 straight days
but at the end, i just lose all my balance there

beerlover
Legendary
*
Offline Offline

Activity: 2870
Merit: 1158



View Profile
December 21, 2019, 03:43:08 PM
 #12

Quoting, to re-read later.

Basically the simple-version is:
<snipped>
From what I understand by what Rhavar is trying to explain (which I will turn into layman terms for people who are like me that have hard time understanding technical talk) the game "looks" like it is fair but they do have a secret way of knowing if you are gambling by checking the seed or not.

If you are a guy who doesn't check the seed that often they hide the previous seed so that you can't get it and that means you can be scammed out of your money, that is only if you don't care about the seed and not checking anything which they can see by you not changing the seed frequently or maybe even never.

So, it does "look" fair and that is true but if you let them away with it by not checking they could potentially become not provably fair given the opportunity. This doesn't mean they are stealing money from you, it just mean they have that option if they want to and you have to trust them not to do it which is not provably fair if you ask me.

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
December 21, 2019, 04:06:38 PM
 #13

From what I understand by what Rhavar is trying to explain (which I will turn into layman terms for people who are like me that have hard time understanding technical talk) the game "looks" like it is fair but they do have a secret way of knowing if you are gambling by checking the seed or not.

I think the better explanation is:

If you go through the verification process for each individual bet, then each bet is actually provably fair. But if you don't do that process for each individual bet, then it's impossible to verify the bet later. They also know which bets you are able to verify or not. So from their point of view, they know exactly which bets they need to behave with (0.00001% for nerds like me who verify) and which bets they have free-reign to undetectably cheat.

This doesn't prove they're actually cheating, just they have the opportunity to do so without anyone having proof. Which more or less defeats the purpose of having a provably fair system in the first place. If I was a betting man, I'd however bet they are abusing this to cheat. Basically because of the stats BitwiseOperator gave -- and they talk about their nonce system:

Quote from: wixiplay.io
The Provably Fair and NONCE system makes your game 100% manipulation free.

But it's 100.00% useless! It literally does nothing other than making it look like the industry-standard provably fair system (which requires a nonce) but it's not!  This to me also seems pretty suspicious.


Personally I'd strongly caution people against playing here...



I would hope that after this (regardless if they were honest or not) they immediately switch to the industry-standard provably fair system (AKA copy exactly what just-dice.com does).

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.
nakamura12
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 669


Bitcoin Casino Est. 2013


View Profile
December 21, 2019, 05:07:44 PM
 #14

Damn. I was planning on playing on this site after seeing in the top rankings of many casino ranking sites, but I will definitely avoid it now after learning about this bullshit. Thanks for the heads-up op. You deserve a lot of merit in my opinion.

The biggest issue with all these provably fair stuff is that many newbies don't understand them due to all the technical stuff involved which is why they ignore it and end up losing money to such shady sites.
It's really shocking to know that you think it's fair because you see it in the top rankings but the truth is it's rigged and not ptovably fair as we know it. It's good that op did share this information and if you haven't know it yet then you might also experience what op did and lose money from that site.

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

Activity: 1
Merit: 0


View Profile
December 21, 2019, 06:35:02 PM
 #15

Stake, Primedice and Cryptogambling Foundation = same s**t, same owner, same people
Keep and kiss his big booty dear members.
See the cases, luckygames, luckyfish usw. Who wants to close them by invoking different problems ? Be a little more thoughtful, do not stay locked in the cage being manipulated by those who believe the best.
BlackRed
Full Member
***
Offline Offline

Activity: 261
Merit: 100


Win 10,000$ Daily - click on sig


View Profile WWW
December 21, 2019, 06:58:53 PM
 #16

Stake, Primedice and Cryptogambling Foundation = same s**t, same owner, same people
Keep and kiss his big booty dear members.
See the cases, luckygames, luckyfish usw. Who wants to close them by invoking different problems ? Be a little more thoughtful, do not stay locked in the cage being manipulated by those who believe the best.

Dont understand what are you talking about

Dice    |    Caraycruz    |    Roulette    |    Multicolor   |   Bounties    |    Lottery    |    Exchange    |    Affiliates
████████████████████ [   B I T S L E R   C A S I N O   ] ████████████████████
★           $50,000 Weekly Wagering Contest           ★          $5,000 Weekly BTSLR Coin Contest           ★
acroman08
Legendary
*
Offline Offline

Activity: 2324
Merit: 1076



View Profile
December 21, 2019, 09:55:01 PM
Last edit: December 21, 2019, 10:14:28 PM by acroman08
 #17

Stake, Primedice and Cryptogambling Foundation = same s**t, same owner, same people
Keep and kiss his big booty dear members.
See the cases, lucky games, luckyfish usw. Who wants to close them by invoking different problems ? Be a little more thoughtful, do not stay locked in the cage being manipulated by those who believe the best.

who would take you seriously when you have to hide behind your new created throwaway alt account you created to express your opinion. grow some balls and express your opinion proudly on your main account.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
BitwiseOperator (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 22


View Profile
December 21, 2019, 11:47:29 PM
 #18

I played some more rounds, carefully verifying each round. I used https://wtools.io/php-sandbox with this php source code:

Quote
$client_seed = "...";
$server_seed = "...";
$server_seed_hash = "...";

$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lucky_number = $result_number % 10001;

echo $lucky_number;

if($server_seed_hash==hash('sha256',$server_seed)){ echo "\ntrue"; }

Most rounds verified, but occasionally it generated an abnormally long server seed whose hash didn't match, and I always lost those rounds.  So the site has multiple ways of cheating.

1. If you don't request the server seed hash in advance it can change the server seed to achieve whatever result it wants, undetectably
2. even if you do request the server seed hash in advance, it will still sometimes change the server seed to achieve whatever result it wants.

Definitely 100% scam.
BitwiseOperator (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 22


View Profile
December 22, 2019, 12:12:53 AM
 #19

The domain was registered by GoDaddy in Romania.  I went ahead and contacted GoDaddy's abuse email

http://whois.domaintools.com/wixiplay.io
https://i.ibb.co/7pGjDGf/wixi-domain-reg.png
wixiplay
Copper Member
Jr. Member
*
Offline Offline

Activity: 30
Merit: 3

WixiPlay.io - Greatest gambling experience


View Profile WWW
December 22, 2019, 02:14:59 PM
 #20

Hello, until the end of the month I will change the system. My curiosity is why the other casinos are not here with the same accussation, although the same system we all use.

Dice    |    Contests    |    Lottery    |    Keno   |   Chat Games    |    25% CashBack    |    200% Deposit Bonus    |    Up to 50% Affiliate
★███████████████████★ [   W I X I P L A Y . I O   ] ★███████████████████★
★           0.2BTC Weekly Wagering Contest           ★          0.06BTC Daily Wagering Contest           ★
Pages: [1] 2 3 4 »  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!