Skip to content

Commit

Permalink
Fix issue #16
Browse files Browse the repository at this point in the history
Fix issue #16.
  • Loading branch information
DeadManWalkingTO authored Jun 20, 2018
1 parent 6d42f1e commit 454bfc6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ETHminerWatchDogDmW.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ rem ==================== Your Code Starts Here ====================
rem ==================== Your Code Starts Here ====================
rem ==================== Your Code Starts Here ====================

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

rem set NO_COLOR=Yes
set CUDA_DEVICE_ORDER=PCI_BUS_ID

ethminer.exe -RH -X --exit -S eu1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW -FS us1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW

rem ==================== Your Code Ends Here ====================
Expand All @@ -32,6 +23,14 @@ rem ========== PreStart ==========

rem Don't echo to standard output
@echo off
rem EthMiner Variables
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
setx CUDA_DEVICE_ORDER PCI_BUS_ID
rem set NO_COLOR=Yes
rem Make script variables local
setlocal
rem Set version info
Expand Down

0 comments on commit 454bfc6

Please sign in to comment.