
小林♪ |China|Jun 27, 2025 20:44
Boundless (@ boundless_xyz) project node mining nanny level teaching personal testing runs perfectly
**Important reminder:**
-Recommended use http://Vast.ai Cloud server or local Ubuntu 22.04 virtual machine
-It is not recommended to use Windows+WSL2 because of poor GPU compatibility, easy crashes, and difficult debugging
Part One: Environmental Preparation
1. Purchase http://Vast.ai machine
-Reference tutorial: https://(x.com)/YOYOMYOYA/status/1708092314708242
-If you have any questions, please join the TG communication group: https://t.me/YOYOZKS
2. System environment requirements
-Ubuntu 22.04 system
-NVIDIA GPU support
-At least 4GB of RAM
-At least 3 CPU cores
Part 2: Dependency Installation
1. Update the system and install basic software packages
```bash
apt update && apt upgrade -y
apt install curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev tar clang bsdmainutils ncdu unzip libleveldb-dev libclang-dev ninja-build -y
```
2. Clone Boundless repository
```bash
git clone https://((github.com))/boundless-xyz/boundless
cd boundless
git checkout release-0.10
```
3. Quickly set Boundless dependencies
```bash
bash ./scripts/setup.sh
```
**Attention: * * This step will restart the machine to install NVIDIA drivers, please be patient. After restarting, continue with the subsequent steps.
4. Install Rust
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "HOME/.cargo/env"
rustup update
```
5. Install rzup
```bash
curl -L https://(risczero.com)/install | bash
source ~/.bashrc
```
Verify installation:
```bash
rzup --version
```
6. Install the Rust toolchain
```bash
rzup install
```
7. Install RISC Zero CLI tool
```bash
cargo install --git https://((github.com))/risc0/risc0 bento-client --bin bento_cli
echo 'export PATH="HOME/.cargo/bin:PATH"' >> ~/.bashrc
source ~/.bashrc
```
8. Install Boundless CLI
```bash
cargo install --locked boundless-cli
export PATH=PATH:/root/.cargo/bin
source ~/.bashrc
```
9. Install just
```bash
curl -fsSL https://just.systems/install.sh | bash -s -- --to /usr/local/bin
```
Verify installation:
```bash
just --version
```
If the output is similar to 'just 1.15.0', it indicates successful installation.
Part Three: Hardware Configuration
1. Check GPU information
```bash
View the IDs of all GPUs
nvidia-smi -L
View real-time GPU usage status
nvidia-smi
```
2. Configure compose.yml
```bash
nano compose.yml
```
Modify the following parameters according to your machine configuration:
```yaml
x-exec-agent-common: &exec-agent-common
<<: *agent-common
Mem_imit: 4G adjusts according to your machine's memory
CPUS: 3 Adjust according to the number of CPU cores in your machine
environment:
<<: *base-environment
RISC0_KECCAK_PO2: ${RISC0_KECCAK_PO2:-17}
entrypoint: /app/agent -t exec --segment-po2 ${SEGMENT_SIZE:-21}
```
Part Four: Network Configuration
1. Choose a network
Boundless offers three network options:
- Base Mainnet
- Base Sepolia
- Ethereum Sepolia
2. Configure environment variables
```bash
nano .env.eth-sepolia
```
Add:
```bash
Export PRIMATE_KEY="Your private key"
Export RPC-URL="Your RPC Node"
```
Make the configuration effective:
```bash
source .env.eth-sepolia
```
Part 5: Pledge and Mining
1. Obtain test coins
-Test Coin Collection Address: https://faucet. (circle.com)
2. Pledge USDC
```bash
boundless account deposit-stake 10
```
**Note: * * Tasks can only be received when running nodes after staking.
3. Start mining
Run Bento
```bash
start
bento just bento
Check logs
just bento logs
```
Run Broker
```bash
start
broker just broker
Check logs
just broker logs
```
complete
Now that you have successfully deployed the Boundless Prover node, you can start mining on July 8th!
contact information
-TG communication group: https://t.me/YOYOZKS
-We will provide a one click installation script in the future
Share To
Timeline
HotFlash
APP
X
Telegram
CopyLink