Commit Graph

12 Commits

Author SHA1 Message Date
eab66b6c3e Rename BitcoinTestnet to PalladiumTestnet and update params
Update testnet constants to reflect Palladium-specific values including WIF prefix, address types, and segwit HRP. Also updates checkpoints for Palladium testnet chain.
2025-12-01 16:17:29 +01:00
424cc4265d Update testnet server and lightning node configurations
Remove multiple testnet servers and lightning nodes, keeping only one server entry
Empty fallback_lnnodes.json as all previous entries were removed
2025-12-01 10:46:06 +01:00
b896c7cd6a Remove deprecated bitcoin mainnet configuration files and update tests to use Palladium network 2025-11-27 18:38:36 +01:00
cc25276e6c Remove deprecated network configurations and related files for testnet4, signet, and mutinynet 2025-11-27 15:09:34 +01:00
912f610e26 Add support for LWMA chains by skipping pow validation
Add SKIP_POW_DIFFICULTY_VALIDATION flag to AbstractNet for chains using custom difficulty algorithms like LWMA. Update blockchain.py to skip pow validation when flag is set, relying on server validation and checkpoints instead. Also update Palladium checkpoints.
2025-11-20 16:32:11 +01:00
823454f825 Add palladium chain configuration files
Add initial configuration files for Palladium chain including servers, checkpoints, and fallback nodes.
Update constants to use Palladium as default network and rename PalladiumMainnet to Palladium for consistency.
2025-11-20 16:03:48 +01:00
f321x
348ca667ca contants: add support for mutinynet signet
Adds the mutinynet signet (https://github.com/MutinyWallet/mutiny-net/)
to the supported networks so it's possible to
use it with Electrum. Mutinynet is similar to signet, except for a
shorter block interval (30 sec), a nice faucet
(faucet.mutinynet.com) and some extra features in its core fork.
It also has some lightning network nodes, see
the mempool instance on mutinynet.com.
2025-08-14 15:59:11 +02:00
SomberNight
1355f849c3 constants.py: reorganise file hierarchy in chains/ 2025-05-29 15:31:27 +00:00
SomberNight
400934b771 network: hardcoded servers: add a few more 2025-05-29 15:02:04 +00:00
SomberNight
5e2c52081d update block header checkpoints 2025-05-29 15:02:01 +00:00
f321x
2c67ed8491 update mainnet ln fallback nodes 2025-02-04 09:43:40 +01:00
SomberNight
9bef4a5322 constants: move mainnet/testnet/regtest-specific json files to chains/
note: I find "chains" less ambiguous than "networks" or "net".
Though the codebase already uses "net"/"network" for the same meaning,
e.g. see `electrum.constants.net` or the `getinfo` cmd dict containing a "network" key.. :/
2025-01-27 13:40:41 +00:00