5cacc5d50d
- Added WifiManager - Added new GUI - Added config vars: pool, port, btcAddress
15 lines
310 B
C
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);
|