Post
Topic
Board Beginners & Help
Re: "Newbie" Cant get CUDAMINER to work
by
rbh5081
on 13/12/2013, 17:49:25 UTC
Actually I've got an asus card and I am using afterburner, and with this tool it is much more easier :
http://event.msi.com/vga/afterburner/download.htm


Even if you try with stock configuration you should get about 265KH/s.



http://leimg.com/upload/small/2013/12/13/52aaad603e644.jpg

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"
            },
        ],