NerdNos-Firmware/src/mining.h
2023-04-07 00:43:20 +02:00

15 lines
310 B
C

// Mining
#define THREADS 0
#define MAX_NONCE 1000000
//#define ADDRESS "bc1qpmsd9g8fd4r2t1c4quqs3f3vnwdzhn3zqpct7e"
// Pool
//#define POOL_URL "solo.ckpool.org" //"btc.zsolo.bid" "eu.stratum.slushpool.com"
//#define POOL_PORT 3333 //6057 //3333
void runMonitor(void *name);
void runWorker(void *name);