Skip to content

using localhost geth but "sync can take longer when using remote eth1 nodes" #2452

@newearthmartin

Description

@newearthmartin

Description

Lighthouse says sync can take longer when using remote eth1 nodes, service: slot_notifier even though I'm running lighthouse and geth on the same computer.

Version

v1.4.0-3b600ac

Present Behaviour

i'm running lighthouse with argument --eth1-endpoints http://127.0.0.1:8545. However in the logs it says it is going slower because I'm using a remote eth1 node

Jul 13 11:12:17.001 INFO Syncing                                 est_time: 1 day 1 hrs, speed: 17.33 slots/sec, distance: 1583955 slots (31 weeks 2 days), peers: 21, service: slot_notifier
Jul 13 11:12:17.001 WARN Syncing eth1 block cache                est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier
Jul 13 11:12:29.000 INFO Syncing                                 est_time: 1 day 8 hrs, speed: 13.33 slots/sec, distance: 1583828 slots (31 weeks 2 days), peers: 22, service: slot_notifier
Jul 13 11:12:29.000 WARN Syncing eth1 block cache                est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier
Jul 13 11:12:41.000 INFO Syncing                                 est_time: 1 day 5 hrs, speed: 14.67 slots/sec, distance: 1583765 slots (31 weeks 2 days), peers: 21, service: slot_notifier
Jul 13 11:12:41.001 WARN Syncing eth1 block cache                est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier
Jul 13 11:12:53.000 INFO Syncing                                 est_time: 4 days 13 hrs, speed: 4.00 slots/sec, distance: 1583766 slots (31 weeks 2 days), peers: 24, service: slot_notifier
Jul 13 11:12:53.001 WARN Syncing eth1 block cache                est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier
Jul 13 11:13:05.000 INFO Syncing                                 est_time: 4 days 13 hrs, speed: 4.00 slots/sec, distance: 1583767 slots (31 weeks 2 days), peers: 24, service: slot_notifier
Jul 13 11:13:05.001 WARN Syncing eth1 block cache                est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier

Maybe the message means something else?
Note: The geth node is not fully synced, but near (I didnt run it in a few days).

Expected Behaviour

The eth1 node is not remote so the message should be different.

Metadata

Metadata

Assignees

Labels

questionUser question (not actionable)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions