-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid auth token #359
Comments
Hi there! which clients are you using |
Hi im using I believe this one seems to be a problem with lighthouse communicating with the brain |
Can you share the logs from the validator lighthouse holesky service? |
Also what do you mean by Try re-selecing your clients in the stakers UI |
Sep 27 16:20:54.001 INFO Connected to beacon node(s) synced: 1, available: 1, total: 1, service: notifier
Sep 27 16:20:54.001 INFO No validators present msg: see `lighthouse vm create --help` or the HTTP API documentation, service: notifier
Sep 27 16:21:06.000 INFO Connected to beacon node(s) synced: 1, available: 1, total: 1, service: notifier
Sep 27 16:21:06.000 INFO No validators present msg: see `lighthouse vm create --help` or the HTTP API documentation, service: notifier |
version: '3.5'
services:
beacon-chain:
container_name: DAppNodePackage-beacon-chain.lighthouse-holesky.dnp.dappnode.eth
environment:
- LOG_LEVEL=info
- CHECKPOINT_SYNC_URL=https://checkpoint-sync-holesky.dappnode.io
- EXTRA_OPTS=--target-peers=50
- FEE_RECIPIENT_ADDRESS
- CORSDOMAIN=http://lighthouse-holesky.dappnode
- _DAPPNODE_GLOBAL_MEVBOOST_HOLESKY=true
image: beacon-chain.lighthouse-holesky.dnp.dappnode.eth:0.1.4
logging:
driver: json-file
options:
max-size: 10m
max-file: '3'
networks:
dncore_network:
aliases:
- beacon-chain.lighthouse-holesky.dappnode
- beacon-chain.holesky.dncore.dappnode
holesky_network:
aliases:
- beacon-chain.holesky.staker.dappnode
ports:
- '9604:9604'
- 9604:9604/udp
restart: unless-stopped
security_opt:
- seccomp:unconfined
volumes:
- /media/ssd/beacon-data:/root/.lighthouse
labels:
dappnode.dnp.dnpName: lighthouse-holesky.dnp.dappnode.eth
dappnode.dnp.version: 0.1.4
dappnode.dnp.serviceName: beacon-chain
dappnode.dnp.dependencies: '{}'
dappnode.dnp.avatar: /ipfs/QmU89HuSamscTXZnYLm11Gj2a9jfP1zSZUXuHbUpaHXoP7
dappnode.dnp.chain: >-
{"driver":"ethereum-beacon-chain","serviceName":"beacon-chain","portNumber":3500}
dappnode.dnp.isCore: 'false'
dappnode.dnp.default.environment: >-
["LOG_LEVEL=info","CHECKPOINT_SYNC_URL=https://checkpoint-sync-holesky.dappnode.io","EXTRA_OPTS=--target-peers=50","FEE_RECIPIENT_ADDRESS","CORSDOMAIN=http://lighthouse-holesky.d>
dappnode.dnp.default.ports: '["9604:9604","9604:9604/udp"]'
dappnode.dnp.default.volumes: '["beacon-data:/root/.lighthouse"]'
validator:
container_name: DAppNodePackage-validator.lighthouse-holesky.dnp.dappnode.eth
environment:
- LOG_LEVEL=info
- GRAFFITI=validating_from_DAppNode
- EXTRA_OPTS
- FEE_RECIPIENT_ADDRESS=0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8
- ENABLE_DOPPELGANGER=true
- _DAPPNODE_GLOBAL_MEVBOOST_HOLESKY=true
image: validator.lighthouse-holesky.dnp.dappnode.eth:0.1.4
logging:
driver: json-file
options:
max-size: 10m
max-file: '3'
networks:
dncore_network:
aliases:
- validator.lighthouse-holesky.dappnode
- validator.holesky.dncore.dappnode
holesky_network:
aliases:
- validator.holesky.staker.dappnode
restart: unless-stopped
security_opt:
- seccomp:unconfined
volumes:
- /media/ssd/validator-data:/root/.lighthouse/validators
labels:
dappnode.dnp.dnpName: lighthouse-holesky.dnp.dappnode.eth
dappnode.dnp.version: 0.1.4
dappnode.dnp.serviceName: validator
dappnode.dnp.dependencies: '{}'
dappnode.dnp.avatar: /ipfs/QmU89HuSamscTXZnYLm11Gj2a9jfP1zSZUXuHbUpaHXoP7
dappnode.dnp.chain: >-
{"driver":"ethereum-beacon-chain","serviceName":"beacon-chain","portNumber":3500}
dappnode.dnp.isCore: 'false'
dappnode.dnp.default.environment: >-
["LOG_LEVEL=info","GRAFFITI=validating_from_DAppNode","EXTRA_OPTS","FEE_RECIPIENT_ADDRESS=0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8","ENABLE_DOPPELGANGER=true","_DAPPNODE_GLOBAL>
networks:
dncore_network:
external: true
holesky_network:
external: true |
Should be fixed by #361 |
Describe the bug
The Ethereum validator detects no valid validators, although the keys are load onto the web3signer.
To Reproduce
Dappnode OS is installed
The validator docker storage location was changed.
The web3signer brain shows this error message.
Expected behavior
Validator and web3signer should be able to communicate. I tried to restart the containers, but still the same.
The text was updated successfully, but these errors were encountered: