curl -L -o pop "https://dl.pipecdn.app/v0.2.8/pop"
chmod +x pop
sudo apt update && sudo apt upgrade -y
Download Important Setups
sudo apt install curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev screen ufw -y
Install nano editor
sudo apt install nano -y
mkdir download_cache
./pop --signup-by-referral-route 8ec0f60493002bb
Save your node.json file
nano ~/node_info.json
Just copy everything on the file and save just as it in your google drive as a doc
#Create a Systemd Process
sudo nano /etc/systemd/system/pop-node.service
Paste in this configuration but you have to edit the following
[Unit]
Description=POP Node Service
After=network.target
[Service]
Type=simple
User="your_username"
WorkingDirectory=/home/"your_username"
ExecStart=/usr/bin/sudo /home/"your_username"/pop \
--ram "your_ram" \
--max-disk "your_disk_space" \
--cache-dir /data \
--pubKey "your_solana_address" \
--enable-80-443
Restart=always
RestartSec=30
StandardOutput=journal
StandardError=journal
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
[Install]
WantedBy=multi-user.target
NOTE
Edit the following
"your_username" - To your computer username
"your_ram" - To the ram of ur computer
"your_disk_space" - To the storage of your computer
"your_solana_address" - To your solana address
Save and exit
Press Ctrl+O to save, then Enter
Press Ctrl+X to exit
Load file
sudo systemctl daemon-reload
sudo systemctl enable pop-node.service
Start
sudo systemctl start pop-node.service
Check Status
sudo systemctl status pop-node.service
View Logs
journalctl -u pop-node.service -f --since "60 minutes ago"
Stop
sudo systemctl stop pop-node.service
Restart
sudo systemctl restart pop-node.service
Node Status
./pop --status
Check points
./pop --points
Generate referral
./pop --gen-referral-route
To Start Next Day
Run Manage your node COMMAND
Docs- https://docs.pipe.network/devnet-2
Join TG for more Updates: https://t.me/JBondUpdate


