Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
108 stars 35 forks source link

[Bug] MindMiner will mine specified coin to specified wallet in config.txt OVER zpool.txt #898

Closed platinum4 closed 2 years ago

platinum4 commented 2 years ago

Hi,

I have Zpool.txt set to Wallet = LTC and have a LTC wallet in config.txt as well.

However, I do have a PBTC wallet address in config.txt

Since I have PBTC available, MindMiner will instead mine anything on Zpool as PBTC, no matter what I set for Zpool.txt, like it ignores it.

Why?

platinum4 commented 2 years ago

Is it this commit that changed it?

https://github.com/Quake4/MindMiner/commit/7dbbbdb134b5aa13cf80809d81e777095cb2ea10

You should still have it honor what is in Zpool.txt or Zergpool.txt

platinum4 commented 2 years ago

I suppose easy fix is just remove my wallets from config.txt but let me know if there is any other fix

Quake4 commented 2 years ago

Check zpool.config.txt variable wallet, you must set LTC. Pbtc must be assigned if mine pbtc

platinum4 commented 2 years ago

Already done this is why I made the issue post.