Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v12.6 (Windows/Linux)
by
mistercoin
on 30/09/2017, 21:23:54 UTC
anyone got luck with rx 550  mining on this.

here is what i have in my bat file
GPU_FORCE_64BIT_PTR 1
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool ssl://us-east.equihash-hub.miningpoolhub.com:20570 -zwal skyline88908.new2 -zpsw x

it just closes any help would be awesome

In your batch file you need to change the first bit to:

Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool ssl://us-east.equihash-hub.miningpoolhub.com:20570 -zwal skyline88908.new2 -zpsw x

without the 'setx' the batch file tries to run GPU_FORCE.... as the starting command.

Cheers,

--Mistercoin