Is it possible one rig to mine to different wallets or pools in same time? I’m asking beginner question, sorry for that. Me and my friend have rig with 6 GPUs, 4 of them are mine, 2 are to my friend. We want to start mining GPU 0-3 to mine on my wallet, 4-5 GPU to mine on his wallet.
Any solution is welcome!
Thank you in advance
You can run two instances of miner. In miner initialisation string you can select what GPU will be used.
Something like that. Please note that I get example from other Claymore miner (provided by @CallMeBamby) but syntax is pretty the same
Just check it against README file.
Claymore copy No.1, this will enable cards 0 to 3.
Code:
NsGpuCNMiner -xpool stratum+tcp://pool.electroneum.space:3333 -xwal
-xpsw x -allpools 1 -d1 0123
Claymore copy No.2, this will enable cards 4 to 5.
Code:
NsGpuCNMiner -xpool stratum+tcp://pool.electroneum.space:3333 -xwal -xpsw x -allpools 1 -d1 45