Fix Dogecoin prune size to match actual configuration
- Update prune size from 2GB to 2.2GB throughout docs - Change prune=2000 to prune=2200 to match make dogecoin-config - Update wallet name to mps_wallet to match actual configuration
This commit is contained in:
parent
18a9dfae4c
commit
92ffb0630b
2 changed files with 14 additions and 14 deletions
|
|
@ -91,13 +91,13 @@ Monero Wallet RPC Performance
|
|||
Dogecoin Core Performance
|
||||
-------------------------
|
||||
|
||||
**Configuration**: Pruned mode with 2GB limit
|
||||
**Configuration**: Pruned mode with 2.2GB limit
|
||||
|
||||
**Process Details**:
|
||||
::
|
||||
|
||||
Command: dogecoind
|
||||
Config: prune=2000 (2GB blockchain storage limit)
|
||||
Config: prune=2200 (2.2GB blockchain storage limit)
|
||||
|
||||
**Resource Usage**:
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ Dogecoin Core Performance
|
|||
1. Requires ~4GB RAM during initial sync
|
||||
2. Settles to ~160MB active memory after sync
|
||||
3. Higher CPU usage due to blockchain validation
|
||||
4. Pruned mode saves 96% disk space (2GB vs 50GB)
|
||||
4. Pruned mode saves 96% disk space (2.2GB vs 50GB)
|
||||
5. Stable for extended production use
|
||||
|
||||
Resource Requirements Summary
|
||||
|
|
@ -124,7 +124,7 @@ Development Environment
|
|||
**Minimum Requirements**:
|
||||
|
||||
- **Monero (Remote Node)**: 512MB RAM, no disk space
|
||||
- **Dogecoin (Pruned)**: 4GB RAM, 2GB disk space
|
||||
- **Dogecoin (Pruned)**: 4GB RAM, 2.2GB disk space
|
||||
|
||||
**Recommended**:
|
||||
|
||||
|
|
@ -177,7 +177,7 @@ Dogecoin Optimization
|
|||
::
|
||||
|
||||
# In dogecoin.conf
|
||||
prune=2000 # Minimum for wallet functionality
|
||||
prune=2200 # Minimum for wallet functionality
|
||||
|
||||
# Can increase for better performance
|
||||
prune=5000 # 5GB limit
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
## Overview
|
||||
|
||||
Make Post Sell's Dogecoin integration provides fast, low-cost cryptocurrency payments using **Dogecoin Core in pruned mode** - delivering full hot wallet functionality with minimal infrastructure requirements (2GB vs 50GB blockchain storage).
|
||||
Make Post Sell's Dogecoin integration provides fast, low-cost cryptocurrency payments using **Dogecoin Core in pruned mode** - delivering full hot wallet functionality with minimal infrastructure requirements (2.2GB vs 50GB blockchain storage).
|
||||
|
||||
**Dogecoin Advantages:**
|
||||
|
||||
- ✅ **Ultra-low fees** - Perfect for small payments (~$0.001 transaction fees)
|
||||
- ✅ **Fast confirmations** - 1-minute blocks for quick transaction settlement
|
||||
- ✅ **Pruned mode support** - Only 2GB storage vs 50GB full blockchain
|
||||
- ✅ **Pruned mode support** - Only 2.2GB storage vs 50GB full blockchain
|
||||
- ✅ **Strong community** - Excellent exchange support and liquidity
|
||||
- ✅ **Proven infrastructure** - Bitcoin-based technology with years of reliability
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ log.sweep_operation(payment, "DOGE auto-sweep successful", tx_hash, swept_amount
|
|||
**Resource Usage (Production Measurements):**
|
||||
- **RAM During Initial Sync**: ~4GB recommended
|
||||
- **RAM After Sync**: ~200MB active memory usage (158MB RSS)
|
||||
- **Disk Space**: ~2GB for pruned mode (vs 50GB+ for full node)
|
||||
- **Disk Space**: ~2.2GB for pruned mode (vs 50GB+ for full node)
|
||||
- **Network**: Good peer connectivity for blockchain sync
|
||||
- **Sync Time**: 2-4 hours for pruned mode
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ make dogecoin-config
|
|||
```
|
||||
|
||||
This creates `~/.dogecoin/dogecoin.conf` with:
|
||||
- Pruned mode (2GB storage limit)
|
||||
- Pruned mode (2.2GB storage limit)
|
||||
- RPC server configuration
|
||||
- Reliable peer connections
|
||||
- Hot wallet setup
|
||||
|
|
@ -238,10 +238,10 @@ rpcallowip=127.0.0.1
|
|||
rpcport=22555
|
||||
|
||||
# Pruned mode for minimal storage
|
||||
prune=2000
|
||||
prune=2200
|
||||
|
||||
# Specific wallet for isolation
|
||||
wallet=make_post_sell_production_wallet
|
||||
wallet=mps_wallet
|
||||
```
|
||||
|
||||
**Network Security:**
|
||||
|
|
@ -382,7 +382,7 @@ maxmempool=50
|
|||
dbcache=512
|
||||
|
||||
# Pruned mode with optimal size
|
||||
prune=2000
|
||||
prune=2200
|
||||
|
||||
# Network optimization
|
||||
addnode=seed.dogechain.info
|
||||
|
|
@ -403,7 +403,7 @@ CREATE INDEX idx_crypto_payment_doge_created ON mps_crypto_payment(created_at) W
|
|||
If maximum decentralization is required:
|
||||
|
||||
```ini
|
||||
# Full node configuration (removes prune=2000)
|
||||
# Full node configuration (removes prune=2200)
|
||||
server=1
|
||||
daemon=1
|
||||
rpcuser=secure_user
|
||||
|
|
@ -464,7 +464,7 @@ Dogecoin integration in Make Post Sell provides a fast, cost-effective payment s
|
|||
|
||||
- **Ultra-low costs** - Perfect for micro-payments and small transactions
|
||||
- **Fast confirmations** - 1-minute blocks for quick customer experience
|
||||
- **Minimal infrastructure** - 2GB pruned mode vs 50GB full blockchain
|
||||
- **Minimal infrastructure** - 2.2GB pruned mode vs 50GB full blockchain
|
||||
- **Proven reliability** - Bitcoin-based technology with years of testing
|
||||
- **Strong ecosystem** - Excellent exchange support and community backing
|
||||
- **Production-ready** - Comprehensive testing and monitoring capabilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue