NerdNos-Firmware/mining.h
BitMaker-hub 5cacc5d50d Initial commit release 1
- Added WifiManager
- Added new GUI
- Added config vars: pool, port, btcAddress
2023-03-20 01:10:44 +01: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);