Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v2.1
by
melloyellow
on 08/11/2016, 17:17:06 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?

This is not setting the environment variables either.  He forgot the set or setx before each of the first 5 lines.  "set" sets the environment variable for the current shell and "setx" sets it permanently for any shell, but you'll need to run it again if you use setx because it does not set it for the current shell.  So write "set" before the GPU....stuff and you're good to go.  I like to use "setx" with those commands in a separate bat and not set them everytime I start mining.