NerdMiner_v2 icon indicating copy to clipboard operation
NerdMiner_v2 copied to clipboard

Nerd Miner v2 won't mine

Open LightningSats opened this issue 1 year ago • 1 comments

I have never been able to get my Nerd Miner to mine. This is for several versions now. I am currently on 1.6.3. It loads up fine and connects the the internet with no issues, I know because I get the current block #. However, it never shows any hash rate. Any thoughts how to fix this?

Here are the messages from the Nerd Miner when connecting to in using the ESP console:

ESP-ROM:esp32s3-20210327 NerdMiner v2 starting...... SPIFS: Mounting File System... SPIFS: Mounted SPIFS: Loading config file { "poolString": "public-pool.io", "portNumber": 21496, "btcString": "scrubbed", "gmtZone": -4 } *wm:[ERR>>> Completed 0 share(s), 0 Khashes, avg. hashrate 0.00 KH/s >>> [i] Miner: newJob>false / inRun>false) - Client: connected>false / subscribed>false / wificonnected>true [WORKER] ==> Mining subscribe Sending : {"id": 1, "method": "mining.subscribe", "params": ["NerdMinerV2"]}

Completed 0 share(s), 0 Khashes, avg. hashrate 0.00 KH/s >>> [i] Miner: newJob>false / inRun>false) - Client: connected>true / subscribed>false / wificonnected>true Client not connected, trying to connect... [WORKER] ==> Mining subscribe Sending : {"id": 1, "method": "mining.subscribe", "params": ["NerdMinerV2"]}

LightningSats avatar Jul 20 '24 18:07 LightningSats

Looks like some firewall blocks connection to TCP port 21496 or DNS cannot resolve "public-pool.io" to IP address. Check issue #234 for some hints how to troubleshoot with your PC...

PSLLSP avatar Aug 01 '24 08:08 PSLLSP