Skip to content

Commit cc37481

Browse files
committed
add bruno's changes to my changes
1 parent 10dc550 commit cc37481

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

node-infrastructure/run-a-node/parachain-rpc.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RPC nodes serving production traffic require robust hardware:
2121
- **CPU**: 8+ cores (16+ cores for high traffic)
2222
- **Memory**: 64 GB RAM minimum (128 GB recommended for high traffic)
2323
- **Storage**:
24-
- Archive node: Storage varies by parachain. Using snapshots, system parachain totals are: Asset Hub (~1.2 TB), Bridge Hub (~1.1 TB), Collectives (~1 TB), People Chain (~900 GB), Coretime (~900 GB). For non-system parachains, check the [snapshot sizes](https://snapshots.polkadot.io/){target=\_blank} and add ~822 GB for the relay chain.
25-
- Pruned node: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
24+
- **Archive node**: Storage varies by parachain. Using snapshots, system parachain totals are: Asset Hub (~1.2 TB), Bridge Hub (~1.1 TB), Collectives (~1 TB), People Chain (~900 GB), Coretime (~900 GB). For non-system parachains, check the [snapshot sizes](https://snapshots.polkadot.io/){target=\_blank} and add ~822 GB for the relay chain
25+
- **Pruned node**: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
2626
- Fast disk I/O is critical for query performance
2727
- **Network**:
2828
- Public IP address
@@ -77,11 +77,11 @@ This guide uses **People Chain** as an example. To set up a different parachain,
7777
7878
System parachain details:
7979
80-
| System Parachain | Para ID | Chain Spec File | Snapshot Path |
81-
|--------------------|---------|----------------------------|---------------------------------------|
82-
| **Bridge Hub** | 1002 | `bridge-hub-polkadot.json` | `polkadot-bridge-hub-rocksdb-archive` |
83-
| **People Chain** | 1004 | `people-polkadot.json` | `polkadot-people-rocksdb-archive` |
84-
| **Coretime Chain** | 1005 | `coretime-polkadot.json` | `polkadot-coretime-rocksdb-archive` |
80+
| System Parachain | Para ID | Chain Spec File | Snapshot Path |
81+
|--------------------|---------|----------------------------|----------------------------------------|
82+
| **Bridge Hub** | 1002 | `bridge-hub-polkadot.json` | `polkadot-bridge-hub-paritydb-archive` |
83+
| **People Chain** | 1004 | `people-polkadot.json` | `polkadot-people-rocksdb-archive` |
84+
| **Coretime Chain** | 1005 | `coretime-polkadot.json` | `polkadot-coretime-rocksdb-archive` |
8585
8686
=== "Docker"
8787
@@ -99,7 +99,7 @@ System parachain details:
9999
mkdir -p my-node-data/chains/polkadot/db
100100
```
101101

102-
2. Choose between archive (complete history; ~400 GB) or pruned (recent state; TODO: ERIN) snapshots of the parachain and set the snapshot URL accordingly:
102+
2. Choose between archive (complete history; ~71 GB for People Chain) or pruned (recent state; TODO: ERIN) snapshots of the parachain and set the snapshot URL accordingly:
103103

104104
=== "Archive"
105105

@@ -136,7 +136,7 @@ System parachain details:
136136
- **`--retries-sleep 10s`**: Waits 10 seconds between retry attempts
137137
- **`--size-only`**: Only transfers if sizes differ (prevents unnecessary re-downloads)
138138

139-
4. Repeat the process with the pruned relay chain snapshot (~200 GB):
139+
4. Repeat the process for the pruned relay chain snapshot (~822 GB):
140140

141141
```bash
142142
# Check https://snapshots.polkadot.io/ for the latest snapshot URL

0 commit comments

Comments
 (0)