Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
nicehashdev
on 20/04/2014, 23:57:52 UTC
Hi, been mining with your pool for a few days and getting some nice payouts  Grin

Can you clarify how to configure scrypt for backup pools though? Can we just use the --failover-only command as with cgminer?

https://nicehash.com/index.jsp?p=faq#faqs1



Yea I have read that but I still dont understand how or where this goes in the scrypt file?

Quote
{
"pools" : [
   {
      "url" : "stratum+tcp://stratum.nicehash.com:3333",
      "user" : "YOURBTCADDR",
      "pass" : "d=512"
   }
,
   {
      "url" : "stratum+tcp://backuppool.com:3333",
      "user" : "user",
      "pass" : "x"
   }
],
"failover-only" : true,
...
}