{"id":29797675,"url":"https://github.com/arcxteam/succinct-prover","last_synced_at":"2026-02-06T07:35:39.053Z","repository":{"id":304088003,"uuid":"1017732846","full_name":"arcxteam/succinct-prover","owner":"arcxteam","description":"Guides Run Succinct Prover Spn-Node CPU with Docker","archived":false,"fork":false,"pushed_at":"2025-07-17T16:20:20.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T06:52:51.637Z","etag":null,"topics":["nodetestnet","prover","succinct","succinctprover","testnet","zkproof","zkvm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arcxteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T02:44:13.000Z","updated_at":"2025-07-19T05:43:39.000Z","dependencies_parsed_at":"2025-07-11T07:15:23.593Z","dependency_job_id":"d967086e-4853-47c9-8441-8c20b0cb93db","html_url":"https://github.com/arcxteam/succinct-prover","commit_stats":null,"previous_names":["arcxteam/succinct-prover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arcxteam/succinct-prover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcxteam%2Fsuccinct-prover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcxteam%2Fsuccinct-prover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcxteam%2Fsuccinct-prover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcxteam%2Fsuccinct-prover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcxteam","download_url":"https://codeload.github.com/arcxteam/succinct-prover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcxteam%2Fsuccinct-prover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29154393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nodetestnet","prover","succinct","succinctprover","testnet","zkproof","zkvm"],"created_at":"2025-07-28T06:34:42.147Z","updated_at":"2026-02-06T07:35:39.045Z","avatar_url":"https://github.com/arcxteam.png","language":"Shell","readme":"# Guide Succinct Prover on Docker for CPU\n\nGuides Run Succinct Prover Spn-Node CPU with Docker\n\n# Full guide detail soon...\n\n- Goto here create your on Prover https://staking.sepolia.succinct.xyz/prover\n- Or staking with me boosting one https://staking.sepolia.succinct.xyz/?prover=0x43c1521281c6d7ea18d39ab033f5d99acdd90a40\n\n## Cloning repo\n\n```\ngit clone https://github.com/arcxteam/succinct-prover.git\ncd succinct-prover\n```\n\n## Installing setup Docker and depedency\n```\ncurl -sSL https://raw.githubusercontent.com/arcxteam/succinct-prover/refs/heads/main/docker.sh | sudo bash\n```\n\n## Build docker run\n```\ndocker compose up -d\n```\n\n## Calibrate Prover\n\n```\ndocker run --rm public.ecr.aws/succinct-labs/spn-node:latest-cpu calibrate \\\n    --usd-cost-per-hour 0.80 \\\n    --utilization-rate 0.5 \\\n    --profit-margin 0.1 \\\n    --prove-price 1.00\n```\n\n```diff\n+ Calibration Results:\n- Waiting for 10-15 Minutes, if you need fastest build on AVX256-512\n┌──────────────────────┬─────────────────────────┐\n│ Metric               │ Value                   │\n├──────────────────────┼─────────────────────────┤\n│ Estimated Throughput │ 25732 PGUs/second       │\n├──────────────────────┼─────────────────────────┤\n│ Estimated Bid Price  │ 3.27 $PROVE per 1B PGUs │\n└──────────────────────┴─────────────────────────┘\n```\n\n## Setup your calibrate \u0026 run prover\n```\nnano .env\n# input the valuable and then CTRL+X+Y\n```\n\n- PRIVATE_KEY= `add your private key wallet`\n- PROVER_ADDRESS= `add your prover address`\n- PGUS_PER_SECOND= `add value Estimated Throughput from calibrate`\n- PROVE_PER_BPGU= `add value Estimated Bid Price from calibrate`\n\n```\ndocker compose down\ndocker compose up -d\ndocker compose logs -f\n# or docker logs -f succinct-prover\n# or docker logs -f --tail=100\n```\n\u003cimg width=\"1435\" height=\"539\" alt=\"image\" src=\"https://github.com/user-attachments/assets/f7784fe6-9dc8-4e86-a2fb-677f42ec7588\" /\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcxteam%2Fsuccinct-prover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcxteam%2Fsuccinct-prover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcxteam%2Fsuccinct-prover/lists"}