More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Claymore - no address specified - ignore

I have configured wallet.

/hive/claumore has
config_global.txt and epools.txt

POOL: eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x

epools.txt in ./latest and all others dir has

eth-eu1.nanopool.org:9999, WALLET: 0x8e0e6DDE09079c83D8554A50159418340397/asus_19/[email protected], PSW: x

But I have got the error


no address specified - ignore
no address specified - ignore
ETH: No pools specified! Specify at least one valid pool in "-epool" parameter.

claymore exited, waiting to cooldown a bit

You need to check

  1. Correct address in %EWAL% field/macro
  2. Correct email in %EMAIL% field/macro
  3. Correct epool.txt field
    such as

POOL: eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x
POOL: eth-eu2.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x
POOL: eth-us-east1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x

use miner config to check and diag your config

Sets from webadmin:

eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x

cat /hive/claymore/latest/epools.txt - I think it is correct


eth-eu1.nanopool.org:9999, WALLET: 0x8e0e6D3D8554A5045A0159418340397/photographer_asus_19/[email protected], PSW: x

cat /hive/claymore/epools.txt - it looks correct too


#POOL: daggerhashimoto.eu.nicehash.com:3353, WALLET: 33v4eKxAeJxgBEURuvjiYDhBPfRap4K8Lf.worker, PSW: x, ESM: 3, ALLPOOLS: 1
POOL: eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x

It looks Claymore does not use one of them when the rig starts/boot.
I have run Claymore from CLI and it still works.

You are wrong. Let’ s make things simple, don’t try make it hard.

Click button “Config” below current miner (rig control panel from web) or execute from Linux Shell Execute miner config. And you will see actual config.

As far as I see you make a mistake. Your epool.txt are incorrect because from web you don’t write phrase “POOL:”. Look what I’m wrote before and compare with yourth.

I have found the mistake.
There /hive-config/wallet.conf
was

#claymore
EPOOLS_TPL="eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x"

must be

#claymore
EPOOLS_TPL="POOL: eth-eu1.nanopool.org:9999, WALLET: %EWAL%/%WORKER_NAME%/%EMAIL%, PSW: x"

I had configured wallet through www incorrectly. It was my mistake.

P.S.
I prefer a console than an graphical interface :slight_smile:

Closed