jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
345 stars 125 forks source link

diff too high, can I set the maximum diff? #34

Closed EasyDing closed 4 years ago

EasyDing commented 4 years ago

With pool.conf, I can set pool-start-diff, but after a while, diff increase too much. Can I set a maximum diff, my old computer maybe working

jtgrassie commented 4 years ago

Diff is recalculated based on the config retarget-time. Thus, if you set this to 120 it will retarget your miner to send a share roughly every 2 minutes. If you want to send shares more frequently, adjust it down.

EasyDing commented 4 years ago

Thank u very much