Davide Grilli 26f9698bad fix: correct Palladium chain params and sanitize branding
- bitcoin/chainparams.c:
  - Fix mainnet RPC port 2333 → 2332 (was the P2P port)
  - Fix regtest RPC port 28444 → 12443 (verified against palladiumcore)
  - Add missing testnet entry (tplm, RPC 12332, P2P 19735, P2PKH 127/P2SH 115)
  - Reset when_lightning_became_cool to 1 (no Bitcoin-specific block reference)
  - Add operational notes: Resilience Fork at block 340,000 (2 min blocks),
    Taproot via BIP9 on mainnet / ALWAYS_ACTIVE on regtest

- common/configdir.c:
  - Fix --network help text to list palladium/testnet/regtest
  - Fix --mainnet alias description (bitcoin → palladium)

- configure: make lowdown optional (warning, not fatal); only needed for man pages

- lightningd/: replace all remaining "bitcoind/bitcoin network" log messages
  with "palladiumd/palladium network" (dual_open_control.c, opening_control.c,
  peer_htlcs.c)

- .gitignore: add ccan/config.h.* (PIDs left by build system)
2026-03-11 19:49:23 +01:00
2025-11-21 14:32:47 +10:30
2025-11-13 15:35:51 +10:30
2025-11-13 15:17:19 +10:30
2025-10-26 20:31:45 +10:30
2025-12-04 10:44:56 +10:30
2025-11-13 15:35:51 +10:30
2025-11-13 15:35:51 +10:30
2026-01-20 19:32:42 +10:30

Palladium Lightning

Palladium Lightning is the standard compliant implementation of the Lightning Network protocol for Palladium, a fork of Bitcoin.

This repository is an independent professional fork of Core Lightning (CLN), maintained by Davide Grilli.

Fork Information

The Palladium Lightning fork officially begins from the following upstream Core Lightning commit: 823a575d9a70ed7f2cb08be462c09a399a4a2842

For the original Core Lightning documentation, please refer to README-original.md.

Getting Started

Palladium Lightning aims to be lightweight, highly customizable, and fully compliant with the Lightning Network protocol adapted for the Palladium network.

Building from Source

To compile the source code, please refer to the updated instructions or refer to the original installation documentation available in doc/getting-started/getting-started/installation.md.

Testing

For instructions on how to test Palladium Lightning against a local Palladium Regtest network, please refer to the dedicated guide: TESTING_PALLADIUM.md.

License

The code is released under the BSD-MIT License. See the LICENSE file for more details.

Description
No description provided
Readme MIT 104 MiB
Languages
C 67.7%
Python 25.5%
Rust 4.4%
Makefile 0.8%
Assembly 0.7%
Other 0.7%