This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| ############################################################################### | |
| # Pearl Blockchain Miner — RunPod Setup Script (2x H100 SXM) | |
| # | |
| # This script installs, builds, and runs the full Pearl mining stack: | |
| # pearld (full node) -> pearl-gateway (bridge) -> vllm serve (GPU miner) | |
| # | |
| # Usage: | |
| # 1. Fill in your HuggingFace token below (HF_TOKEN) | |
| # 2. chmod +x pearl-miner-setup.sh && ./pearl-miner-setup.sh |