Set Up the Machine
- GPU-Based Setup
- CPU-Based Prover
info
Recommended Setup
-
Hardware Requirements:
- A Linux cloud machine with an RTX 40xx GPU.
- An on-premises machine with an RTX 4070 or RTX 4090 GPU.
-
CUDA Installation: The GPU-based prover code currently requires CUDA by default. Download CUDA and install the version suitable for your GPU.
-
Install RiscZero: Follow the instructions on the RiscZero website.
For x86-64 Linux and arm64 macOS, install the C++ toolchains by running:
rzup install cpp
warning
Not Recommended: You can still participate, but the prover may take a couple of hours to generate proofs on a CPU.
-
System Requirements: The CPU-based prover code requires high memory to compile the prover. Preferably, use a machine with more than 16 GB of memory and 8 vCPUs.
-
Install RiscZero: Follow the instructions on the RiscZero website.
For x86-64 Linux and arm64 macOS, install the C++ toolchains by running:
rzup install cpp