Just wondering is as to the cmd line above is this for a single card? Or for multiple and if for only one what else would be added for the three I have? If for only one card then I can see getting more when I fold@home or mine btc I always get a little less each card due to the three running not much loss though. Also you did not mention if it is a downclocked memory since my stock is 2004mhz.
Thank you again for the replies I will get this set up for the best bang for the buck.
Another question is there a way to write up a .bat fail safe like you can with btc? So if a pool or address fails? like this command for bfgminer doing btc?-
"pools" : [
{
"name" : "us1.eclipsemc.com",
"url" : "stratum+tcp://us1.eclipsemc.com:3333",
"user" : "username",
"pass" : "username",
"pool-priority" : "0"
},
{
"name" : "us2.eclipsemc.com",
"url" : "stratum+tcp://us2.eclipsemc.com:3333",
"user" : "username",
"pass" : "username",
"pool-priority" : "1"
},
{
"name" : "us3.eclipsemc.com",
"url" : "stratum+tcp://us3.eclipsemc.com:3333",
"user" : "username",
"pass" : "username",
"pool-priority" : "2"
},
],