INTRO:
Today I tried to start another venture online. I've tried Pokerstars, Empire, Paradise, Truepoker, Doylesroom. I've found that all of them SUCK!!! I make a killing playing B & M. I play these sites and all I see is bad beats over and over. I'm to the point online where if I have any situation where I have a 60% chance or better to win, I lose 90% of the time. So I added Partypoker to the list to see if I could yank the bonus. If it weren't for the bonuses, I'd actually be down money, instead, I'm around even after 6 months. I've tried all the strategies, and when you get nothing but crap for months at a time, how the hell do you ever profit? I rarely get any playable hands, and when I do, I lose.
TODAY'S ADVENTURE:
So the partypoker bonus is what I was after. I figured I'd play the low limit of .25/.50. I played for about an hour, sat down with $25.00. I won 1 hand, and it was pocket kings. I flopped two pair 3 times, high pair twice, and either lost to a river straight or river flush on all 5 hands. I ended up playing pocket jacks, pocket nines twice, and AJ suited once. That's about it. I lost $20 that fast, mostly betting my Js down to the river, with no over cards on the board, only losing to a 2 on the river giving my great caller that 3rd two to go along with his pocket 2s. I lost a couple on 1 hand where I had Q9 suited, and 2 of my suite was flopped. I figured... what the hell, might as well see if can't pull out a flush here, everyone has done it to me... every time! Didn't hit. So after playing about 70 hands and winning 1, and really... only 1!!!!! Going after this bonus is going to be hard work, and I'll probly lose money trying to get it. At least I got good starting cards, and some good flops.... yet somehow managed to come away with 1 pot out of 70, in a limit game of all things.
THE REASON
I just got done with the longest dry spell in the history of online poker, over 2000 hands played and I only saw low pair 20 times, middle pair 10 time, high pair 5 times, 0 flushes, 0 straights, 0 two pair, 0 3 of a kind, and I played the top 40 hands the whole time, which is pretty loose. That was at Doylesroom. I played a tournament my first day on there, saw 0 bad beats during the tourny, 180 people, and I won it, $5.00 buy in. After that, 2000 hands in a row... with absolutely nothing. I probly won 15 hands... total. The same thing happened at pokerstars... Won big right away, then couldn't buy a hand forever. Paradise... same thing. Empire... same thing. Truepoker... was a joke, nothing but bad beats every other hand there too. Either I have the worst luck of any player in the history of online poker, or these sites are rigged. I'm going to log my B & M and my online play, and we will see. I use poker tracker, which is a great tool, so I can backup my stats if need be. I also created my own random hand generator, which is at
http://www.selleazy.com/pokerscreen/pokerhands.php
Pretty interesting stuff it spits out. The SIMPLE ALGORITHM IS THE BEST ALGORITHM. I will probly expand my research further and maybe come up with an entire site, but we will see. The other thing I did was come up with some rigged hand generators, which still need some tweeking before I can publish them. The results so far resemble that which I have seen online so far... to a tee. I will keep this log updated as my progress continues with my poker programming project.
THE SOLUTION:
This entire log will be the base of the web site I will probly make which will be dedicated to figuring out what the deal is with these online cards. I know it's not 100% random. Even if they are not rigging the cards, then there is something else wrong, like an algorithm that is overcomplicated. A basic shuffling algorithm is simple. You have 52 cards in a deck, you assign a number from 1 to 52 to each card, use a rand() function, and it stick that bad boy in a loop, and have it loop until all 52 random numbers from 1-52 have been generated. Now you have an electric deck of shuffled cards. What is so complicated about this. If you were to overcomplicate it, you would end up with very strange patterns coming out, that would make it not as simple, and not as random. A simple shuffle is like shuffling a real deck of cards 6-8 times. An overexagerated algorithm would be like shuffling a real deck of cards 5000-10000 times. You are more likely to run into a similar deck of cards with the exagerated deck of cards, because the cards will have been all the way around the block so many times, you have a better chance to land the same deck. If you shuffle a deck once, you are guaranteed it won't come out the same. Based on that, and the number of players online at once, it almost seems like all of these sites are overcomplicating it, which is why you see such strange things, and large hot and cold streaks, tons of bads beats per half hour, and so on.
THE PROGRAM:
The other option, is that they are rigging the cards. It's a pretty simple thing to do. All you have to do is pick a player's cards, and eliminate cards from the remaining deck based on what they have. If they have AK, eliminate all 2s, 4s, and 6s. Now your odds of having a bad beat just went up. Everything is still random, accept for the fact that 12 cards are missing from the remaining deck. I could even put a checkbox by a player's name in the database, telling the program to eliminate cards from the deck that would help them every 4 out 5 hands, and only when there are less than 3 other people at the table that also have the checkbox, and to randomly assign checkboxes to people every couple days. It's not that hard, and it's almost undetectable, because everything is still random to the naked eye. If there are 20 cards missing from a virtual deck, how would you ever know? Using this concept, you could really mess with poker odds, and everything would seem random.
MY PART IN ALL THIS:
My job as a human being who enjoys the game of poker, and who can program just about anything, who does things for the grace of good, who can't stand to lose, is to figure out the truth on my own, and whatever help anyone else has to offer. Because I know those sites would never tell you the truth if they were rigging it, or let you see the code to the software. And if they are not, it only leaves it to me having unrealistic bad luck, or the chance the algorithms are just too complex for a simple card shuffle.
TODAY'S GAME SUMMARY
I guess for this log, we will start with an immaginary bank roll of $500.
09/27/05
Start Bank Roll: $500
BM: Even
PartyPoker: -$20.00
OVERALL: $-20.00
All Other Online: Even - Not playing at any of them right now.
Current adventure is Partypoker, which is owned by Pokerstars (Empirepoker is also owned by pokerstars).