Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU 0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.
any help will be appreciated.
the bat file is simple at 12:00 run this bat file:
taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_friend.txt
at 00:00 run this
taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_myself.txt
the explanation of config file you can see in miners folder "config.txt"
but miner may crash or somethink i think it is bad idea. As I know, claymore miner cannot mine to different wallets for now. Only your wallet and developers wallet for fee.
Or ... just create two batch files to run two instances of the miner parallely, assign 0,1,2 to the first wallet, and 3,4,5 to the second. Use the -di option to set which gpuz to be used on which batch file.
For instance, first batch file would have your eth address, and -di 0,1,2. The Second batch file woult have your friends eth address and -di 3,4,5
I think he can combine two methods, and at 00:00 run -di 0,1,2 for self and -di 3,4 for friend and at 12:00 run 0,1,2 for friend and 3,4 for self. Also he may switch more often than 12 hours, because if some instance will crash there will be headache to divide profit. If it will switch every 3 hours, crash will be not so serios problem.
Also headache and any problems may be resolved if they will monitor pool earnings (payment transactions) of each other and every month will calculate the difference, so any instability and different gpu speeds problems will be resolved at this point.