I'm bought an GTX 1050 Ti OC, mining about 1400MH/s at 65W, for me is pretty good. For now, what is the best pool?
I am solo mining, works great for now.
I'm trying solo mining with this ccminer config:
{
"_comment1" : "Possible keys are the long options (ccminer --help)",
"_comment2" : "todo: support /* comments */",
"algo" : "blake2s",
"intensity": 24,
"api-bind": "127.0.0.1:4068",
"statsavg": 20,
"quiet" : false,
"debug" : false,
"protocol" : false,
"cpu-priority" : 3,
"url" : "127.0.0.1:3791",
"user" : "nevacoinrpc",
"pass" : "mypassword"
}
but i get this error: HTTP request failed: Failed to connect to 127.0.0.1 port 3791: Connection refused
I need to edit iptables rules for this or something else?