A
Last updated
Was this helpful?
Last updated
Was this helpful?
IMPORTANT: Before you start, please note that the competition on the network is very severe. Use the calculator to get a rough estimate of how much you can expect to earn. Remember that this is not an airdrop.
TL;DR
Use prover, checkout branch testnet3-new, and connect to the pool at pool.hamp.app:4444.
Precompiled version
Download from .
Building the prover
1. Install Rust
DO NOT install Rust using things like apt install rust.
If rust is already installed: Make sure you have at least Rust 1.65. Check with rustc --version.
Install the latest version of Rust using rustup. Run the following line:
Accept default options by pressing Enter or customize if you need to.
Log out and log in again to finish the installation, or follow the instructions by rustup.
2. Install dependencies
Install following dependencies using the package manager of your distribution:
On Debian / Ubuntu, running the following command should be enough:
3. Clone and build the prover
Unless absolutely necessary, DO NOT run anything with sudo. You don't need root permission from now on.
Clone the prover repo:
Build the prover using cargo:
If the build successes, Run the prover:
or