Bit unrelated to recent discussions but have you figured out what bitcoinpool is doing to their shares yet, or atleast which shares to work from. json shares looks more realistic but it seems they payout based on the website shares/elapsedtime and those stats are totally out of wack.
Also this is prob more directed to c00w/flower/ryo, any idea yet how to capture the counting current round_shares for x8s ?
http://www.bitcoinpool.com/forum/viewtopic.php?f=1&t=103they say, they would reduce our earning based on mining time window.
in fact, we can beat this kind of algorithm with forced (scheduled) hopping
as for x8s, they added json yesterday.
recent main branch of my fork may work on x8s, but not tested yet..
'x8s':{ 'name': 'btc.x8s.de',
'mine_address': 'pit.x8s.de:8337', 'user': x8s_user, 'pass': x8s_pass,
'api_address':'http://btc.x8s.de/api/global.json', 'role':'disable'},
def x8s_sharesResponse(self, response):
round_shares = int(json.loads(response)['round_shares'])
self.UpdateShares('x8s',round_shares)
'x8s':self.x8s_sharesResponse,