Skip to content

[Bug] genesis.json for bbn-1 is missing / returns 404 on official links #528

Description

@Ivanbox-git

Title: [Bug] genesis.json for bbn-1 is missing / returns 404 on official links

Description:
Currently, it is impossible to initialize a new node for the bbn-1 network. The official GitHub repository and all known major mirrors (Nodejumper, Polkachu, ITRocket, KJNodes) are either returning a 404 error, a 0-byte file, or an HTML access-denied page when trying to download genesis.json.

Steps to reproduce:

  1. Try to download the file using the official URL or mirrors:
    wget -O genesis.json https://github.com/babylonlabs-io/networks/raw/main/bbn-1/network-artifacts/genesis.json
  2. Result: HTTP request sent, awaiting response... 404 Not Found.
  3. If the file is downloaded from a mirror, it downloads an HTML error page (~13KB).
  4. Running babylond start fails immediately with:
    panic: failed to parse chain-id from genesis file: EOF or invalid character '<' looking for beginning of value.

Expected behavior:
The actual ~31MB genesis.json file should be available for direct download to allow new validators to initialize and sync their nodes. Could you please update the repository or provide a working, direct download link?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions