[go: up one dir, main page]

Skip to content

0xmoei/pingpong-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Screenshot_1

PingPong Reward Program

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

PingPong x MorphL2 Campaign

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 tab

3- You can do the tasks in Boost Your Rewards section to increase your daily faucet

4- 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

PingPong Mining Program

1- Register

Connect your Email in the dashboard

2- Install

# 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

3- Run

Add a device in dashboard

Copy your Device ID

Screenshot_1

# 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)

Screenshot_2

Remember to switch to Usage Priority in dashboard

Screenshot_1

You can now add more to run on more devices

Tokenomics

9d48f7371467ee7f1dde092f753575d6e823b623

Screenshot_3

Thanks Rues for the detailed guide - Follow 0xMoei on Twitter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published