Add integrated Palladium node and automate RPC credentials

- Integrate Palladium node (palladiumd) in separate Docker container
- Add automatic RPC credential detection from palladium.conf
- Eliminate manual credential synchronization between files
This commit is contained in:
2026-02-09 00:22:15 +01:00
parent 064f8a79d1
commit 72d95f1a48
10 changed files with 637 additions and 97 deletions

10
.gitignore vendored
View File

@@ -1,7 +1,11 @@
# ElectrumX data directory
/data/
# ElectrumX server data
/electrumx-data/
# Docker volumes and logs
# Palladium node data (keep only the config file)
/palladium-node-data/*
!/palladium-node-data/palladium.conf
# Logs
*.log
# IDE and editor files