reth
reth copied to clipboard
After full Sync, no further synchornization processed.
Describe the bug
lighthouse + RET , Running with testnet sepolia, after full sync, no further synchronization took place.
Steps to reproduce
steps to reproduce:
- run: RUST_LOG=info reth node --authrpc.jwtsecret /*/JWT/jwtsecret --chain sepolia --ws --ws.api=eth,web3,net,txpool --http --http.api=eth,web3,net,txpool --http.addr="0.0.0.0" --http.port=8545 --ws.addr="0.0.0.0" --ws.port=8546 --metrics 127.0.0.1:9001
- run: lighthouse bn --network sepolia --execution-endpoint http://localhost:8551 --execution-jwt /*/ETHclient/JWT/jwtsecret --checkpoint-sync-url https://checkpoint-sync.sepolia.ethpandaops.io --disable-deposit-contract-sync --metrics --metrics-port 9092 --metrics-address 127.0.0.1
- let finish full sync.
- After full sync no further synchronization LightouseLog.txt RethLog.txt
PC Setup:
- CPU - Intel® Core™ i7-9700K CPU @ 3.60GHz × 8
- RAM - 16,0 GiB
- Disk 2,5 T NVMe
- OS Ubuntu 22.04.2 LTS
Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
Ubuntu 22.04.2 LTS
Code of Conduct
- [X] I agree to follow the Code of Conduct
try_insert_block{block=(3688564, 0x263e7c5e9c62ddd7377ac75db0533f5eadd17cd97e974e069d63879628c500b4)}: Status connected_peers=11 stage=None checkpoint=3685210
@Rjected looks like there's something wrong with the pipeline trigger
how do I run that command?
On Wed, 14 Jun 2023 at 14:21, Matthias Seitz @.***> wrote:
try_insert_block{block=(3688564, 0x263e7c5e9c62ddd7377ac75db0533f5eadd17cd97e974e069d63879628c500b4)}: Status connected_peers=11 stage=None checkpoint=3685210
@Rjected https://github.com/Rjected looks like there's something wrong with the pipeline trigger
— Reply to this email directly, view it on GitHub https://github.com/paradigmxyz/reth/issues/3137#issuecomment-1591086866, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIS632XFNLPYPILSXC45P2DXLGUEDANCNFSM6AAAAAAZF4YCLA . You are receiving this because you authored the thread.Message ID: @.***>
@MarcelCiernik is this still an issue on alpha / latest main? do you mean that the metrics on the grafana are no longer updating (#2199)? or does the chain not grow?
@MarcelCiernik closing optimistically - please re-open if this is still a problem in latest alpha, or if you have more context you can share w/ us!!