← 返回命令列表

Linux command

lotus-miner 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Initialize a new miner

lotus-miner init

Start the miner daemon

lotus-miner run

Check miner status

lotus-miner info

List storage deals

lotus-miner storage-deals list

Show sector status

lotus-miner sectors status [sectorNumber]

说明

lotus-miner is the storage provider component of the Lotus Filecoin implementation. It manages the lifecycle of storage deals, sector sealing, and proof generation for participating as a storage provider on the Filecoin network. The miner communicates with a running lotus daemon (full node) and handles pledging storage capacity, accepting storage deals from clients, and submitting storage proofs to the blockchain.

参数

init
Initialize a new storage miner.
run
Start the storage miner daemon.
info
Display miner information and status.
stop
Stop the running miner daemon.
config
Manage miner configuration.
storage-deals
Manage storage deals.
sectors
Manage and inspect sectors.
auth
Manage RPC authentication tokens.
backup
Create a metadata backup.
--help, -h
Show help.
--version, -v
Print version.

FAQ

What is the lotus-miner command used for?

lotus-miner is the storage provider component of the Lotus Filecoin implementation. It manages the lifecycle of storage deals, sector sealing, and proof generation for participating as a storage provider on the Filecoin network. The miner communicates with a running lotus daemon (full node) and handles pledging storage capacity, accepting storage deals from clients, and submitting storage proofs to the blockchain.

How do I run a basic lotus-miner example?

Run `lotus-miner init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does init do in lotus-miner?

Initialize a new storage miner.