0
Answered

Claymore Config fail

bland generic name 7 years ago updated by hiepcao 7 years ago 3

Hi there,


I've just decided to move here from Nanopool to mine some ETH.


I've been using Claymore miner happily on nanopool so thought I'd continue that way, however when testing my config I'm getting an error message when trying to mine:


ETH: Authorization failed
: {"result":false,"error":null,"id":2}
Stratum - reading socket failed, disconnect
ETH: Job timeout, disconnect, retry in 20 sec...

My config file looks like this:


#!/bin/sh
export GPU_MAX_ALLOC_PERCENT=100
./ethdcrminer64 -epool eth.coinfoundry.org:3072 -ewal 0x00bfd79d35d6a65b6c7143de6560070f407a302c/Miner01 -epsw x -esm 3 -mode 1 -allpools 1 -tt 68

any thoughts on where I've gone wrong? I'm a bit of a noob so I'm guessing it's a fairly basic mistake.

+1
Answered

You need a dot between your wallet and the worker (Miner01), not a slash (/).

Thanks, knew it would be something stupid.

you should config

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 eth.coinfoundry.org:3072 -esm 3 -ewal your_wallet.your_worker -epsw x -mode 1 -allcoins 1 -allpools 1

good luck