Post
Topic
Board Mining (Altcoins)
Re: [Multi-Algo Switching Manager v014] - Benchmark-Based Algo Profit Switch!
by
gtx1060timania
on 05/11/2017, 14:42:48 UTC
Hi Sev,
Can I mine on other pools like flypool or zpool?

Sure, you can mine on other pools by modifying .bat files.
You must set TargetCoin when you use other pools.

Here's an example for flypool.

Code:
start /high miner\EWBF\miner.exe --server eu1-zcash.flypool.org --user walletaddress.miner --pass x --port 3333 --api 127.0.0.1:42000
:: Algorithm switching - 17023, Zcash - 20570, Zclassic - 20575
 
rem - When mining on other pools besides MPH, please change TargetCoin below(ex, TargetCoin=Zcash).
:: TargetCoin=Zcash


Hi, if some new coins are added to MPH, do I need to change my settings?