Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: universalresonance on October 16, 2017, 10:51:12 PM



Title: Help edit bat file
Post by: universalresonance on October 16, 2017, 10:51:12 PM
Hello,


Could anyone help me.

I'd like to only run GPU 2 for ETH- how do I edit the file?


setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool eth-us-east1.nanopool.org:9999 -ewal 0x5313d6535554429b2e0ec43ede75c1db91f6ef72/ETH/gmail.com -epsw x -dpool stratum+tcp://pasc-us-east1.nanopool.org:15555 -dwal 32fb747c6dd01bc8.pasc.Pascal/gmail.com -dpsw x -dcoin pasc -ftime 10

This is the file, now what do I do - so only GPU 2 runs for ETH ?


and what do I do in this one so only GPU 0 and GPU 3 run for ZEC ?



miner --server us1-zcash.flypool.org --port 3333 --user t2Yg1Z6BVtV4855xHrN44xLayx46YnhHSSL.Zcash --pass x         

Thanks in advance


Title: Re: Help edit bat file
Post by: Johny101010 on October 16, 2017, 11:54:16 PM
Use the -di argument to specify which cards you want active. So -di 0,3 will have only GPU 0&3 mining.
Do the same thing for Zcash if you are using claymore.


Title: Re: Help edit bat file
Post by: universalresonance on October 16, 2017, 11:59:04 PM
Use the -di argument to specify which cards you want active. So -di 0,3 will have only GPU 0&3 mining.
Do the same thing for Zcash if you are using claymore.


THAT WORKED. thank you so much !!!