Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
dhsc19
on 02/05/2014, 16:27:01 UTC
There are some decent paying Scrypt-A-Nfactor orders ... if you have Scrypt-A-Nfactor you can get some good payouts, check here: https://www.nicehash.com/index.jsp?a=2 and point your miner to stratum+tcp://stratum.nicehash.com:3335

We advice you to use multi-algorithm configuration (if you're using latest sgminer)

"pools" : [
        {
                "name" : "NiceHash Scrypt-A.-Nfactor",
                "url" : "stratum+tcp://stratum.nicehash.com:3335",
                "user" : "myBTCaddress",
                "algorithm" : "nscrypt",
                "nfactor" : "11"
        },
        {
                "name" : "NiceHash Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "myBTCaddress",
        },
        {
      "name" : "mybackuppool",
                "url" : "stratum+tcp://mybackuppool",
                "user" : "myBTCaddress",
                "pass" : "x"
        }
]
,
"kernel" : "zuikkis",
... etc ...

I have added my info to the conf file but i get errors when loading

partial JSON error in conf file
conf file could not be used
need to specify at least one pool server

Make sure you have commas where there needs to be and no commas where there doesn't need to be.  Also, same with the brackets.  I get that message when I've messed up those.