Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v2.1
by
Xardas2014
on 08/11/2016, 16:39:21 UTC
Gee thanks!

I ment setting it, I can copy it but where and how? In the enviromental window you must also write the path.. So does anyone understand my problem?


You need to create a bat file and put it in the same folder where the miner files are.

This is my bat file:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -r 2 -i 0 -tt 65 -ttli 75  -tstop 80 -fanmax 75 -fanmin 40 -dbg -1 -zpool us1-

zcash.flypool.org:3333 -zwal "your payment address" -zpsw x

do you know how to create a bat file?


Thank you very much!
Yes I know.But do I overwrite the start.bat or create a new one and name it anything? Oh, and since i'm from eu, what should I write ''-zpool us1'', coz eu1 doesn't work?
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool eu1-zcash.flypool.org:3333 -zwal "your payment address" -zpsw x

the other command line options in his .bat were for restart, temp controls/fan settings, and enabling debug, none of which might be of interest to you. In fact the -i 0 option does nothing as it is the default anyway.