Become a Minner

How to become a miner and earn rewards.

Introduction

Within the network, miners are tasked with generating all proofs, necessitating both significant computational resources and a stake commitment as collateral. This crucial role is reflected in the reward structure, with miners receiving the largest share of network rewards.

The network's architecture accommodates a wide range of proving programs, each with its own hardware specifications. This design allows for broader participation, enabling even devices such as laptops and mobile phones to contribute to mining and receive corresponding rewards. However, devices with higher processing power will be capable of completing a greater number of proving tasks, resulting in increased reward opportunities.

Begin running a miner program on your device to participate.

Setup

  1. Install latest docker

IMPORTANT change the miner account, and if you set the domain for this miner, you will receive tasks from proxy-service, and support multiple zk tasks (e.g. Z4).

Others command parameters list here, maybe you need:

  1. Run docker compose up -d

TIPS: if you use nginx, you can use the config to proxy:

Stake a prover (game)

Open browser, and visit: http://localhost:9098

  1. Connect wallet use your miner account

  1. You need to setup a local controller for mining

  1. You can choose generate new or import one

  1. You need enable the controller and submit it to the chain, make sure there is enough balance in this account if this account does not has 0 gas SBT.

  1. Now, you can view the dashboard

Install the prover

  1. You will see the provers list in the dashboard, and your staking status.

  1. You must download the prover in local device, AND THEN you can stake the prover.

  2. It will automatically start accepting orders for mining after you download the prover.

Collect rewards

  1. You can see all rewards which can collect by epoch.

  1. After you collected the rewards, it will in collected rewards, and after an epoch, you can make a claim.

  1. After claim, it will send to you wallet directly.

Last updated

Was this helpful?