Running Cysic Prover with Vast/RunPod
I Overview
Running Cysic Prover with Vast/RunPod
I Overview
*中文*
The Cysic testnet has reached its third phase, which introduces the “eth proof” task. Since Cysic Prover relies on third-party images to compute this task (the program includes corresponding Docker commands to launch containers for handling the eth-related computations), this approach causes the official script provided by Cysic to fail when running on servers from GPU providers like Vast or RunPod. These platforms already operate within containers, and by default, they do not allow the use of containers within container instances.
So, what can be done? Let me solve it!
II How To Use
Let me first explain how to use it — If you have any questions: **Telegram Group**.
If you need an invitation code: 3259a
- Using the template I created to run the Cysic Prover on Vast/RunPod is super simple for you:
- After launching the template, enter the container and run the following commands:
# (Optional) Skip this if you don't want to run eth-related tasks
export ETH_RPC_ENDPOINT="your-eth-rpc-endpoint"
# Start the prover
/app/entrypoint.sh "your-claim-reward-address"
- ohh, fxck, so easy
III How To Work
Let me explain the principle. If you have any questions, feel free to ask in the group chat
- We directly use
public.ecr.aws/succinct-labs/moongate:v4.1.0as the base image since the environment required for proof computations is largely the same. By doing so, we can usemoongate-serverdirectly.- Next, we implement a Docker wrapper to intercept Docker commands (
docker run,docker stop/rm/kill, etc.) made by the Cysic Prover. Then, based on the original logic, we start and stop the correspondingmoongate-serverprocess.- As shown in the diagram below, within a Docker container instance on Vast, we simulate “Docker in Docker,” making it possible to run the Cysic Prover on platforms like Vast/RunPod!

You can join our Telegram group for more information (sharing automation tools, miner Docker images, discussing blockchain, and more…).
메타데이터
- post_id
- dfce259e9aae
- slug
- running-cysic-prover-with-vast-runpod-dfce259e9aae
- url
- https://medium.com/@h3110w0r1d/running-cysic-prover-with-vast-runpod-dfce259e9aae
- canonical_url
- https://medium.com/@h3110w0r1d/running-cysic-prover-with-vast-runpod-dfce259e9aae
- author_url
- https://medium.com/@h3110w0r1d
- status
- ok
- fetched_at
- 2026-06-26 21:52:29