Post
Topic
Board Mining (Altcoins)
Re: Megaminer - Multi pool (9 pools) / Multi Algo (>20) launcher
by
mushtuk
on 09/11/2017, 13:03:27 UTC
Can anyone help me configure this thing Cheesy

I have this for config.txt:

@@WORKERNAME=*****
@@CURRENCY=BTC
@@USERNAME=*****
@@INTERVAL=600
@@TYPE=NVIDIA
@@LOCATION=EUROPE
@@MANUALMININGAPIUSE=FALSE
@@STARTSCREEN=PROFITS
@@BENCHMARKTIME=200
@@GPUPLATFORM=1
@@WALLET_BTC=**********************
@@WALLET_DCR=**********************
@@WALLET_ETC=**********************
@@WALLET_ETH=**********************
@@WALLET_ZEC=**********************
@@WALLET_XMR=**********************

And I have this for AutoStart.bat:


setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

:LOOP del "Stats\*_Profit.txt"

powershell -version 5.0 -noexit -executionpolicy bypass -command "&.\core.ps1 -MiningMode AUTOMATIC -PoolsName Mining_Pool_Hub,Suprnova,FLYPOOL -Coinsname
Bitcoin,XMR,LBRY,SIA,Decred,MONA,ZEN,Zcash,Zclassic,Ethereum,EthereumClassic,Ubiq,Music,KMD,Komodo,DIGIBYTE,Expanse

GOTO LOOP

Configured like this, I am getting an error, that Flypool and Suprnova are not valid pools names and also "window cannot be wider than the screen buffer" error. If I remove pools names and leave only MPH it gives the same "window cannot be wider than the screen buffer" error, but kinda starts to download an benchmark different coins, but everything is displayed incorrectly, its not aligned and there are also other errors present. I setup some wallets in Suprnova and some in MPH, the one in flypool I can ignore.
How should I properly setup this miner?