Configure a ZK Prover Node
Please notice that W3bstream is in the Testnet stage.
The recommended method to run a W3bstream node is using official Docker images from IoTeX.
Instructions
1. Configure your blockchain account
To enable your node to send proofs to the blockchain, set up a funded account on the IoTeX Testnet:
2. Fetch the latest W3bstream Docker images
Fetch the latest stable docker-compose.yaml
:
Pull the required images:
3. Optional: Configure a BONSAI API Key
To process proofs for DePIN projects based on RISC0, you need to configure a Bonsai API Key:
-> Learn more about the BONSAI service
4. Manage the node
Make sure you run the following commands in the same directory where the W3bstream docker-compose.yaml
file is located.
Start the node
To start your W3bstream node, run the following command in the same directory containing docker-compose.yaml
:
Monitor the node log
Monitor your W3bstream instance with:
Shutdown the node
To shut down the node run the following:
Last updated