mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-27 23:14:21 +00:00
diffexactone pool diff1 used for share value calculation is ffffffff... not 100000000... :P
This commit is contained in:
parent
f6bde14c31
commit
7724989d9b
@ -2576,7 +2576,7 @@ static inline struct pool *select_pool(bool lagging)
|
|||||||
return pool;
|
return pool;
|
||||||
}
|
}
|
||||||
|
|
||||||
static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249216.0;
|
static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249215.0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Calculate the work share difficulty
|
* Calculate the work share difficulty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user