wi$em@n
Newbie
Offline
Activity: 46
Merit: 0
|
 |
August 31, 2017, 07:05:15 PM |
|
who encountered a problem with the mining xmr. xmr miner sees only 1 card( which I don't know) and when I want to change it to music again mines xmr
I may need to recompile stak on a 13x rig; can other members please confirm this problem is as TeslaCh describes. I think that's not the point. Here it is:home/m1/xmr/stakGPU/bin/config.txt for example for 4-GPU rig it should look like this:"gpu_threads_conf" : [ { "index" : 0, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, }, { "index" : 1, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, }, { "index" : 2, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, }, { "index" : 3, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, },], "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "", "pool_address" : "xmr-eu1.nanopool.org:14444", "wallet_address" : "4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgR wsQvVCjZbS2auRYpm3zFEz25xxx", "pool_password" : "x", "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0, "verbose_level" : 4, "h_print_time" : 60, "output_file" : "", "httpd_port" : 0, "prefer_ipv4" : true but looks like this:"gpu_threads_conf" : [ { "index" : 0, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, },], "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "", "pool_address" : "xmr-eu1.nanopool.org:14444", "wallet_address" : "4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgR wsQvVCjZbS2auRYpm3zFEz25xxx", "pool_password" : "x", "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0, "verbose_level" : 4, "h_print_time" : 60, "output_file" : "", "httpd_port" : 0, "prefer_ipv4" : true May be the problem is here:/home/m1/3mainif [ $COIN == "XMR" ] then HCD='/home/m1/xmr/stakGPU/bin/xmr-stak-nvidia' ADDR="$XMR_ADDRESS.$XMR_WORKER" cat <<EOF >/home/m1/xmr/stakGPU/bin/config.txt "gpu_threads_conf" : [ { "index" : 0, "threads" : 32, "blocks" : 18, "bfactor" : 8, "bsleep" : 10, "affine_to_cpu" : false, },], "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "", "pool_address" : "$XMR_POOL", "wallet_address" : "$ADDR", "pool_password" : "x", "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0, "verbose_level" : 4, "h_print_time" : 60, "output_file" : "", "httpd_port" : 0, "prefer_ipv4" : true EOF cdhome/m1/xmr/stakGPU/bin screen -dmS miner $HCD if [ $LOCALorREMOTE == "LOCAL" ] then screen -r miner fi
|