 |
January 25, 2014, 05:05:16 PM |
|
Tal que asi cgminer --scrypt -o stratum.tcp://pool2.d2.cc:3335 -u xxx -p xxx --failover-only -o stratum+tcp://uk.nut2pools.com:5545 -u xxx -p xxx -I 13 -g 2 -w 256 --thread-concurrency 8192 --gpu-powertune -10
Pero vamos es mucho mas cómodo trabajar con los archivos .conf de texto, y tonces con el bat solo ejecutar cgminer -c archivoquesea.conf Algo tal que así:
{ "pools" : [ { "url" : "stratum+tcp://pool-eu.hash.so:1337", "user" : "YOURUSERNAME", "pass" : "123" }, { "url" : "stratum+tcp://loquesea.eu:3333", "user" : "YOURUSERNAME", "pass" : "123" } ] , "device" : "0", "intensity" : "12", "vectors" : "2", "worksize" : "256", "scrypt" : "true", "lookup-gap" : "0", "thread-concurrency" : "0", "shaders" : "0", "gpu-engine" : "0-960", "gpu-fan" : "0-85", "gpu-memclock" : "300", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75",
|