moopless / stratum-mining-litecoin

This fork is no longer maintained. Please use https://github.com/ahmedbodi/stratum-mining
Other
38 stars 35 forks source link

twistd consuming a lot of CPU #87

Open nodapio opened 10 years ago

nodapio commented 10 years ago

I have a pool with about 3Gh/s on Stratum Mining. twistd use a lot of CPU, is there anything I can do to reduce that ? (in config.py for example) ?

beluca commented 10 years ago

higher diff => less shares => less computing, but it can result in higher stale rate if you put the diff too high.

Disabling loging can improve a little the perf (if you are logging everything in file, it can be a heavy task)