Bitcoin Forum
June 16, 2024, 05:36:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner on: May 30, 2014, 11:25:08 PM
How can I configure my miner to work with NiceHash service?
I mean config 3 algoritm (scrypt-scrypt-n-x11) in one sgminer.config file.
Code:
"pools" :

 [
         {
                 "name" : "NiceHash_X11",
                 "url" : "stratum+tcp://stratum.nicehash.com:3336",
                 "user" : "btc_address",
                 "pass" : "x",
                 "pool-algorithm" : "darkcoin-mod",
                 "pool-intensity" : "18"
         },
         {
                 "name" : "NiceHash_Scrypt",
                 "url" : "stratum+tcp://stratum.nicehash.com:3333",
                 "user" : "btc_address",
                 "pass" : "x",
                 "pool-algorithm" : "scrypt",
                 "pool-intensity" : "13"
         },
         {
                 "name" : "NiceHash_Scrypt-N",
                 "url" : "stratum+tcp://stratum.nicehash.com:3335",
                 "user" : "btc_address",
                 "pass" : "x",
                 "pool-nfactor" : "11",
                 "pool-algorithm" : "scrypt",
                 "pool-intensity" : "13"
         }
]

Just add your pools and algorithms to your config
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!