Blisk
|
 |
October 24, 2017, 07:54:34 PM Last edit: October 24, 2017, 08:08:05 PM by Blisk |
|
I tried today mining on hub.miningpoolhub.com with Sgminer 5.5 But all I get is most likely you put wrong URL, forgot to add port, or have not setup a worker.
And I have this in config file and ports are opened.
{ "pools" : [ { "poolname" : "neoscrypt", "url" : "stratum+tcp://hub.miningpoolhub.com:12012", "user" : "username.workername", "pass" : "x", "algorithm" : "neoscrypt" }, { "poolname" : "x15", "url" : "stratum+tcp://hub.miningpoolhub.com:12009", "user" : "username.workername", "pass" : "x", "algorithm" : "bitblock" }, { "poolname" : "x13", "url" : "stratum+tcp://hub.miningpoolhub.com:12008", "user" : "username.workername", "pass" : "x", "algorithm" : "marucoin-mod" }, { "poolname" : "x11", "url" : "stratum+tcp://hub.miningpoolhub.com:12007", "user" : "username.workername", "pass" : "x", "algorithm" : "darkcoin-mod" }, { "poolname" : "myriadcoin-groestl", "url" : "stratum+tcp://hub.miningpoolhub.com:12005", "user" : "username.workername", "pass" : "x", "algorithm" : "myriadcoin-groestl" }, { "poolname" : "keccak", "url" : "stratum+tcp://hub.miningpoolhub.com:12003", "user" : "username.workername", "pass" : "x", "algorithm" : "maxcoin" }, { "poolname" : "scrypt", "url" : "stratum+tcp://hub.miningpoolhub.com:12001", "user" : "username.workername", "pass" : "x", "algorithm" : "zuikkis", "nfactor" : "10" }, { "poolname" : "scryptn", "url" : "stratum+tcp://hub.miningpoolhub.com:12002", "user" : "username.workername", "pass" : "x", "algorithm" : "zuikkis", "nfactor" : "11" } ], "failover-only" : true, "failover-switch-delay" : "30", "queue" : "0" }
|