Kiv / poclbm

PyOpenCL bitcoin miner with a GUI frontend
GNU General Public License v3.0
450 stars 153 forks source link

Long-polling deprecated, use stratum port where available #81

Open mike-hart opened 11 years ago

mike-hart commented 11 years ago

Eclipse offers stratum protocol on port 3333 of all servers, m0mchil/poclbm#65 implies getwork/long-polling is deprecated and stratum should be used where available. Change port on eclipse from 8337 to 3333 in servers.ini to avoid some issues. Not sure of stratum availability on other pools.

mike-hart commented 11 years ago

Checking poclbm by hand, when running using stratum source receive the following message in output rather than an acceptance: us2.eclipsemc.com:3333 15/04/2013 21:35:14, checking 1538145685 <= 0 Why is target 0? Only happens with stratum, not getwork, still hashing, just not getting any credit for it. Sorry for wasting your time with the outright suggestion to change ports, may have found a new issue in the process.