Post
Topic
Board Mining software (miners)
Merits 1 from 1 user
Re: CKPOOL - Open source pool/proxy/passthrough/redirector/library in c for Linux
by
peoples
on 13/03/2019, 09:12:54 UTC
⭐ Merited by vapourminer (1)
Hey -ck

thanks for your work and sharing of this great piece of pool software.

I played around with your ckpool to learn and better understand mining process.

Now one question (so far) comes up, why does the pool re-adjust the vardiff from scratch for every known client after reconnects / instance takeover (with your -H option) / ...
Doesn't it put alot of stress on a pool server with thousands of clients connected if , for example , you make a instance takeover and all thousand clients start to re-djust vardiff with x shares per second ?
Since you already have per worker information stored, isn't it better to store also last vardiff information and start from there on the next connection of the same worker ?

Thanks