Why am I only getting rejects? It just uses the vertminer doesn't it? Can't get this one to work :s
cgminer --scrypt -o stratum+tcp://caishen.leetpools.net:3333 -u ***.drone2 -p password -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3350 -u ***.drone2 -p password -I 13 -g 2 -w 256 --thread-concurrency 8192 --gpu-engine 1080 --gpu-memclock 1500 --lookup-gap 2 --temp-target 77 --auto-fan --gpu-fan 55-85 --gpu-powertune -20 --temp-cutoff 84
if you are using vertminer it should be vertminer --scrypt-vert instead of cgminer --scrypt
Still getting rejects:
setx GPU_MAX_ALLOC_PERCENT 100
vertminer.exe --scrypt-vert -o stratum+tcp://amsterdam.eu.stratum.dedicatedpool.com:3383 -u ***.drone1 -p password -o stratum+tcp://caishen.leetpools.net:3333 -u ***.drone1 -p password -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3350 -u ***.drone1 -p password -I 13 -g 2 -w 256 --thread-concurrency 8192 --gpu-engine 1070 --gpu-memclock 1500 --lookup-gap 2 --temp-target 80 --auto-fan --gpu-fan 55-85 --gpu-powertune -20 --temp-cutoff 84
using vertminer 0.5.3
https://www.dropbox.com/s/5n70hj3izjj64y1/vertminer-0.5.3.zip:s! helps!
Does it
have to be the format:
{
"pools" : [
{
"url" : "stratum+tcp://POOL:PORT",
"user" : "USER",
"pass" : "PASS"
},
{
"url" : "stratum+tcp://POOL:PORT",
"user" : "USER",
"pass" : "PASS"
}
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
Or noth? I see both conf and bat examples given in the folder
