-
Notifications
You must be signed in to change notification settings - Fork 73
Description
SP1_PROVER=cuda ./target/release/spn-node calibrate --usd-cost-per-hour 0.80 --utilization-rate 0.5 --profit-margin 0.1 --prove-price 1.00
Welcome to the Succinct Prover Node CLI! You're about to start your proving journey.
Fire up your machine and join a global network of provers where your compute helps prove the world's software.
Learn more: https://docs.succinct.xyz
Parameters:
┌─────────────────────┬────────┐
│ Parameter │ Value │
├─────────────────────┼────────┤
│ USD Cost Per Hour │ $0.80 │
├─────────────────────┼────────┤
│ Utilization Rate │ 50.00% │
├─────────────────────┼────────┤
│ Profit Margin │ 10.00% │
├─────────────────────┼────────┤
│ USD Price of $PROVE │ $1.00 │
└─────────────────────┴────────┘
Starting calibration...
fatal runtime error: Rust cannot catch foreign exceptions
thread 'main' panicked at /home/wkd/.cargo/git/checkouts/sp1-9091391fc1cd5ab7/3aa80e7/crates/cuda/src/lib.rs:283:77:
called Result::unwrap()
on an Err
value: ReqwestError(reqwest::Error { kind: Request, source: hyper_util::client::legacy::Error(SendRequest, hyper::Error(IncompleteMessage)) })
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace