Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.3 (Windows/Linux)
by
d3xyna
on 12/01/2018, 09:52:23 UTC
@claymore > can i sugest to add variables that we can setup in the cofig file , like $RigName, so that when we change the mining pool for example and upload the config (for multiple rigs i mean) only would need to change one line of code (or copy/pase the new pool and be done)
i'll give an example here, should be something like simeplemining is using with $workerName in the mining config
And its could be in a separate file or defined in the config file
Code:
$RigName=rig1

and in the mining.bat file

Code:
EthDcrMiner64.exe -epool eth-eu.dwarfpool.com:8008 -ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F.$RigName -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal Redhex.my -dpsw x

Thanks and hope to see this feature soon!