Git Product home page Git Product logo

pingpong-mining's Introduction

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

pingpong-mining's People

Contributors

0xmoei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.