We are going to run a PingPong Mining Node in this tutorial
This tutorial is for installing on Linux
The stronger your server is, the more you will farm
Before we start the mining node, there is now a live Ping Pong x MorphL2 campaign that you can participate-in just by claiming and staking tokens without running a node
1- Connect your wallet here
2- Claim a daily mLPT & mGRT token faucet on Holesky Network in
Points
tab3- You can do the tasks in
Boost Your Rewards
section to increase your daily faucet4- Bridge tokens to MorphL2: https://app.pingpong.build/bridge
5- Stake on MorphL2: https://app.pingpong.build/markets
Now you are farming PPP + Morph points - the more you stake daily, the more you farm points
Now let's go for PingPong Mining Program
Connect your Email in the dashboard
# Downlaod linux files
wget https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/latest/PINGPONG
# Install and update your linux packages
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common screen
# Downlaod Docker packages
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
# Add docker to your packages
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
# Update packages
sudo apt-get update
# Install Docker
sudo apt-get install docker-ce
# Start Docker
sudo systemctl enable docker
sudo systemctl start docker
# Give Permissions to Docker
sudo usermod -aG docker $USER
# Test Docker
docker run hello-world
Add a device in dashboard
Copy your Device ID
# Start a screen
screen -S pong
# Replace DEVICE_ID with your ID you copied
chmod +x ./PINGPONG && ./PINGPONG --key DEVICE_ID
Ctrl+A+D to minimze your screen
Check the results here ( You are farming AIOZ , MASQ , TITAN tokens and PPP points)
Remember to switch to Usage Priority in dashboard
You can now add more to run on more devices
Thanks Rues for the detailed guide - Follow 0xMoei on Twitter