Bitcoin Forum
April 28, 2024, 05:25:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Dual ETH Wallets on: March 07, 2018, 09:53:47 PM
Claymore is working excellent for me, so firstly...thanks!

I would like to mine single ETH mode but use two or more different wallets changing automatically.

Example:
Wallet 1 mines for 11 hours of the day
Wallet 2 mines for 11 hours of the day
Wallet 3 mines for 2 hours of the day

Can this be done easily with claymore or perhaps some windows batch file to open and close miners based on time.  Thanks for you help!

You can do that in Windows. Something like

:loop
start program1
timeout /t certain period
taskkill /im  "program1" /f

start program2
timeout /t certain period2
taskkill /im  "program2" /f

start program3
timeout /t certain period3
taskkill /im  "program3" /f

goto loop



Awesome!!! Its working, I ended up changing it a bit but the general layout is exactly what I wanted!  Thank you very much!
2  Alternate cryptocurrencies / Mining (Altcoins) / Dual ETH Wallets on: March 07, 2018, 03:24:47 AM
Claymore is working excellent for me, so firstly...thanks!

I would like to mine single ETH mode but use two or more different wallets changing automatically.

Example:
Wallet 1 mines for 11 hours of the day
Wallet 2 mines for 11 hours of the day
Wallet 3 mines for 2 hours of the day

Can this be done easily with claymore or perhaps some windows batch file to open and close miners based on time.  Thanks for you help!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!