Skip to content

No Pepecoin support: peppool.space is a mempool fork sitting unused #20

Description

@oritwoen

Wanted to check a live Pepecoin prize (Pu5spyDwNEQxmWLkUHv779AWNkpMdQ29SZ) and both tools bounced. chains_lookup("pepecoin") is Unsupported chain. explorers_balance is Unknown chain: pepecoin. Ended up curling peppool.space by hand.

peppool.space is a mempool.space fork. GET /api/address/<addr> returns the same chain_stats / mempool_stats shape Litecoin already uses on litecoinspace.org. For that address just now: funded_txo_sum 5000998512000, spent_txo_sum 5000998512000. Those funded/spent sums are the prize amounts. The named balance field on pepecoinexplorer is junk. /api/v1/address is a 404 (The route api/v1/address/… could not be found.), same trap as guessing an etherscan-style path and reading it as zero.

Litecoin already generalized the mempool provider over CHAIN_BASES. Pepecoin is that same row: a chain class (P… addresses, PEP) plus pepecoin: "https://peppool.space" next to bitcoin/litecoin. Crypto bounty hunts keep landing on PEP addresses and right now the library pretends the chain does not exist.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions