Bitcoin Forum
April 24, 2024, 03:56:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 »  All
  Print  
Author Topic: Texas Hold'em and Omaha/Omaha8 Poker Room - NL, Limit, Potlimit games  (Read 88118 times)
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
August 22, 2011, 02:35:17 AM
 #461

Heh. You are right. Gmail put your mails into spam folder for some reason.. Marked all your emails as not spam so next time it should go straight into mailbox. If you will not get response - PM me here =)

1713974175
Hero Member
*
Offline Offline

Posts: 1713974175

View Profile Personal Message (Offline)

Ignore
1713974175
Reply with quote  #2

1713974175
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713974175
Hero Member
*
Offline Offline

Posts: 1713974175

View Profile Personal Message (Offline)

Ignore
1713974175
Reply with quote  #2

1713974175
Report to moderator
1713974175
Hero Member
*
Offline Offline

Posts: 1713974175

View Profile Personal Message (Offline)

Ignore
1713974175
Reply with quote  #2

1713974175
Report to moderator
1713974175
Hero Member
*
Offline Offline

Posts: 1713974175

View Profile Personal Message (Offline)

Ignore
1713974175
Reply with quote  #2

1713974175
Report to moderator
kabevinetto
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 24, 2011, 02:28:15 AM
 #462

Hey, waiting on some withdraw requests from last night... hope to get them tonight....

Thanks again
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
August 24, 2011, 02:51:42 AM
 #463

Thanks for reminder - was busy implementing Bcrypt hashing and finally did it! Here is long story why bcrypt is better - http://chargen.matasano.com/chargen/2007/9/7/enough-with-the-rainbow-tables-what-you-need-to-know-about-s.html . Basically, this means that even if my server get hacked, your passwords are safe.

Just processed all withdrawal requests.

2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
August 24, 2011, 11:22:45 AM
 #464

Thing is though... tables are dead :-(
Weaver
Full Member
***
Offline Offline

Activity: 207
Merit: 100



View Profile
August 27, 2011, 09:47:06 PM
 #465

Thing is though... tables are dead :-(
Not on my site Wink
BitcoinStars.com
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
August 27, 2011, 10:06:49 PM
 #466

Thing is though... tables are dead :-(
Not on my site Wink

We should be building eachother up (building bitcoin up) not this kinda stuff man.
Weaver
Full Member
***
Offline Offline

Activity: 207
Merit: 100



View Profile
August 28, 2011, 12:03:14 AM
 #467

Thing is though... tables are dead :-(
Not on my site Wink

We should be building eachother up (building bitcoin up) not this kinda stuff man.
BTC On Tilt has done nothing but promote the Bitcoin Economy. We hold weekly tournaments EXCLUSIVELY using websites that use Bitcoin. We're also going to be funding several other things that have yet to be announced Smiley
I want to see you start proposing ways to be building each other up. Not just saying that we should. Words are easy, I want to see you taking a little action.
BitcoinStars.com
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
August 28, 2011, 12:25:11 AM
 #468

Thing is though... tables are dead :-(
Not on my site Wink

We should be building eachother up (building bitcoin up) not this kinda stuff man.
BTC On Tilt has done nothing but promote the Bitcoin Economy. We hold weekly tournaments EXCLUSIVELY using websites that use Bitcoin. We're also going to be funding several other things that have yet to be announced Smiley
I want to see you start proposing ways to be building each other up. Not just saying that we should. Words are easy, I want to see you taking a little action.

Silly Weaver. Were not interested in saying things negatively to you. Remember we were the ones cheerleading you most when you opened. Just like we do with nearly every type of bitcoin site. Go Bitcoin!!!
2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
August 31, 2011, 11:03:52 AM
 #469

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.
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
September 05, 2011, 11:08:56 AM
 #470

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 =)

2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
September 06, 2011, 08:33:37 AM
 #471

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.
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
September 06, 2011, 01:10:29 PM
 #472

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...


2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
September 06, 2011, 01:58:21 PM
 #473

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
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
September 16, 2011, 03:00:13 PM
 #474

Can you add free tables with your actual code? Smiley ( fun play )

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
September 16, 2011, 03:01:43 PM
 #475

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. =)

HostFat
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
September 16, 2011, 03:19:33 PM
 #476

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

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
hippich (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
September 16, 2011, 03:40:21 PM
 #477

Thank you =)

pokermon919
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
September 20, 2011, 11:30:38 AM
 #478

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

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
September 29, 2011, 12:44:42 PM
 #479

There aren't any updates on GIT from August.
Are you still working on it?

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
SmokeAndMirrors
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 30, 2011, 01:34:53 AM
 #480

What language is this site written in?

Help Bitcoins by buying clothes, technology, books, etc. through people/stores that accept BTC. This will increase overall value of BTC as well as mitigate unnecessary bank transaction fees.

My address -
1EM9HGg1SEa5Bux1rVEPxGqGSfNTTc9EkC
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 »  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!