2023-03-20 01:10:44 +01:00
|
|
|
|
|
|
|
// Mining
|
2023-04-17 02:07:18 +02:00
|
|
|
#define THREADS 1
|
2023-05-03 21:11:59 +02:00
|
|
|
#define MAX_NONCE 3000000
|
|
|
|
// #define MAX_NONCE 1.215.752.192
|
2023-03-20 01:10:44 +01:00
|
|
|
|
2023-05-03 21:11:59 +02:00
|
|
|
// Pool
|
|
|
|
//#define POOL_URL "solo.ckpool.org" //"btc.zsolo.bid" "eu.stratum.slushpool.com"
|
|
|
|
//#define POOL_PORT 3333 //6057 //3333
|
|
|
|
|
|
|
|
|
|
|
|
void runMonitor(void *name);
|
2023-03-20 01:10:44 +01:00
|
|
|
void runWorker(void *name);
|
2023-05-01 22:26:01 +02:00
|
|
|
void runMiner(void);
|