Skip to content

Sync stalls on phase0 blocks with LH v2.2.0 #3147

@jdevcs

Description

@jdevcs

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions