6 Commits

Author SHA1 Message Date
2ed5c746a9 Add Palladium seed peers and enable peer discovery 2026-02-13 08:49:31 +01:00
3ce18c9860 Fix PEER_DEFAULT_PORTS to match actual ElectrumX service ports 2026-02-13 00:56:17 +01:00
5cc3dcacc8 Use coins_plm.py as single source of truth for ElectrumX patch
- Remove inline Palladium coin definition from Dockerfile.electrumx
  and COPY coins_plm.py instead, reducing duplication
- Add TX_COUNT/TX_COUNT_HEIGHT/TX_PER_BLOCK to coins_plm.py with
  real chain data (457478 txs at height 382404)
- Update entrypoint.sh to fetch live TX stats from palladiumd at
  container startup, keeping sync estimates accurate automatically
2026-02-13 00:50:41 +01:00
5b550f3245 Clear inherited checkpoints and update to mainnet config
Remove inherited Bitcoin checkpoints from Palladium coin definition to prevent
validation issues.
2025-11-28 13:49:04 +01:00
54b434d33f Add testnet support for palladium electrumx server
Add PalladiumTestnet class with testnet-specific configurations including ports, address prefixes, and genesis hash. Update docker-compose.yml with clear network configuration comments and documentation in README.md explaining how to switch between mainnet and testnet.
2025-11-28 12:32:12 +01:00
ca50eb44a2 Add ElectrumX patch with Palladium coin clas 2025-09-26 16:18:12 +02:00