This commit is contained in:
Jay D Dee
2018-02-23 12:39:15 -05:00
parent 502ed0b1fe
commit 3c02653dbe
70 changed files with 3871 additions and 1848 deletions

View File

@@ -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;