Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v9.2 (Windows/Linux)
by
nu2mining
on 25/12/2016, 03:19:20 UTC
For Linux - Ubuntu - use this :

export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

make new file : run.sh
Code:
#!/bin/bash
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

sleep 20
./zecminer64
Note: change the run.sh Permission
Code:
chmod +x run.sh

 use any setting ( read the ReadMe!! file )
 Smiley i think this will help!!

thanks ill try that

any idea on AMD ADL?