From 46f5e24fa4130ba125d5963d5ed10106557c67b7 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Mon, 17 Nov 2025 14:37:09 +0100 Subject: [PATCH] docs: remove outdated configuration details --- README.md | 8 -------- doc/configuration-file.md | 13 ++----------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index af84ef5..724495b 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,6 @@ Create a file named `palladium.conf` in the appropriate directory for your opera **Complete Configuration Guide:** For detailed configuration instructions, network-specific settings, security best practices, and complete configuration examples, please refer to our comprehensive configuration guide: **[Palladium Configuration File Documentation](doc/configuration-file.md)** -This guide covers: -- ✅ Complete configuration examples for mainnet, testnet, and regtest -- ✅ Security best practices and RPC configuration -- ✅ Network-specific settings and port configurations -- ✅ Advanced options and performance tuning -- ✅ Troubleshooting common configuration issues -- ✅ Unified configuration file with network sections - ## Building from Source ### Docker Build (Recommended) diff --git a/doc/configuration-file.md b/doc/configuration-file.md index 5694765..8d3ed96 100644 --- a/doc/configuration-file.md +++ b/doc/configuration-file.md @@ -297,8 +297,8 @@ addnode=173.212.224.67:2333 # These override mainnet settings when using testnet # Testnet ports -port=18333 -rpcport=18332 +port=12333 +rpcport=12332 maxconnections=25 # Testnet RPC (different credentials recommended) @@ -374,15 +374,6 @@ debug=qt # GUI operations debug=mempool # Memory pool operations ``` -## Migration from Bitcoin Core - -If you're migrating from Bitcoin Core, note these key differences: - -- Default ports are different (2333/2332 vs 8333/8332) -- Network magic bytes are different -- Genesis block is different -- Some RPC methods may have different implementations - ## Additional Resources - [Palladium Core RPC Documentation](JSON-RPC-interface.md)