Post
Topic
Board Mining (Altcoins)
Re: Megaminer 5.0b - Multi pool / Multi Algo launcher
by
tutulfo
on 17/12/2017, 17:55:43 UTC
was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot