Bitcoin Forum
May 08, 2024, 02:04:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help to set-up Auto-Switching sgminer / (I give good donation for help)  (Read 401 times)
Starsky886 (OP)
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
December 03, 2016, 01:55:50 AM
Last edit: December 03, 2016, 03:12:00 AM by Starsky886
 #1

Hi Everyone!

I'm trying to set-up an automatic switching Multi-Algo on Miningpool hub but I'm not able to make it run correctly.
I Have a set-up of 96x 470 AMD 4GB
My goal is to be able to switch automaticly between more profitable coins like: ETH / ETC / ZCL / ZEC...

Is miningpoolhub the best solution for multi-ago ?
The thing is, I'm working full time in a shop and I dont have acces to switch my miners. I would like them to switch automaticly depending of the profitability.
I'll make a donation to the person who will help me to find the solution
 
I've downloaded sgminer 5.3.1 and I've modified my run.bat to this:

{
"pools" : [
{
"poolname" : "neoscrypt",
"url" : "stratum+tcp://hub.miningpoolhub.com:12012",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "neoscrypt"
},
{
"poolname" : "x15",
"url" : "stratum+tcp://hub.miningpoolhub.com:12009",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "bitblock"
},
{
"poolname" : "x13",
"url" : "stratum+tcp://hub.miningpoolhub.com:12008",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "marucoin-mod"
},
{
"poolname" : "x11",
"url" : "stratum+tcp://hub.miningpoolhub.com:12007",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "darkcoin-mod"
},
{
"poolname" : "myriadcoin-groestl",
"url" : "stratum+tcp://hub.miningpoolhub.com:12005",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "myriadcoin-groestl"
},
{
"poolname" : "keccak",
"url" : "stratum+tcp://hub.miningpoolhub.com:12003",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "maxcoin"
},
{
"poolname" : "scrypt",
"url" : "stratum+tcp://hub.miningpoolhub.com:12001",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "zuikkis",
"nfactor" : "10"
},
{
"poolname" : "scryptn",
"url" : "stratum+tcp://hub.miningpoolhub.com:12002",
"user" : "Paquette_e.MCPC01",
"pass" : "x",
"algorithm" : "zuikkis",
"nfactor" : "11"
}
],
"failover-only" : true,
"failover-switch-delay" : "30",
"queue" : "0"
}



Thank you very much!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!