BOBAN
Member
Offline
Activity: 76
Merit: 10
|
|
April 05, 2016, 09:10:02 PM |
|
Im having a problem connecting to my btc username with my x11, x15 and scrypt miners. my sgminer for x11 and x15, on both instances, says, waiting for pools and after a while, "no servers could be found to get work from". here is my config for the x11 miner:
{ "pools" : [ { "url" : "stratum+tcp://mine.zpool.ca:3533", "user" : "1N4euqDASdAG5z1QWfv3BtfgNp3z3u6Rfo", "pass" : "x" } ] , "intensity" : "18", "worksize" : "256", "kernel" : "x11mod", "lookup-gap" : "2", "thread-concurrency" : "8192", "shaders" : "0", "gpu-threads" : "2", "gpu-engine" : "750-1150", "gpu-fan" : "100", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "50", "gpu-vddc" : "0.000", "temp-cutoff" : "80", "temp-overheat" : "75", "temp-target" : "70", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "28", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
and my conf for the x15 miner:
{ "pools" : [ { "url" : "stratum+tcp://mine.zpool.ca:3733", "user" : "1N4euqDASdAG5z1QWfv3BtfgNp3z3u6Rfo", "pass" : "c=BTC" }, { "url" : "stratum+tcp://x15.eu.nicehash.com:3339", "user" : "14vZ4DHDzhttzKyNAmLzpRq6VLmCGb16vX", "pass" : "password" }, { "url" : "stratum+tcp://x15.eu.nicehash.com:3339", "user" : "14vZ4DHDzhttzKyNAmLzpRq6VLmCGb16vX", "pass" : "password" }, { "url" : "stratum+tcp://x15.eu.nicehash.com:3339", "user" : "14vZ4DHDzhttzKyNAmLzpRq6VLmCGb16vX", "pass" : "password" } ] , "intensity" : "18", "worksize" : "256", "algorithm" : "bitblock", "lookup-gap" : "2", "thread-concurrency" : "8192", "shaders" : "2048", "gpu-threads" : "2", "gpu-engine" : "750-1021", "gpu-fan" : "0-100", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "80", "temp-overheat" : "75", "temp-target" : "70", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "120", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "no-client-reconnect" : true, "queue" : "1", "scan-time" : "60", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
is that username still active? if so, what can I do to fix this? thanks.
|