Poker-AI.org
http://poker-ai.org/phpbb/

get HH info from pokertracker or HM2
http://poker-ai.org/phpbb/viewtopic.php?f=26&t=3041
Page 1 of 1

Author:  Piet [ Wed May 03, 2017 11:47 am ]
Post subject:  get HH info from pokertracker or HM2

Hi,

I was wondering if it would be possible to retrieve the information (stacksizes posititions, etc) from the pokertracker database. Instead of looking at the HH file directly.

Has anybody had any succes doing this?

Author:  jackrabbit [ Thu May 11, 2017 9:12 pm ]
Post subject:  Re: get HH info from pokertracker or HM2

It's actually quite easy, just make SQL queries to the pt4 postgres database directly.
If you want to see how the pt4 database looks, you can use pgadmin(v3) to explore. You will find the information you need in schemas->public->tables->

Author:  Piet [ Fri May 12, 2017 11:08 am ]
Post subject:  Re: get HH info from pokertracker or HM2

jackrabbit wrote:
It's actually quite easy, just make SQL queries to the pt4 postgres database directly.
If you want to see how the pt4 database looks, you can use pgadmin(v3) to explore. You will find the information you need in schemas->public->tables->


but is this also untraceable by the poker client?

Author:  jackrabbit [ Fri May 12, 2017 2:52 pm ]
Post subject:  Re: get HH info from pokertracker or HM2

It's probably quite tricky to trace as their client would have to connect to your database (which should be password protected). Of course they can always gather information from memory but this is something I would only suspect from pokerstars right now.

If you want to be extra safe, just set up a lan server that hosts the pt4 database (theres a guide on pt4 website) so that you can connect & query on a machine seperate from the playing machine.

Author:  Piet [ Sun May 14, 2017 5:22 pm ]
Post subject:  Re: get HH info from pokertracker or HM2

jackrabbit wrote:
It's probably quite tricky to trace as their client would have to connect to your database (which should be password protected). Of course they can always gather information from memory but this is something I would only suspect from pokerstars right now.

If you want to be extra safe, just set up a lan server that hosts the pt4 database (theres a guide on pt4 website) so that you can connect & query on a machine seperate from the playing machine.

yeah thats what worries me. they can check memory, and just search for programs that have hand history text in their mem space. that would be a major trigger i suppose.

Author:  HontoNiBaka [ Thu May 18, 2017 8:35 pm ]
Post subject:  Re: get HH info from pokertracker or HM2

I don't think that is a likelly way to be detected.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/