MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"SWARM_Mode Yes" issue with Zpool

UserDC-LeGrand opened this issue · comments

When using Swarm_Mode Yes , error shows up on HiveOS dashboard: "No Miners Found! Check Arguments/Net Connection".

Edit: this happens on zpool, and Nicehash as well....

Here is an excerpt of the "miner1-active.log":

[10/19/2022 22:20:04]: Checking Algo Pools.
[10/19/2022 22:20:04]: WARNING: SWARM contacted (zpool) but there was no response.
[10/19/2022 22:20:04]: Algo Pools Loading Time: 0 seconds
[10/19/2022 22:20:06]: No Miners Found! Check Arguments/Net Connection
[10/19/2022 22:20:09]: SWARM Is Building The Database. Auto-Coin Switching: No
[10/19/2022 22:20:10]: Loading Miner Hashrates
[10/19/2022 22:20:10]: Checking Algo Pools.
[10/19/2022 22:20:19]: Algo Pools Loading Time: 9 seconds

image

image

image

[10/19/2022 22:20:04]: WARNING: SWARM contacted (zpool) but there was no response.

This would not be related to -SWARM_Mode parameter. This means that zpool's api response came back empty.

Code for this is here and is simple to understand. -SWARM_Mode "Yes" would have nothing to do with it:

https://github.com/MaynardMiner/SWARM/blob/master/pools/prop/zpool.ps1#L23

Closing because it doesn't seem the two are related.