docs: remove outdated configuration details
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user