Pages:
Author

Topic: Texas Hold'em and Omaha/Omaha8 Poker Room - NL, Limit, Potlimit games (Read 88123 times)

sr. member
Activity: 481
Merit: 252
Hippich

You still around?  Trying to implement your poker room for some altcoins.
hero member
Activity: 546
Merit: 500
I want to try to do small promotion. Will see if it take of and if it do - I will work on implementing some code to do more often. (Right now it will be totally manual process Smiley)

Happy Halloween 20% Deposit Bonus - see first post - https://bitcointalksearch.org/topic/m.9795
hero member
Activity: 546
Merit: 500
Yeah. Interesting idea. Also major stats on what tables are live, etc. And also more information about rake and rake back..
staff
Activity: 4214
Merit: 1203
I support freedom of choice
I think that you should better advertise these free rolls on the homepage, like a dynamic pop-up.

Example:
"x Free Rolls available. Play and win for free!"
hero member
Activity: 546
Merit: 500
I really think that you should add a feature to give free chips directly from the website.
Something like 0.00001 chip, that has the value of 0.00000001 * 100 chips. ( it's like zero value ... but it is enough to play )

Example:
Then the user can ask for the free chip more than one time every 3/4 days, and only if he has less than 0.0001 chips.

Some tables are also needed for these kind of players ( to avoid big walled players ... )

This will make possible to have many new players on the service without Bitcoin involved.
They will be able to play even if they don't know anything about Bitcoin, but it will be enough to get them addicted to the game/service.

Exactly for this reason I keep free roll going on - you do not need a penny to participate in it. It needs just 6 persons to start. And these freerolls restarts every hour or even faster (depending on how popular this free roll is).

So I believe it is best way to try it out - you can play and also you can get some chips you can use to play ring games. Smiley
staff
Activity: 4214
Merit: 1203
I support freedom of choice
I really think that you should add a feature to give free chips directly from the website.
Something like 0.00001 chip, that has the value of 0.00000001 * 100 chips. ( it's like zero value ... but it is enough to play )

Example:
Then the user can ask for the free chip more than one time every 3/4 days, and only if he has less than 0.0001 chips.

Some tables are also needed for these kind of players ( to avoid big walled players ... )

This will make possible to have many new players on the service without Bitcoin involved.
They will be able to play even if they don't know anything about Bitcoin, but it will be enough to get them addicted to the game/service.
hero member
Activity: 546
Merit: 500
hero member
Activity: 546
Merit: 500
Oops. Somehow missed new posts Smiley

2HostFat - I am working on some new features and these require quite substantial code refactoring. Also, main development still done in the old github repo - https://github.com/hippich/Bitcoin-Poker-Room

2SmokeAndMirrors - this project is mix of several open source projects + my own stuff on top of it. Poker server written on Python, table itself - mostly jQuery, and my stuff, actual website - Perl.
full member
Activity: 168
Merit: 100
What language is this site written in?
staff
Activity: 4214
Merit: 1203
I support freedom of choice
There aren't any updates on GIT from August.
Are you still working on it?
member
Activity: 84
Merit: 10
HAHA you drove your own site to the ground, and I'm laughing my ass off cause you totally deserved it. Treating ppl that play at your site like shit and even calling them names. Crash and burn a hole.
hero member
Activity: 546
Merit: 500
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Good to know!
Even if I'm not a poker player ... I like your site.
You are one of older services here on the Bitcoin forum, and you are still here and improving it.
I wish you good luck! Wink
hero member
Activity: 546
Merit: 500
Can you add free tables with your actual code? Smiley ( fun play )

There will be never free tables like you see in existing poker rooms. But there will be something else you might like. I will announce it once it is ready for a spin. =)
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Can you add free tables with your actual code? Smiley ( fun play )
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
2weiX, absolutely agree that using seat position is pretty dumb. Here is why I am using it - simply order of appearance information is not available in code. And I would assume players who know about this current scheme will be able to sit at most profitable seat.

Good thing - I put point awards code into separate class and from now it is much easier to develop it further. Once we add code for storing order of appearance in game state - I will be able to use it inst
ead of position (it should be as simple as changing pair of variables now)..

Hope this make sense...



i figured something like that. :-D
hero member
Activity: 546
Merit: 500
2weiX, absolutely agree that using seat position is pretty dumb. Here is why I am using it - simply order of appearance information is not available in code. And I would assume players who know about this current scheme will be able to sit at most profitable seat.

Good thing - I put point awards code into separate class and from now it is much easier to develop it further. Once we add code for storing order of appearance in game state - I will be able to use it inst
ead of position (it should be as simple as changing pair of variables now)..

Hope this make sense...

legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
Just pushed new code update for points-based rake back system. Once you reach 100 points you can exchange them at 1 point = 1 chip rate.

Number of points depends on rake paid and position on the table. It varies from 10% to 120% - yes, you can get 20% more chips then rake paid!

Here is url to file for implementation of points - https://github.com/hippich/Bitcoin-Poker-Room/blob/master/lib/ppn/pokernetwork/pokerbonus.py

Shortly - if there only two players - first one will get 20% rake back points, second one - 10% rake back points. If there are 7 or more players, first player will get 120% rake back points!

Now how place is defined - first place at 10-max table is left top, next one - next clockwise seat. On HU table - top one. Once more tables be added I will add page describing in details rules of this points system.

So if you are going to play - make sure to sit at top left seat and once you will get 7+ players at the table you will actually start earn money from rake!


All this is very rough. It might change in future and I am looking to get feedback =)

i sincerely dislike the ranking of players by seat number. if you really need to discriminate, just do it by order of appearance, or better yet - on a contributed / dealt basis.

there are a metric shitload of rake calculations out there, no need to make your own.
hero member
Activity: 546
Merit: 500
Just pushed new code update for points-based rake back system. Once you reach 100 points you can exchange them at 1 point = 1 chip rate.

Number of points depends on rake paid and position on the table. It varies from 10% to 120% - yes, you can get 20% more chips then rake paid!

Here is url to file for implementation of points - https://github.com/hippich/Bitcoin-Poker-Room/blob/master/lib/ppn/pokernetwork/pokerbonus.py

Shortly - if there only two players - first one will get 20% rake back points, second one - 10% rake back points. If there are 7 or more players, first player will get 120% rake back points!

Now how place is defined - first place at 10-max table is left top, next one - next clockwise seat. On HU table - top one. Once more tables be added I will add page describing in details rules of this points system.

So if you are going to play - make sure to sit at top left seat and once you will get 7+ players at the table you will actually start earn money from rake!


All this is very rough. It might change in future and I am looking to get feedback =)
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
Thing is though... tables are dead :-(
Not on my site Wink

sadly, i cannot play at yout site.
i play from "work", and the funky port i need to connet to is out of bounds for me.
should you change it to 80 or 8080, lemme know.
Pages:
Jump to: