Bitcoin Forum
May 27, 2024, 09:23:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.9 (Windows/Linux) on: August 02, 2018, 12:46:26 AM
Hi I've been using Claymore's Miner v9.x for a year or so now with Windows, AMD RX480, & Ethermine.

Recently the miner stopped working with the following error (continuously):
Code:
Pool sent wrong data, cannot set epoch, disconnectETH: Connection lost, retry in 20 sec...

I did some searching and figured out I just need to update my miner to v11.9.

The only issue now is I can't figure out how to make the start.bat file I created work correctly. I Run the start.bat file and it pops up a CMD explorer window briefly saying it is saving the values then it immediately closes.

My original v9.x start.bat file looked like this:
Code:
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
EthDcrMiner64.exe -epool us1.ethermine.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

New start.bat v11.9 file:
Code:
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
./ethdcrminer64 -epool us1.ethpool.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

I know I'm doing something wrong with the .bat file. I just don't know what. As mentioned when I run it the window briefly pops up saying the values are saved then is closes. Tried messing with it a little but no luck, format when saving ANSI.

Halp!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!