Provers will require NVIDIA GPUs and Ubuntu 24.04. For a full list of requirements, please see Requirements.
1
Stop Bento Safely
To enable PoVW in Bento, first make sure to stop Bento safely. This ensures that any in-progress proving jobs are completed before terminating the proving process. If Bento is backing the Broker, please carry out Step 1 from Safe Upgrade Steps and then return to this page.Bento and/or broker can be safely stopped with:
2
Install the latest release
To install the latest release, and run through the setup wizard, provers can follow the instructions on the Quick Start before continuing with the next step.
3
Install the latest version of Rust
Follow the instructions here.
4
Make sure to have the Boundless CLI installed
Provers use the Boundless CLI to stake $ZKC, prepare work log updates, and submit them onchain. To install the Boundless CLI (and build with CUDA support), see the installation instructions.
5
Install the latest version of Foundry
Some commands in this tutorial use cast from the Foundry toolkit. This is not necessary, but it will make some CLI commands more straightforward.
6
Install the latest version of rzup
Follow the instructions here.
7
Install 'risc0-groth16' using rzup
Run the following:
8
Specify the Reward Address
Before starting Bento again, provers need to enable the ZK mining feature. This requires a valid Ethereum address set to the
REWARD_ADDRESS environment variable. It is recommended to set this directly in the compose.yml file:9
Optional but highly recommended: Delegate Reward Power to Reward Address
Follow the instructions How to Delegate Rewards to delegate reward power from the staking wallet to the reward address. For more context, please see the Wallet Setup tutorial
10
Start Bento
Once enabled, Bento can be run as normal with:Or if running the broker as well:will start both the broker and Bento.
11
Generate Proofs + Submit Work Proofs Onchain
Once Bento is running, provers can run proving jobs as normal. Bento will now create a work proof for every proving job; a work proof cryptographically proves how much work Bento has done (in cycles).Using the Boundless CLI, provers aggregate these work proofs and submit the aggregated work proof at least once per reward epoch to be eligible for that epoch’s mining rewards. This process is documented in Mining + Claiming Rewards.