Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
joulesbeef
on 08/08/2011, 17:45:02 UTC
Are Polmine stats screwy for anyone else? User page is showing 348,994 this round, pool stats page is showing 949,000.

fine here.. or what do you mean?

bithopper is reporting 975033 which is the same on the polmine server stats page.
Quote
thanks man, will try this way, and I didn't realize it's too different outputting to file or both, every day I learn something
 


hey me too.

for windows I am using


Code:
bitHopper.py  --scheduler AltSliceScheduler --startLP --debug > debugc00w.txt  2>debugc00werr.txt >con

first part gets main output and logs to file.. which is getting big quick.. second part 2> gets standard errors.. but misses a lot.. and the >con displays on console.. sans what goes into debugc00werr.txt.. to add that which doesnt seem like it catches a lot.. i need to add a 2>&1 at the very end of my code.

testings gnagets fix.. right now

ed64 will be glad to test your fork.. let me know