Offical Docs by Pipe Network - https://docs.pipe.network/devnet-2
1️⃣ Dependencies for WINDOWS & LINUX
sudo apt update
sudo apt upgrade -y
2️⃣ Download Some Files
curl -L -o pop "https://dl.pipecdn.app/v0.2.8/pop"
chmod +x pop
3️⃣ Make Directory (create folder to be used for download cache)
mkdir download_cache
4️⃣ Signup Your Account
./pop --signup-by-referral-route d2be19523a45a241
# Generate Your Referral
./pop --gen-referral-route
5️⃣ Start Node
sudo ./pop --ram 8 --max-disk 500 --cache-dir /data --pubKey <KEY>
```
nano ~/node_info.json
./pop --status
./pop --points
Check Points & Status from Dashboard - https://dashboard.pipenetwork.com/node-lookup
#1 Open WSL and Put this Command
sudo ./pop --ram 8 --max-disk 500 --cache-dir /data --pubKey <KEY>
Note: Replace your ram , disk & pubkey with your actual Information.Retrieve the public key from your Solana wallet (e.g., Phantom, Backpack)
1️⃣ Upgrade (Download Latest Version)
curl -L -o pop "https://dl.pipecdn.app/v0.2.8/pop"
chmod +x pop
2️⃣ Start Node
sudo ./pop --ram 8 --max-disk 500 --cache-dir /data --pubKey <KEY>
Note: Put your ram , disk & pubkey with your actual Information.Retrieve the public key from your Solana wallet (e.g., Phantom, Backpack) & Replace in <KEY> by Solana Address
sudo ss -tulpn | grep 8003
Example - LISTEN 0 128 0.0.0.0:0380 0.0.0.0:* users:(("nginx",pid=1234,fd=6))
sudo kill -9 1234
sudo fuser -k 8003/tcp