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
Install latest docker
Download or copy miner docker-compose template

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:

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
Connect wallet use your miner account

You need to setup a local controller for mining

You can choose generate new or import one

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.

Now, you can view the dashboard

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

You must download the prover in local device, AND THEN you can stake the prover.
It will automatically start accepting orders for mining after you download the prover.
Collect rewards
You can see all rewards which can collect by epoch.

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

After claim, it will send to you wallet directly.
Last updated
Was this helpful?