Configuration Guide

Step-by-step guide for configuring the decentralized network.

0G Configuration Guide

Step 1: Get an account in MetaMask for 0G faucet. It will be used to run 0G and receive rewards.

Step 2: Visit the 0G faucet website (https://faucet.0g.ai/), and enter your account address.

Step 3: Request AOGI token and wait for the faucet to succeed.

Step 4: Export the private key of this account (refer to MetaMask support for instructions).

Step 5: Enter the key to complete the configuration and start.

For general users:

  • Enter the private key into the Multi-Mining App's configuration field (the private key will be used to operate entirely locally, and will never be transmitted among the public networks).

  • Click on the “Confirm” button to start mining 0G.

For command line users:

  • Configure the key you obtained using the following command.

./PINGPONG config set --0g=***
./PINGPONG stop --depins=0g
./PINGPONG start --depins=0g

AIOZ Configuration Guide

Step 1: Follow the AIOZ official guide to generate a new mnemonic phrase and private key.

Step 2: Copy the key value from the "priv_key" field in the command response. Ensure you store this data securely.

Step 3: Enter the key to complete the configuration and start.

For general users:

  • Enter this key into the Multi-Mining App's configuration field (the private key will be used to operate entirely locally, and will never be transmitted among the public networks).

  • Click on the “Confirm” button to start mining AIOZ.

For command line users:

  • Configure the key you obtained using the following command.

./PINGPONG config set --aioz=***
./PINGPONG stop --depins=aioz
./PINGPONG start --depins=aioz

*Please note: Currently, official support is only available for AMD64. We will release open-source tools for key generation on all architectures in the future.

Grass Configuration Guide

For general users:

Simply click the "Connect to Grass" button in the client to set up and launch.

For command line users:

Step 1: Open Developer tools.

  1. Using the menu:

    • Click on the three vertical dots (menu) in the upper-right corner of your browser.

    • Navigate to More tools.

    • Click on Developer tools.

    OR

    • Keyboard Shortcut:

    • Press Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (Mac) to open Developer Tools directly.

Step 2: Navigate to the Application tab.

  1. In the Developer Tools pane, click on the Application tab.

    • If you don't see the Application tab, you might need to expand the pane or click on the double arrow (>>) to see more tabs.

Step 3: Locate LocalStorage.

  1. In the left-hand sidebar, under the Storage section, find and click on Local Storage.

    • You will see a list of domains.

  2. Click on the domain https://app.getgrass.io.

Step 4: View LocalStorage data.

  1. In the right-hand pane, find the key named userId.

Step 5: Copy the value of userId.

  1. Double-click on the value field of userId to select it.

  2. Press Ctrl+C (Windows/Linux) or Cmd+C (Mac) to copy the value (make sure not to include the double quotes).

Step 6: Configure the key you obtained using the following command.

./PINGPONG config set --grass.access=*** --grass.refresh=***
./PINGPONG stop --depins=grass
./PINGPONG start --depins=grass

BlockMesh Configuration Guide

For general users:

Step 1: Enter your email and password.

  1. For new users of BlockMesh

Provide a valid email address and create a password of at least 8 characters, including special characters, to register for a BlockMesh account.

*Please ensure the email is yours and valid, or you won't be able to receive earnings.

*Save your password securely for future claim.

  1. For registered users of BlockMesh

Enter the account and password you registered with BlockMesh to start.

For command line users:

Configure the email and password using the following command.

./PINGPONG config set --blockmesh.email=*** --blockmesh.pwd=***
./PINGPONG stop --depins=blockmesh
./PINGPONG start --depins=blockmesh

DAWN Configuration Guide

For general users:

  1. For new users of DAWN

Step 1: Click on 'sign up here' in the 'Setup guide' section.

Step 2: Enter your name, and a valid email address, and create a password with at least 8 characters.

Remember to verify your account through the confirmation email sent to your registered email address.

Step 3: Enter your email and password.

*Please ensure the email is yours and valid, or you won't be able to receive earnings.

*Save your password securely for future claim.

  1. For registered users of DAWN

Enter the account and password you registered with DAWN to start.

For command line users:

Configure the email and password using the following command.

./PINGPONG config set --dawn.email=***  --dawn.pwd=***
./PINGPONG stop --depins=dawn
./PINGPONG start --depins=dawn

Please remember to register for a new DAWN account first, as you cannot register through the command line interface.

Last updated