A single binary
~88 MB static binary. No CGo, no Rust, no filecoin-ffi, no Lotus sidecar, no Yugabyte cluster. Drop on one VM and run.
Pure Go. Embedded chain node. SQLite, not Yugabyte. No Lotus sidecar.
Today the answer to "I want to run a paid Filecoin Onchain Cloud SP" is roughly:
- a 76 GB Lotus full node
- a 3-node Yugabyte cluster
- a Curio cluster
- a Boost market node
- a public ETH RPC sidecar for FEVM forwarding
- a separate IPNI announcer
- a dashboard, a wallet manager, a settlement watcher, monitoring...Curio Core's answer is one binary. Drop it on a single VM, point a domain at it, fund a wallet. You're a Filecoin Onchain Cloud hot-storage provider.
Beta (v0.1.0-beta.1). The full PDP hot-storage flow has run end-to-end on Filecoin mainnet from a single machine: SP registration â self-funded USDFC â payments â dataset creation â addPieces â live proving cycle (mainnet dataset #1311, provider 31). Every transaction is signed by the binary itself, with no Glif and no Lotus sidecar. Mainnet is now supported; GA hardening (dashboard auth, operator runbook, multi-window soak) is ongoing. See curio-core#10 for current health.