Curio

NAME:
   curio - Filecoin decentralized storage network provider

USAGE:
   curio [global options] command [command options]

VERSION:
   1.27.2

COMMANDS:
   cli           Execute cli commands
   run           Start a Curio process
   config        Manage node config by layers. The layer 'base' will always be applied at Curio start-up.
   test          Utility functions for testing
   web           Start Curio web interface
   guided-setup  Run the guided setup for migrating from lotus-miner to Curio or Creating a new Curio miner
   seal          Manage the sealing pipeline
   unseal        Manage unsealed data
   market        
   fetch-params  Fetch proving parameters
   calc          Math Utils
   toolbox       Tool Box for Curio
   help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --color                    use color in display output (default: depends on output being a TTY)
   --db-host value            Command separated list of hostnames for yugabyte cluster (default: "127.0.0.1") [$CURIO_DB_HOST, $CURIO_HARMONYDB_HOSTS]
   --db-host-cql value        Command separated list of hostnames for yugabyte cluster (default: <--db-host>) [$CURIO_DB_HOST_CQL]
   --db-name value            Name of the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_NAME, $CURIO_HARMONYDB_NAME]
   --db-user value            Username for connecting to the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_USER, $CURIO_HARMONYDB_USERNAME]
   --db-password value        Password for connecting to the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_PASSWORD, $CURIO_HARMONYDB_PASSWORD]
   --db-port value            Port for connecting to the Postgres database in Yugabyte cluster (default: "5433") [$CURIO_DB_PORT, $CURIO_HARMONYDB_PORT]
   --db-cassandra-port value  Port for connecting to the Cassandra database in Yugabyte cluster (default: 9042) [$CURIO_DB_CASSANDRA_PORT, $CURIO_INDEXDB_PORT]
   --db-load-balance          Enable load balancing for connecting to the Postgres database in Yugabyte cluster (default: true) [$CURIO_DB_LOAD_BALANCE, $CURIO_HARMONYDB_LOAD_BALANCE]
   --repo-path value          (default: "~/.curio") [$CURIO_REPO_PATH]
   --vv                       enables very verbose mode, useful for debugging the CLI (default: false)
   --help, -h                 show help
   --version, -v              print the version

curio cli

curio cli info

curio cli storage

curio cli storage attach

curio cli storage detach

curio cli storage list

curio cli storage find

curio cli storage generate-vanilla-proof

curio cli storage redeclare

curio cli log

curio cli log list

curio cli log set-level

curio cli wait-api

curio cli stop

curio cli cordon

curio cli uncordon

curio cli index-sample

curio run

curio config

curio config default

curio config set

curio config get

curio config list

curio config interpret

curio config remove

curio config edit

curio config new-cluster

curio test

curio test window-post

curio test window-post here

curio test window-post task

curio test window-post vanilla

curio test debug

curio test debug ipni-piece-chunks

curio test debug debug-snsvc

curio test debug debug-snsvc deposit

curio test debug debug-snsvc client-initiate-withdrawal

curio test debug debug-snsvc client-complete-withdrawal

curio test debug debug-snsvc client-cancel-withdrawal

curio test debug debug-snsvc redeem-client

curio test debug debug-snsvc redeem-provider

curio test debug debug-snsvc service-initiate-withdrawal

curio test debug debug-snsvc service-complete-withdrawal

curio test debug debug-snsvc service-cancel-withdrawal

curio test debug debug-snsvc service-deposit

curio test debug debug-snsvc get-client-state

curio test debug debug-snsvc get-provider-state

curio test debug debug-snsvc get-service-state

curio test debug debug-snsvc create-client-voucher

curio test debug debug-snsvc create-provider-voucher

curio test debug debug-snsvc propose-service-actor

curio test debug debug-snsvc accept-service-actor

curio test debug debug-snsvc validate-client-voucher

curio test debug debug-snsvc validate-provider-voucher

curio test debug proofsvc-client

curio test debug proofsvc-client create-voucher

curio test debug proofsvc-client submit

curio test debug proofsvc-client status

curio web

curio guided-setup

curio seal

curio seal start

curio seal events

curio unseal

curio unseal info

curio unseal list-sectors

curio unseal set-target-state

curio unseal check

curio market

curio market seal

curio market add-url

curio market move-to-escrow

curio market ddo

curio fetch-params

curio calc

curio calc batch-cpu

curio calc supraseal-config

curio toolbox

curio toolbox fix-msg

curio toolbox register-pdp-service-provider

curio toolbox downgrade

curio toolbox fix-boost-migration

Last updated