Open Side Menu Go to the Top
Register
The great "Poker is rigged" debate - Collected threads edition The great "Poker is rigged" debate - Collected threads edition
View Poll Results: Is Online Poker Rigged?
Yes
3,503 34.88%
No
5,608 55.84%
Undecided
932 9.28%

04-10-2010 , 06:26 AM
Quote:
Originally Posted by toltec444
Do you plan to make player and time subsets analisys in your study spade (or have already made it)? because it seems to me that this is the most crucial point of any analisys as anyone wouldnt be so dumb to manipulate the total frequency of dealt cards.
Quote:
Originally Posted by toltec444
Every study works with a sample. You can analyse the entire sample or you can analyse subsets of this sample. I was asking about the billion hands sample spade is analysing, is he going to make subsets analisys of that sample?
If only you were in possession of a subset of hands which you know to be rigged through observation. It would be so easy for you to prove that online poker is rigged...
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 07:16 AM
Quote:
Originally Posted by Pyromantha
This is an interesting side problem, I don't think there is a clear answer to it as it depends on some definitions.

52! is less than 2^225 so you might say that you can store a deck of cards with 225 bits,
52! ~= 8.06e67
2^225 ~= 5.31e67

so you need 226 bits since

2^226 ~= 1.07e68

Quote:
which is theoretically true, but the problem then is to 'decrypt' what the deck is from the string of 225 bits, you would have to look up the string on a table containing every hand - there is no 'logical' way to do it so that an algorithm can determine the deck from the string.
There is an algorithm that will encode and decode such a string although the best one I've come up with so far is somewhat computationally intensive. Nonetheless it would encode or decode at least many thousands of hands a second and nothing could encode all possible decks in any realistic time frame.


Quote:
To get 249 bits you say, presumably, we start with a deck in some known order, Ac,....Kc,....,As,....Ks or whatever, then move the first card to some position from 1-52, it takes 6 bits to uniquely define this position. It takes 6 bits to move the next card too, until we get down to 32 cards left when it only takes 5, etc. Total 6*20 + 5*16 + 4*8 + 3*4 + 2*2 + 1 = 249.

However, surely 248 bits is enough to uniquely define a deck with that method, not 249? The last card can only go in one place anyway so we don't need to say where it is.

Also, this seems like a fairly simple algorithm - it is good because it is totally clear what is going on but there might be one that uses less bits and can still be decrypted in reasonable time. Anyone have any ideas, I'm curious.
Of course all this is completely academic for (at least) two reasons:

a) Even if you did want to pick a deck for a particular purpose you would have to work on the decoded version to pick the cards you required.

b) If a site was sufficiently dishonest to be prepared to manipulate hands in that way they would certainly be sufficiently dishonest not see any need to actually store all the encoded representations in the first place.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 08:43 AM
Quote:
Originally Posted by qpw

There is an algorithm that will encode and decode such a string although the best one I've come up with so far is somewhat computationally intensive. Nonetheless it would encode or decode at least many thousands of hands a second and nothing could encode all possible decks in any realistic time frame.
What algorithm (just curious, as spent a while thinking about it this morning then decided it was probably impossible).
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 09:11 AM
Quote:
Originally Posted by Bobo Fett
I didn't lose any posts, and I believe I get it just fine. But I welcome anyone to correct me if I'm mistaken, pointing out the flaw in my logic.
Im going to quote spadebidder few posts ago:

"What you are missing, is that to be undetectable all 5 million hands must be played by the same set of players, and the only distribution examined must be the entire set of hands. The distribution is only normal for the entire set as a whole, not for any subset of it if those subsets are chosen non-randomly. "

That I think answer your question:

In the kind of manipulation we are talking about here theres a lot of difference between analysing the entire set of hands (that will always be ok) or time or player subsets, where could be found any anomaly.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 09:37 AM
Quote:
Originally Posted by toltec444
Im going to quote spadebidder few posts ago:

"What you are missing, is that to be undetectable all 5 million hands must be played by the same set of players, and the only distribution examined must be the entire set of hands. The distribution is only normal for the entire set as a whole, not for any subset of it if those subsets are chosen non-randomly. "

That I think answer your question:

In the kind of manipulation we are talking about here theres a lot of difference between analysing the entire set of hands (that will always be ok) or time or player subsets, where could be found any anomaly.
toltec, you need to read it again. We're never going to have the entire set, which would entail having every hand the site dealt. So any spadebidder-style analysis will naturally be a subset, and if rigging in the manner we've been discussing has been going on it will be detectable.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 09:57 AM
Quote:
Originally Posted by Arouet
toltec, you need to read it again. We're never going to have the entire set, which would entail having every hand the site dealt. So any spadebidder-style analysis will naturally be a subset, and if rigging in the manner we've been discussing has been going on it will be detectable.
Ok, I may be wrong but I think that hes is talking about the 5 million hands as the "entire set" and saying that everything would be ok in this entire set is analysed, because the frequency of the cards distributed would be inside the randomness limits. But if take a subset of this entire 5 million hands subset you would actually find it is not random at all.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 10:14 AM
Quote:
Originally Posted by Pyromantha
What algorithm (just curious, as spent a while thinking about it this morning then decided it was probably impossible).
Assign each card in the ordered deck a number.

Code:
Encode:
Set V = 0 
Set M = 52

For each card
   Add number to V
   Multiply V by M
   Decrement M
   Renumber deck
To decode you repeatedly calculate the divisor and remainder of V / (decreasing factorials) adjusting the resulting numbers as the deck builds up and assigning the remainder to V at each stage.

That was just off the top of my head. I might be able to design a better algorithm if I spent some time on it but it's so pointless that it's not really worth the effort.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 10:18 AM
Quote:
Originally Posted by toltec444

In the kind of manipulation we are talking about here theres a lot of difference between analysing the entire set of hands (that will always be ok) or time or player subsets, where could be found any anomaly.
Quote:
Originally Posted by toltec444
But if take a subset of this entire 5 million hands subset you would actually find it is not random at all.
Quote:
Originally Posted by Bingo_Boy
If only you were in possession of a subset of hands which you know to be rigged through observation. It would be so easy for you to prove that online poker is rigged...
...
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 10:48 AM
Quote:
Originally Posted by toltec444
Ok, I may be wrong but I think that hes is talking about the 5 million hands as the "entire set" and saying that everything would be ok in this entire set is analysed, because the frequency of the cards distributed would be inside the randomness limits. But if take a subset of this entire 5 million hands subset you would actually find it is not random at all.
the 5 million in the hypothetical was every hand dealt from the start of rigging. In practice we're never going to have that. I think that was Spade's point. Any sample we analyze will be a subset.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 12:02 PM
I just need to say this so take it as you will

Ive played on full tilt for a few years and never really had a problem, of course big hands happen, suck outs etc but I played enough to understand variance etc and learnt that you dont win them all

Not long ago I moved my roll to Pokerstars because I wanted to try something different and was interested in their larger range of tournaments. To work up a roll I started grinding 10-25NL

Never in my few years at fulltilt have I seen what I have seen in my few thousand hands at Pokerstars. The pure action flops that are created on many many hands are extremely questionable. These kinds of hands are the ones where money goes in inevitably, i.e flopped straights v sets etc

I am not a tin foil hat kind of guy, I dont believe or understand why a site would set up decks, but what I have seen in my small sample size is unbelievable. I dont have samples or graphs that people demand when someone claims a site is rigged, but to be honest how can a graph tell a story when the money goes in post flop on action flops? It cant, simple as that. Again I say small sample size, but either way I've seen some interesting stuff, stuff I have never seen in my time at Full Tilt.

I am not broke, Stars has not destroyed my roll so I've come here tilting. I just need to say it. The stuff I have seen on Stars raised my eyebrows many times. Graphs cant tell the story, when your AA is getting cracked by JT flopping 2 pair and the money goes in on the flop, EV graphs dont show that.

Again I say I dont believe sites set up decks against people, but it is certainly possible they can set up decks to create higher raked pots. Its simple business.

I'm not a fool, I will keep playing on stars because to be honest Ive done some pretty good sucking out etc since coming here, so it goes both ways, but I dont have much doubt in my mind that some flops are generated for action. I just needed to say it, its suspect.

Again I want to stress that Im not tilting because my AA and KK is getting cracked. Its more the 78 v a set of 44's getting straights etc. I have lost and won, I am actually up an extreamly small amount, so pretty much breakeven, its just amazing how I have sucked out and been sucked out on and the types of scenarios I've seen

So thats it, I've said it because I couldnt not talk about it. Take it as you will, there will always be a debate until online poker is regulated. Ill keep playing on PS but if things to straighten out a little I might just go back to fulltilt for peace of mind

Thanks for reading
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 12:13 PM
Quote:
Originally Posted by The Detonator
...The pure action flops that are created on many many hands are extremely questionable. These kinds of hands are the ones where money goes in inevitably, i.e flopped straights v sets etc
...
...

Again I say I dont believe sites set up decks against people, but it is certainly possible they can set up decks to create higher raked pots. Its simple business.
Here:
http://forumserver.twoplustwo.com/sh...ostcount=14061
http://forumserver.twoplustwo.com/sh...ostcount=14924

I'm sick of linking to those posts, so now have a saved template to do so.

Quote:
So thats it, I've said it because I couldnt not talk about it. Take it as you will, there will always be a debate until online poker is regulated. Ill keep playing on PS but if things to straighten out a little I might just go back to fulltilt for peace of mind

Thanks for reading
It is regulated.
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 12:26 PM
Absolute/Ult bet wasn't rigged, there were people at the high stake games who had access to hole cards that could play perfectly. It wasn't like the site was caught giving action cards to players on the turn or river..there is a difference
The great "Poker is rigged" debate - Collected threads edition Quote
04-10-2010 , 12:34 PM
Quote:
Originally Posted by qpw
Assign each card in the ordered deck a number.

Code:
Encode:
Set V = 0 
Set M = 52

For each card
   Add number to V
   Multiply V by M
   Decrement M
   Renumber deck
To decode you repeatedly calculate the divisor and remainder of V / (decreasing factorials) adjusting the resulting numbers as the deck builds up and assigning the remainder to V at each stage.

That was just off the top of my head. I might be able to design a better algorithm if I spent some time on it but it's so pointless that it's not really worth the effort.
Sorry, maybe missing something but doesn't that use more than 226 bits to encode a deck? It seems like it uses even more than the naive 249 bit method.

Just so we're on the same page, suppose my shuffled deck is the exact reverse of the ordered deck. The ordered deck goes 2c,....Ac,2d,....,Ad,2h,....,Ah,2s,.....As for the sake of argument. 2c is card 1, As is card 52 = 110100 in binary.

I look at my first card, its the As.

V+52 = 52, multiply by M = 2704, decrement M to 51. Next card is Ks, card 51, 2704+51 = 2755 * 51 = 140505. The end number is going to be bigger than 52!, so bigger than 2^226, and likely much bigger...

For a deck of four cards, 4321 is encoded as 119 which is 7 bits in binary, whereas 4 card decks can theoretically be encoded in 5 bits as 4! = 24 < 32.
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 12:38 PM
Quote:
Originally Posted by Josem
Here:
http://forumserver.twoplustwo.com/sh...ostcount=14061
http://forumserver.twoplustwo.com/sh...ostcount=14924

I'm sick of linking to those posts, so now have a saved template to do so.


It is regulated.
I see your point with the linked thread and can accept it, but I also have a belief that if it walks like a duck, looks like a duck and quacks like a duck, then its a duck

How is it regulated though? Who regulates it? All we have is stars suppourt telling us the RNG has been independtly tested. Can we see results, can we get updated? Can they make the results public etc, even to stop our questions? Maybe they do but its the best kept secret on the internet
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 02:15 PM
Quote:
Originally Posted by AMEC0404
i quit FTP long ago
Can't wait for the day I can do this as well, as soon as we can get a good US based site with real regulation
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 02:28 PM
Quote:
Originally Posted by banonlinepoker
Can't wait for the day I can do this as well, as soon as we can get a good US based site with real regulation
u mean like real deal poker?
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 02:32 PM
Quote:
I just need to say this so take it as you will

Ive played on full tilt for a few years and never really had a problem, of course big hands happen, suck outs etc but I played enough to understand variance etc and learnt that you dont win them all

Not long ago I moved my roll to Pokerstars because I wanted to try something different and was interested in their larger range of tournaments. To work up a roll I started grinding 10-25NL

Never in my few years at fulltilt have I seen what I have seen in my few thousand hands at Pokerstars. The pure action flops that are created on many many hands are extremely questionable. These kinds of hands are the ones where money goes in inevitably, i.e flopped straights v sets etc

I am not a tin foil hat kind of guy, I dont believe or understand why a site would set up decks, but what I have seen in my small sample size is unbelievable. I dont have samples or graphs that people demand when someone claims a site is rigged, but to be honest how can a graph tell a story when the money goes in post flop on action flops? It cant, simple as that. Again I say small sample size, but either way I've seen some interesting stuff, stuff I have never seen in my time at Full Tilt.

I am not broke, Stars has not destroyed my roll so I've come here tilting. I just need to say it. The stuff I have seen on Stars raised my eyebrows many times. Graphs cant tell the story, when your AA is getting cracked by JT flopping 2 pair and the money goes in on the flop, EV graphs dont show that.

Again I say I dont believe sites set up decks against people, but it is certainly possible they can set up decks to create higher raked pots. Its simple business.

I'm not a fool, I will keep playing on stars because to be honest Ive done some pretty good sucking out etc since coming here, so it goes both ways, but I dont have much doubt in my mind that some flops are generated for action. I just needed to say it, its suspect.

Again I want to stress that Im not tilting because my AA and KK is getting cracked. Its more the 78 v a set of 44's getting straights etc. I have lost and won, I am actually up an extreamly small amount, so pretty much breakeven, its just amazing how I have sucked out and been sucked out on and the types of scenarios I've seen

So thats it, I've said it because I couldnt not talk about it. Take it as you will, there will always be a debate until online poker is regulated. Ill keep playing on PS but if things to straighten out a little I might just go back to fulltilt for peace of mind

Thanks for reading
Full Tilt is just the same they want to rake people
understanding the RNGs at these sites is really very simple when you apply logic
Q.How do sites make money?
A.rake
Q.how do sites maximize profitability?
A.Keep people in action for as long as possible

the sites tweak the RNGs so that the shorter stack wins a higher% of the time thereby keeping fish in action longer and guaranteeing themselves more rake

now im not saying the shortstack wins every time cause thats to obvious but they just tweak the odds a bit. For example a short stack pushes all in with AK suited and is called by QQ the AK definatly has better than 49% which is the correct percentage

Now i know the shills will flame me for this but if anyone wants to try it out got play 1c-2cent get it in bad with a short stack and see how ofter you suck out
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 02:44 PM
Quote:
Originally Posted by TAFFYMAN

now im not saying the shortstack wins every time cause thats to obvious but they just tweak the odds a bit. For example a short stack pushes all in with AK suited and is called by QQ the AK definatly has better than 49% which is the correct percentage
Now i know the shills will flame me for this but if anyone wants to try it out got play 1c-2cent get it in bad with a short stack and see how ofter you suck out
So you have your hand histories to prove this right?
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 03:38 PM
Quote:
Originally Posted by ILikeBeer
So you have your hand histories to prove this right?
I can answer that for him.

No.
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 03:50 PM
Quote:
Originally Posted by Josem
It is regulated.
By Americans? In America?
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 03:59 PM
Quote:
Originally Posted by Jack Bando
By Americans? In America?
Show me where something has to be regulated by Americans to be regulated? Also tell me whose fault it is that online poker sites aren't regulated by Americans?

Hint: Not the sites' fault.
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 04:12 PM
Quote:
Originally Posted by banonlinepoker
Can't wait for the day I can do this as well, as soon as we can get a good US based site with real regulation
L O ****ing L. I won't even get onto the silliness of the US based thing again. But I just love the fact that a guy who is always in here whining about online poker being rigged and has chosen "banonlinepoker" as his screen name, not only still plays online, but apparently can't leave.

Quote:
Originally Posted by Jack Bando
By Americans? In America?
You really don't know the answer to this?

But of course you do, so my question back to you is...WHO CARES?
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 04:21 PM
Quote:
Originally Posted by Jack Bando
By Americans? In America?
I don't live in the U.S. so none of the local companies that provide me services are regulated by Americans. Should I be worried?
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 04:36 PM
Quote:
Originally Posted by Arouet
I don't live in the U.S. so none of the local companies that provide me services are regulated by Americans. Should I be worried?
Not worried. Terrified. America is the greatest at everything and everyone else is only great at not being great.Little history lesson: Who won WW2? America. The Vietnam War? America. The Punic Wars? America.

(My last two post in this topic were levels and I apologize to Fuego and Boba for not realizing my first was.)
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote
04-10-2010 , 04:38 PM
Quote:
Originally Posted by Arouet
I don't live in the U.S. so none of the local companies that provide me services are regulated by Americans. Should I be worried?
If you lived in Brazil you should, for sure.

I live in Brazil, and if I knew that any site was based and regulated in Brazil I would be 100% that it would be rigged. Im using this as an example, to make the point that being regulated isnt enough, who regulates, how it is regulated and where the site is based cares a lot.
The great &quot;Poker is rigged&quot; debate - Collected threads edition Quote

      
m