Commit Graph

6 Commits

Author SHA1 Message Date
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