Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.7 (Windows/Linux)
by
dvz35
on 01/08/2019, 14:41:30 UTC
If you have problems with 4GB AMD cards, make sure that you set environment variables correctly. Also try to set them system-wide (for example as described here https://docs.oracle.com/en/database/oracle/r-enterprise/1.5.1/oread/creating-and-modifying-environment-variables-on-windows.html) and reboot to apply them.
GPU_MAX_HEAP_SIZE must be 100
GPU_SINGLE_ALLOC_PERCENT must be 100
GPU_MAX_ALLOC_PERCENT must be 100

check. dont work
TIMEOUT 40
@echo off
set GPU_FORCE_64BIT_PTR=0
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
@echo on

EthDcrMiner64.exe -epool eu2.ethermine.org:4444 -ewal 0x5B52e30Cd4a84Fb4 -eworker test -epsw x -mode 1 -r 1 -dbg -1 -mport 0 -etha 0 -retrydelay 3 -ftime 25 -strap 1 -rxboost 1

pause