-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (29 loc) · 1.29 KB
/
.env.example
File metadata and controls
40 lines (29 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Sentinel Node Tester — Environment Configuration
# Copy to .env and fill in your values: cp .env.example .env
# ⚠ COST WARNING: Each node test costs ~40 P2P for 1GB bandwidth.
# Full audit of ~1000 nodes ≈ 700-800 P2P (~$2-3 USD).
# Get P2P tokens via Osmosis DEX: https://app.osmosis.zone
# Token name: P2P (chain denom: udvpn, 1 P2P = 1,000,000 udvpn)
# ⚠ ADMIN: WireGuard requires Administrator (Windows) or sudo (macOS/Linux).
# Without admin, only V2Ray nodes (~70%) will be testable.
# Windows: launch via SentinelAudit.vbs (auto-elevates)
# macOS/Linux: sudo node server.js
# REQUIRED: Your Sentinel wallet mnemonic (12 or 24 words)
# Create one: https://wallet.sentinel.co or any Cosmos wallet (prefix: sent1)
MNEMONIC=your twelve word mnemonic phrase goes here replace with real words
# RPC endpoint for broadcasting transactions
RPC=https://rpc.sentinel.co:443
# Token denomination (do not change)
DENOM=udvpn
# Gas price (do not change)
GAS_PRICE=0.2udvpn
# Gigabytes per node session (1 = minimum, recommended for testing)
GIGABYTES_PER_NODE=1
# Megabytes to download during speed test (10 = quick, 50 = thorough)
TEST_MB=10
# Maximum nodes to test (0 = all online nodes, ~1000)
MAX_NODES=0
# Delay between node tests in milliseconds
NODE_DELAY_MS=5000
# Server port
PORT=3001