-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Beacon node is unable to sync and start_slot is always 0
Version
using docker image: latest or v2.2.0
Present Behavior
curl --location --request GET 'http://localhost:5052/lighthouse/syncing'
its always responding
{
"data": "Stalled"
}
and is at start_slot 0
{
"data": {
"SyncingFinalized": {
"start_slot": "0",
"target_slot": "3543488"
}
}
}
Expected Behaviour
start_slot should increase
Steps to resolve
For simple reproducing:
docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse lighthouse --network mainnet beacon --http --http-address 0.0.0.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working