DevNet2
🖥️ Requirements
Before we get started, make sure you have the following:
A Linux system (Ubuntu is recommended)
The
pop
binary file that was sent to you via email
⚙️ Setup Instructions
1. Create the Working Directory
Let's begin by creating the directory where your pop
node files will reside, and a separate directory for the cache:
🔔 Important: After creating the pipenetwork
directory, move the pop
binary that you received via email into $HOME/pipenetwork
directory.
2. Set Up the Systemd Service
Now we’ll configure the systemd service to manage the Pipe POP node automatically.
Create the systemd service file at
/etc/systemd/system/pipe-pop.service
with the following content:
🌟 Explanation of the Parameters:
--ram <your-RAM-in-Gb>
: Replace<your-RAM-in-Gb>
with the amount of RAM you wish to allocate (e.g.,8
for 8GB).--max-disk <your-max-disk-in-Gb>
: Replace<your-max-disk-in-Gb>
with the disk space you want to allocate (e.g.,500
for 500GB).--pubKey <your-solana-address>
: Replace<your-solana-address>
with your actual Solana public address.
3. Enable and Start the Service
Once your systemd service file is created, it’s time to enable and start the service to ensure it runs automatically on boot:
Reload systemd to apply the changes:
Enable the service to start on boot:
Start the service:
4. Verify the Service
To make sure the service is running smoothly, use the following command to check its status:
5. Monitoring and Logs
You can monitor the logs and the real-time status of your node by running:
6. Check Your Node's Reputation and Points
To check your node's performance, reputation, and points earned from referrals, use the following command:
You’ll get a detailed breakdown of your node’s reputation metrics, including:
Uptime Score (40% of total)
Egress Score (30% of total)
Historical Score (30% of total)
7. Generate Your Referral Code
Want to share your referral code and earn points? Use the following command to generate your unique referral code:
Once generated, you can share this referral code with others who can sign up and join your network!
🎉 Congratulations!
You've successfully set up your Pipe POP Node and are now ready to start earning rewards through the referral and reputation systems.
If you have any issues or need further assistance, feel free to reach out to our support team.
Last updated