Using the Command Line(CLI)

Step-by-step guide for running the Multi-Mining App using the CLI

Step 1: Log in to the Multi-Mining App web interface and create a device.

Step 2: Copy the device key.

Step 3: Download the latest version of the Multi-Mining App on your Linux system using the command line:

wget https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/latest/PINGPONG

chmod +x PINGPONG

Step 4: Configure the device key and start running the app:

./PINGPONG --key=***
  • For network configuration details, please refer to the configuration guide:

Last updated