Skip to content

Commit 7e842d5

Browse files
committed
Update README.md
1 parent df58161 commit 7e842d5

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Automatically installs and starts your validator using snapshot download (no ful
1616
```bash
1717
push-validator status
1818
```
19-
Wait for: `✅ Catching Up: false` (snapshot download takes ~15-30 mins depending on connection, then block sync begins)
19+
Wait for: `✅ Catching Up: false` (snapshot download takes ~5-20 mins depending on connection, then block sync begins)
2020

2121
### Step 3: Register Validator
2222
```bash
@@ -36,33 +36,6 @@ push-validator register-validator
3636

3737
**Done! Your validator is running with automatic recovery enabled! 🎉**
3838

39-
## ⚠️ Temporary: RPC URL Configuration
40-
41-
> **Note:** This is a temporary requirement that will be removed in the next 2-3 weeks.
42-
43-
The validator currently requires external RPC URLs for cross-chain communication. To ensure seamless validator operation without chain halts, please configure the following:
44-
45-
### Setup Instructions
46-
47-
1. Create a `.env` file in your home directory (`~/`, where `~/.pchain` is also located):
48-
```bash
49-
touch ~/.env
50-
```
51-
52-
2. Add the following RPC URL configurations to the `.env` file:
53-
```bash
54-
# Solana RPC
55-
RPC_URL_SOLANA_ETWTRABZAYQ6IMFEYKOURU166VU2XQA1=<your-solana-rpc-url>
56-
57-
# EVM Chain RPCs
58-
RPC_URL_EIP155_11155111=<your-sepolia-rpc-url> # Ethereum Sepolia
59-
RPC_URL_EIP155_421614=<your-arbitrum-sepolia-url> # Arbitrum Sepolia
60-
RPC_URL_EIP155_84532=<your-base-sepolia-url> # Base Sepolia
61-
RPC_URL_EIP155_97=<your-bsc-testnet-url> # BSC Testnet
62-
```
63-
64-
> **Recommended:** Use reliable paid RPC providers (e.g., Alchemy, Infura, QuickNode) for optimal performance and uptime.
65-
6639
## 📊 Dashboard
6740

6841
Monitor your validator in real-time with an interactive dashboard:
@@ -121,7 +94,7 @@ push-validator update # Update CLI to latest version
12194

12295
## ⚡ Features
12396

124-
- **Snapshot Download**: Fast sync (~15-30 mins, no full blockchain download required)
97+
- **Snapshot Download**: Fast sync (~5-20 mins, no full blockchain download required)
12598
- **Interactive Logs**: Real-time log viewer with search and filtering
12699
- **Smart Detection**: Monitors for sync stalls and network issues
127100
- **Reliable Snapshots**: Uses trusted RPC nodes for recovery

0 commit comments

Comments
 (0)