Post
Topic
Board Mining software (miners)
Re: CKpool Solo Pool Ubuntu Difficulty always 0.0
by
dec93
on 22/03/2025, 19:21:26 UTC
from the source code the diff is:

percent = round(stats->accounted_diff_shares * 10000 / stats->network_diff) / 100;

It seems to me that this value represents the percentage of the share's difficulty found by the miner relative to the network's difficulty.