Davide Grilli 11974a1169
Some checks failed
Coverage (Nightly) / Build with Coverage (push) Has been cancelled
Repro Build Nightly / Ubuntu repro build: focal (push) Has been cancelled
Repro Build Nightly / Ubuntu repro build: jammy (push) Has been cancelled
Repro Build Nightly / Ubuntu repro build: noble (push) Has been cancelled
Python API Docs (Nightly) / Generate Python API Documentation (push) Has been cancelled
Documentation (Nightly) / Generate Project Documentation (push) Has been cancelled
Publish Documentation Site / Generate Coverage Reports (push) Has been cancelled
Publish Documentation Site / Generate Python API Documentation (push) Has been cancelled
Publish Documentation Site / Generate Project Documentation (push) Has been cancelled
Coverage (Nightly) / Test (postgres) (push) Has been cancelled
Coverage (Nightly) / Test (sqlite) (push) Has been cancelled
Coverage (Nightly) / Generate Coverage Report (push) Has been cancelled
Publish Documentation Site / Deploy to GitHub Pages (push) Has been cancelled
feat: add Docker support for palladium-lightning node
- Dockerfile.palladium-lightning: multi-stage build (ubuntu:22.04)
  builder stage compiles lightningd from source with git submodules;
  runtime stage copies palladium-cli from palladium-node:local image
  (no Rust plugins, no cross-compilation, amd64 only)

- docker-compose.lightning.yml: joins external `palladium-net`, exposes
  port 9735 (P2P), connects to palladiumd:2332 via RPC using credentials
  from .env

- .env.example: template for PALLADIUM_RPCUSER / PALLADIUM_RPCPASSWORD

- .gitignore: add .env to prevent accidental credential commits
2026-03-11 20:43: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
2022-04-07 06:54:02 +09:30
2025-10-26 20:31:45 +10:30
2025-12-04 10:44:56 +10:30
2023-07-10 14:56:50 +09: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%