Skip to content

CI job to fetch stale blocks from mempool-space API each night #55

@0xB10C

Description

@0xB10C

mempool-space has an API for stale blocks: https://mempool.space/api/blocks/stale

Probably makes sense to fetch them, convert the JSON into a CSV file, and open a PR for the ones that we don't yet know about.

Since mempool.space runs multiple servers, it might make sense to fetch from all of them in a single run. I think they don't share information about stale blocks between servers.

e.g.

https://node208.va1.mempool.space/api/blocks/stale
https://node204.fra.mempool.space/api/blocks/stale

See more listed on https://mempool.space/lightning/group/the-mempool-open-source-project

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