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.
Wanted to check a live Pepecoin prize (
Pu5spyDwNEQxmWLkUHv779AWNkpMdQ29SZ) and both tools bounced.chains_lookup("pepecoin")isUnsupported chain.explorers_balanceisUnknown chain: pepecoin. Ended up curling peppool.space by hand.peppool.space is a mempool.space fork.
GET /api/address/<addr>returns the samechain_stats/mempool_statsshape Litecoin already uses on litecoinspace.org. For that address just now:funded_txo_sum5000998512000,spent_txo_sum5000998512000. Those funded/spent sums are the prize amounts. The namedbalancefield on pepecoinexplorer is junk./api/v1/addressis 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) pluspepecoin: "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.