mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.8.3
This commit is contained in:
3
miner.h
3
miner.h
@@ -361,7 +361,6 @@ struct work {
|
||||
size_t xnonce2_len;
|
||||
unsigned char *xnonce2;
|
||||
uint32_t nonces[8];
|
||||
bool nfound[8];
|
||||
};
|
||||
|
||||
struct stratum_job {
|
||||
@@ -451,7 +450,7 @@ void applog_hash(void *hash);
|
||||
void format_hashrate(double hashrate, char *output);
|
||||
void print_hash_tests(void);
|
||||
|
||||
|
||||
void scale_hash_for_display ( double* hashrate, char* units );
|
||||
|
||||
struct thr_info {
|
||||
int id;
|
||||
|
Reference in New Issue
Block a user