Commit Graph

12 Commits

Author SHA1 Message Date
72d95f1a48 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
2026-02-09 00:22:15 +01:00
064f8a79d1 Update README.md 2026-01-22 13:14:02 +01:00
0347078a52 Update README.md 2026-01-22 10:54:42 +01:00
ca7b83d1b9 Feat: automate Docker image build with docker-compos 2026-01-22 09:20:12 +01:00
7c3a8712b1 Add Linux configuration instructions for Docker connectivity to Palladium node 2025-11-28 19:24:09 +01:00
9000278f17 feat: add complete Palladium testnet support to ElectrumX
This commit implements full support for both Palladium mainnet and testnet
networks in ElectrumX, allowing users to switch between them via configuration.

Changes:
- Dockerfile: Fixed coin class registration by adding Palladium classes
  directly to coins.py instead of using external imports (avoids circular
  dependency). Both /usr/local/lib and /electrumx/src files are patched.
  Added required TX_COUNT, TX_COUNT_HEIGHT, TX_PER_BLOCK attributes.

- README.md: Updated with comprehensive network support documentation
  including network comparison table, step-by-step switching instructions,
  testnet-specific information, and corrected COIN/NET usage.

- docker-compose.yml: Configured for testnet with proper COIN and NET
  environment variables. Added clear comments for mainnet/testnet switching.

Network Configuration:
- Mainnet: COIN="Palladium" NET="mainnet" port 2332
- Testnet: COIN="Palladium" NET="testnet" port 12332
  (Note: COIN value is always "Palladium" for both networks)

Tested successfully with Palladium testnet node - synced 6,576 blocks
and serving on TCP:50001 and SSL:50002.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 13:24:42 +01:00
54b434d33f Add testnet support for palladium electrumx server
Add PalladiumTestnet class with testnet-specific configurations including ports, address prefixes, and genesis hash. Update docker-compose.yml with clear network configuration comments and documentation in README.md explaining how to switch between mainnet and testnet.
2025-11-28 12:32:12 +01:00
21cab9492e docs: update README with new repository link and docker instructions
Update the Palladium Full Node repository link and improve Docker Compose configuration details.
Add note about host.docker.internal usage and clarify exposed ports for ElectrumX.
2025-10-15 14:07:11 +02:00
036762aa98 docs: add system architecture requirement to README 2025-10-05 18:16:52 +02:00
0ba260d0e7 docs: update docker compose commands in README
The commands were updated to use the newer 'docker compose' syntax instead of the deprecated 'docker-compose' form.
2025-10-05 18:13:53 +02:00
1015bbe433 update README.md 2025-09-26 16:07:30 +02:00
948ede6a75 Initial commit 2025-09-26 13:43:12 +02:00