mirror of
https://github.com/GOSTSec/ccminer
synced 2025-02-05 11:24:22 +00:00
klaus small fixes
This commit is contained in:
parent
ac1f6ad1bb
commit
6e64383b32
@ -1819,7 +1819,6 @@ static void *miner_thread(void *userdata)
|
|||||||
}
|
}
|
||||||
|
|
||||||
work.scanned_from = start_nonce;
|
work.scanned_from = start_nonce;
|
||||||
nonceptr[0] = start_nonce;
|
|
||||||
|
|
||||||
if (opt_debug)
|
if (opt_debug)
|
||||||
applog(LOG_DEBUG, "GPU #%d: start=%08x end=%08x range=%08x",
|
applog(LOG_DEBUG, "GPU #%d: start=%08x end=%08x range=%08x",
|
||||||
@ -2047,7 +2046,7 @@ static void *miner_thread(void *userdata)
|
|||||||
work.scanned_to = max_nonce;
|
work.scanned_to = max_nonce;
|
||||||
if (opt_debug && opt_benchmark) {
|
if (opt_debug && opt_benchmark) {
|
||||||
// to debug nonce ranges
|
// to debug nonce ranges
|
||||||
applog(LOG_DEBUG, "GPU #%d: ends=%08x range=%llx", device_map[thr_id],
|
applog(LOG_DEBUG, "GPU #%d: ends=%08x range=%08x", device_map[thr_id],
|
||||||
nonceptr[0], (nonceptr[0] - start_nonce));
|
nonceptr[0], (nonceptr[0] - start_nonce));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user