diff --git a/documentation/en/cli-lotus-miner.md b/documentation/en/cli-lotus-miner.md index ef2da72e53..9d6fe73340 100644 --- a/documentation/en/cli-lotus-miner.md +++ b/documentation/en/cli-lotus-miner.md @@ -31,14 +31,14 @@ COMMANDS: help, h Shows a list of commands or help for one command GLOBAL OPTIONS: - --actor, -a specify other actor to query / manipulate (default: "") - --color use color in display output (default: "false") - --panic-reports (default: "~/.lotusminer") [LOTUS_PANIC_REPORT_PATH] - --repo (default: "~/.lotus") [LOTUS_PATH] - --miner-repo, --storagerepo Specify miner repo path. flag(storagerepo) and env(LOTUS_STORAGE_PATH) are DEPRECATION, will REMOVE SOON (default: "~/.lotusminer") [LOTUS_MINER_PATH, LOTUS_STORAGE_PATH] - --vv enables very verbose mode, useful for debugging the CLI (default: "false") - --help, -h show help (default: "false") - --version, -v print the version (default: "false") + --actor value, -a specify other actor to query / manipulate + --color use color in display output (default: false) + --panic-reports value (default: "~/.lotusminer") [LOTUS_PANIC_REPORT_PATH] + --repo value (default: "~/.lotus") [LOTUS_PATH] + --miner-repo value, --storagerepo Specify miner repo path. flag(storagerepo) and env(LOTUS_STORAGE_PATH) are DEPRECATION, will REMOVE SOON (default: "~/.lotusminer") [LOTUS_MINER_PATH, LOTUS_STORAGE_PATH] + --vv enables very verbose mode, useful for debugging the CLI (default: false) + --help, -h show help (default: false) + --version, -v print the version (default: false) ``` ## lotus-miner init @@ -50,26 +50,25 @@ NAME: USAGE: lotus-miner init command [command options] [arguments...] -OPTIONS: - --actor specify the address of an already created miner actor (default: "") - --genesis-miner enable genesis mining (DON'T USE ON BOOTSTRAPPED NETWORK) (default: "false") - --create-worker-key create separate worker key (default: "false") - --worker, -w worker key to use (overrides --create-worker-key) (default: "") - --owner, -o owner key to use (default: "") - --sector-size specify sector size to use (default: "") - --pre-sealed-sectors --pre-sealed-sectors value [ --pre-sealed-sectors value ] specify set of presealed sectors for starting as a genesis miner - --pre-sealed-metadata specify the metadata file for the presealed sectors (default: "") - --nosync don't check full-node sync status (default: "false") - --symlink-imported-sectors attempt to symlink to presealed sectors instead of copying them into place (default: "false") - --no-local-storage don't use storageminer repo for sector storage (default: "false") - --gas-premium set gas premium for initialization messages in AttoFIL (default: "0") - --from select which address to send actor creation message from (default: "") - --confidence --confidence value number of block confirmations to wait for (default: 0) - --help, -h show help (default: "false") - COMMANDS: - restore Initialize a lotus miner repo from a backup - help, h Shows a list of commands or help for one command + restore Initialize a lotus miner repo from a backup + help, h Shows a list of commands or help for one command + +OPTIONS: + --actor value specify the address of an already created miner actor + --create-worker-key create separate worker key (default: false) + --worker value, -w value worker key to use (overrides --create-worker-key) + --owner value, -o value owner key to use + --sector-size value specify sector size to use + --pre-sealed-sectors value [ --pre-sealed-sectors value ] specify set of presealed sectors for starting as a genesis miner + --pre-sealed-metadata value specify the metadata file for the presealed sectors + --nosync don't check full-node sync status (default: false) + --symlink-imported-sectors attempt to symlink to presealed sectors instead of copying them into place (default: false) + --no-local-storage don't use storageminer repo for sector storage (default: false) + --gas-premium value set gas premium for initialization messages in AttoFIL (default: "0") + --from value select which address to send actor creation message from + --confidence value number of block confirmations to wait for (default: 5) + --help, -h show help ``` ### lotus-miner init restore @@ -82,11 +81,10 @@ USAGE: lotus-miner init restore [command options] [backupFile] OPTIONS: - --nosync don't check full-node sync status (default: "false") - --config config file (config.toml) (default: "") - --storage-config storage paths config (storage.json) (default: "") - --help, -h show help (default: "false") - + --nosync don't check full-node sync status (default: false) + --config value config file (config.toml) + --storage-config value storage paths config (storage.json) + --help, -h show help ``` ## lotus-miner run @@ -99,12 +97,11 @@ USAGE: lotus-miner run [command options] [arguments...] OPTIONS: - --miner-api 2345 (default: "") - --enable-gpu-proving enable use of GPU for mining operations (default: "true") - --nosync don't check full-node sync status (default: "false") - --manage-fdlimit manage open file limit (default: "true") - --help, -h show help (default: "false") - + --miner-api value 2345 + --enable-gpu-proving enable use of GPU for mining operations (default: true) + --nosync don't check full-node sync status (default: false) + --manage-fdlimit manage open file limit (default: true) + --help, -h show help ``` ## lotus-miner stop @@ -116,6 +113,8 @@ NAME: USAGE: lotus-miner stop [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ## lotus-miner config @@ -128,9 +127,12 @@ USAGE: lotus-miner config command [command options] [arguments...] COMMANDS: - default Print default node config - updated Print updated node config - help, h Shows a list of commands or help for one command + default Print default node config + updated Print updated node config + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help ``` ### lotus-miner config default @@ -143,9 +145,8 @@ USAGE: lotus-miner config default [command options] [arguments...] OPTIONS: - --no-comment don't comment default values (default: "false") - --help, -h show help (default: "false") - + --no-comment don't comment default values (default: false) + --help, -h show help ``` ### lotus-miner config updated @@ -158,9 +159,8 @@ USAGE: lotus-miner config updated [command options] [arguments...] OPTIONS: - --no-comment don't comment default values (default: "false") - --help, -h show help (default: "false") - + --no-comment don't comment default values (default: false) + --help, -h show help ``` ## lotus-miner backup @@ -175,15 +175,14 @@ USAGE: DESCRIPTION: The backup command writes a copy of node metadata under the specified path -Online backups: -For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set -to a path where backup files are supposed to be saved, and the path specified in -this command must be within this base path + Online backups: + For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set + to a path where backup files are supposed to be saved, and the path specified in + this command must be within this base path OPTIONS: - --offline create backup without the node running (default: "false") - --help, -h show help (default: "false") - + --offline create backup without the node running (default: false) + --help, -h show help ``` ## lotus-miner actor @@ -196,19 +195,22 @@ USAGE: lotus-miner actor command [command options] [arguments...] COMMANDS: - set-addresses, set-addrs set addresses that your miner can be publicly dialed on - settle-deal Settle deals manually, if dealIds are not provided all deals will be settled - withdraw withdraw available balance to beneficiary - repay-debt pay down a miner's debt - set-peer-id set the peer id of your miner - set-owner Set owner address (this command should be invoked twice, first with the old owner as the senderAddress, and then with the new owner) - control Manage control addresses - propose-change-worker Propose a worker address change - confirm-change-worker Confirm a worker address change - compact-allocated compact allocated sectors bitfield - propose-change-beneficiary Propose a beneficiary address change - confirm-change-beneficiary Confirm a beneficiary address change - help, h Shows a list of commands or help for one command + set-addresses, set-addrs set addresses that your miner can be publicly dialed on + settle-deal Settle deals manually, if dealIds are not provided all deals will be settled + withdraw withdraw available balance to beneficiary + repay-debt pay down a miner's debt + set-peer-id set the peer id of your miner + set-owner Set owner address (this command should be invoked twice, first with the old owner as the senderAddress, and then with the new owner) + control Manage control addresses + propose-change-worker Propose a worker address change + confirm-change-worker Confirm a worker address change + compact-allocated compact allocated sectors bitfield + propose-change-beneficiary Propose a beneficiary address change + confirm-change-beneficiary Confirm a beneficiary address change + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help ``` ### lotus-miner actor set-addresses @@ -221,11 +223,10 @@ USAGE: lotus-miner actor set-addresses [command options] OPTIONS: - --from optionally specify the account to send the message from (default: "") - --gas-limit --gas-limit value set gas limit (default: 0) - --unset unset address (default: "false") - --help, -h show help (default: "false") - + --from value optionally specify the account to send the message from + --gas-limit value set gas limit (default: 0) + --unset unset address (default: false) + --help, -h show help ``` ### lotus-miner actor settle-deal @@ -238,9 +239,8 @@ USAGE: lotus-miner actor settle-deal [command options] [...dealIds] OPTIONS: - --confidence number of block confirmations to wait for (default: "5") - --help, -h show help (default: "false") - + --confidence value number of block confirmations to wait for (default: 5) + --help, -h show help ``` ### lotus-miner actor withdraw @@ -253,10 +253,9 @@ USAGE: lotus-miner actor withdraw [command options] [amount (FIL)] OPTIONS: - --confidence number of block confirmations to wait for (default: "5") - --beneficiary send withdraw message from the beneficiary address (default: "false") - --help, -h show help (default: "false") - + --confidence value number of block confirmations to wait for (default: 5) + --beneficiary send withdraw message from the beneficiary address (default: false) + --help, -h show help ``` ### lotus-miner actor repay-debt @@ -269,9 +268,8 @@ USAGE: lotus-miner actor repay-debt [command options] [amount (FIL)] OPTIONS: - --from optionally specify the account to send funds from (default: "") - --help, -h show help (default: "false") - + --from value optionally specify the account to send funds from + --help, -h show help ``` ### lotus-miner actor set-peer-id @@ -284,9 +282,8 @@ USAGE: lotus-miner actor set-peer-id [command options] OPTIONS: - --gas-limit --gas-limit value set gas limit (default: 0) - --help, -h show help (default: "false") - + --gas-limit value set gas limit (default: 0) + --help, -h show help ``` ### lotus-miner actor set-owner @@ -299,9 +296,8 @@ USAGE: lotus-miner actor set-owner [command options] [newOwnerAddress senderAddress] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --help, -h show help ``` ### lotus-miner actor control @@ -314,9 +310,12 @@ USAGE: lotus-miner actor control command [command options] [arguments...] COMMANDS: - list Get currently set control addresses - set Set control address(-es) - help, h Shows a list of commands or help for one command + list Get currently set control addresses + set Set control address(-es) + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help ``` #### lotus-miner actor control list @@ -329,9 +328,8 @@ USAGE: lotus-miner actor control list [command options] [arguments...] OPTIONS: - --verbose (default: "false") - --help, -h show help (default: "false") - + --verbose (default: false) + --help, -h show help ``` #### lotus-miner actor control set @@ -344,9 +342,8 @@ USAGE: lotus-miner actor control set [command options] [...address] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --help, -h show help ``` ### lotus-miner actor propose-change-worker @@ -359,9 +356,8 @@ USAGE: lotus-miner actor propose-change-worker [command options] [address] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --help, -h show help ``` ### lotus-miner actor confirm-change-worker @@ -374,9 +370,8 @@ USAGE: lotus-miner actor confirm-change-worker [command options] [address] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --help, -h show help ``` ### lotus-miner actor compact-allocated @@ -389,11 +384,10 @@ USAGE: lotus-miner actor compact-allocated [command options] [arguments...] OPTIONS: - --mask-last-offset --mask-last-offset value Mask sector IDs from 0 to 'highest_allocated - offset' (default: 0) - --mask-upto-n --mask-upto-n value Mask sector IDs from 0 to 'n' (default: 0) - --really-do-it Actually send transaction performing the action (default: "false") - --help, -h show help (default: "false") - + --mask-last-offset value Mask sector IDs from 0 to 'highest_allocated - offset' (default: 0) + --mask-upto-n value Mask sector IDs from 0 to 'n' (default: 0) + --really-do-it Actually send transaction performing the action (default: false) + --help, -h show help ``` ### lotus-miner actor propose-change-beneficiary @@ -406,11 +400,10 @@ USAGE: lotus-miner actor propose-change-beneficiary [command options] [beneficiaryAddress quota expiration] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --overwrite-pending-change Overwrite the current beneficiary change proposal (default: "false") - --actor specify the address of miner actor (default: "") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --overwrite-pending-change Overwrite the current beneficiary change proposal (default: false) + --actor value specify the address of miner actor + --help, -h show help ``` ### lotus-miner actor confirm-change-beneficiary @@ -423,11 +416,10 @@ USAGE: lotus-miner actor confirm-change-beneficiary [command options] [minerID] OPTIONS: - --really-do-it Actually send transaction performing the action (default: "false") - --existing-beneficiary send confirmation from the existing beneficiary address (default: "false") - --new-beneficiary send confirmation from the new beneficiary address (default: "false") - --help, -h show help (default: "false") - + --really-do-it Actually send transaction performing the action (default: false) + --existing-beneficiary send confirmation from the existing beneficiary address (default: false) + --new-beneficiary send confirmation from the new beneficiary address (default: false) + --help, -h show help ``` ## lotus-miner info @@ -439,14 +431,14 @@ NAME: USAGE: lotus-miner info command [command options] [arguments...] -OPTIONS: - --hide-sectors-info hide sectors info (default: "false") - --blocks Log of produced newest blocks and rewards(Miner Fee excluded) (default: "0") - --help, -h show help (default: "false") - COMMANDS: - all dump all related miner info - help, h Shows a list of commands or help for one command + all dump all related miner info + help, h Shows a list of commands or help for one command + +OPTIONS: + --hide-sectors-info hide sectors info (default: false) + --blocks value Log of produced newest blocks and rewards(Miner Fee excluded) (default: 0) + --help, -h show help ``` ### lotus-miner info all @@ -458,6 +450,8 @@ NAME: USAGE: lotus-miner info all [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ## lotus-miner sectors @@ -470,28 +464,31 @@ USAGE: lotus-miner sectors command [command options] [arguments...] COMMANDS: - status Get the seal status of a sector by its number - list List sectors - refs List References to sectors - update-state ADVANCED: manually update the state of a sector, this may aid in error recovery - pledge store random data in a sector - numbers manage sector number assignments - precommits Print on-chain precommit info - check-expire Inspect expiring sectors - expired Get or cleanup expired sectors - extend Extend expiring sectors while not exceeding each sector's max life - terminate Terminate sector on-chain then remove (WARNING: This means losing power and collateral for the removed sector) - remove Forcefully remove a sector (WARNING: This means losing power and collateral for the removed sector (use 'terminate' for lower penalty)) - snap-up Mark a committed capacity sector to be filled with deals - abort-upgrade Abort the attempted (SnapDeals) upgrade of a CC sector, reverting it to as before - seal Manually start sealing a sector (filling any unused space with junk) - set-seal-delay Set the time (in minutes) that a new sector waits for deals before sealing starts - get-cc-collateral Get the collateral required to pledge a committed capacity sector - batching manage batch sector operations - match-pending-pieces force a refreshed match of pending pieces to open sectors without manually waiting for more deals - compact-partitions removes dead sectors from partitions and reduces the number of partitions used if possible - unseal unseal a sector - help, h Shows a list of commands or help for one command + status Get the seal status of a sector by its number + list List sectors + refs List References to sectors + update-state ADVANCED: manually update the state of a sector, this may aid in error recovery + pledge store random data in a sector + numbers manage sector number assignments + precommits Print on-chain precommit info + check-expire Inspect expiring sectors + expired Get or cleanup expired sectors + extend Extend expiring sectors while not exceeding each sector's max life + terminate Terminate sector on-chain then remove (WARNING: This means losing power and collateral for the removed sector) + remove Forcefully remove a sector (WARNING: This means losing power and collateral for the removed sector (use 'terminate' for lower penalty)) + snap-up Mark a committed capacity sector to be filled with deals + abort-upgrade Abort the attempted (SnapDeals) upgrade of a CC sector, reverting it to as before + seal Manually start sealing a sector (filling any unused space with junk) + set-seal-delay Set the time (in minutes) that a new sector waits for deals before sealing starts + get-cc-collateral Get the collateral required to pledge a committed capacity sector + batching manage batch sector operations + match-pending-pieces force a refreshed match of pending pieces to open sectors without manually waiting for more deals + compact-partitions removes dead sectors from partitions and reduces the number of partitions used if possible + unseal unseal a sector + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors status @@ -504,12 +501,11 @@ USAGE: lotus-miner sectors status [command options] OPTIONS: - --log, -l display event log (default: "false") - --on-chain-info, -c show sector on chain info (default: "false") - --partition-info, -p show partition related info (default: "false") - --proof print snark proof bytes as hex (default: "false") - --help, -h show help (default: "false") - + --log, -l display event log (default: false) + --on-chain-info, -c show sector on chain info (default: false) + --partition-info, -p show partition related info (default: false) + --proof print snark proof bytes as hex (default: false) + --help, -h show help ``` ### lotus-miner sectors list @@ -521,20 +517,20 @@ NAME: USAGE: lotus-miner sectors list command [command options] [arguments...] -OPTIONS: - --show-removed, -r show removed sectors (default: "false") - --fast, -f don't show on-chain info for better performance (default: "false") - --events, -e display number of events the sector has received (default: "false") - --initial-pledge, -p display initial pledge (default: "false") - --seal-time, -t display how long it took for the sector to be sealed (default: "false") - --states filter sectors by a comma-separated list of states (default: "") - --unproven, -u only show sectors which aren't in the 'Proving' state (default: "false") - --check-parallelism --check-parallelism value number of parallel requests to make for checking sector states (default: 0) - --help, -h show help (default: "false") - COMMANDS: - upgrade-bounds Output upgrade bounds for available sectors - help, h Shows a list of commands or help for one command + upgrade-bounds Output upgrade bounds for available sectors + help, h Shows a list of commands or help for one command + +OPTIONS: + --show-removed, -r show removed sectors (default: false) + --fast, -f don't show on-chain info for better performance (default: false) + --events, -e display number of events the sector has received (default: false) + --initial-pledge, -p display initial pledge (default: false) + --seal-time, -t display how long it took for the sector to be sealed (default: false) + --states value filter sectors by a comma-separated list of states + --unproven, -u only show sectors which aren't in the 'Proving' state (default: false) + --check-parallelism value number of parallel requests to make for checking sector states (default: 300) + --help, -h show help ``` #### lotus-miner sectors list upgrade-bounds @@ -547,11 +543,10 @@ USAGE: lotus-miner sectors list upgrade-bounds [command options] [arguments...] OPTIONS: - --buckets (default: "25") - --csv output machine-readable values (default: "false") - --deal-terms bucket by how many deal-sectors can start at a given expiration (default: "false") - --help, -h show help (default: "false") - + --buckets value (default: 25) + --csv output machine-readable values (default: false) + --deal-terms bucket by how many deal-sectors can start at a given expiration (default: false) + --help, -h show help ``` ### lotus-miner sectors refs @@ -563,6 +558,8 @@ NAME: USAGE: lotus-miner sectors refs [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors update-state @@ -575,9 +572,8 @@ USAGE: lotus-miner sectors update-state [command options] OPTIONS: - --really-do-it pass this flag if you know what you are doing (default: "false") - --help, -h show help (default: "false") - + --really-do-it pass this flag if you know what you are doing (default: false) + --help, -h show help ``` ### lotus-miner sectors pledge @@ -589,6 +585,8 @@ NAME: USAGE: lotus-miner sectors pledge [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors numbers @@ -601,11 +599,14 @@ USAGE: lotus-miner sectors numbers command [command options] [arguments...] COMMANDS: - info view sector assigner state - reservations list sector number reservations - reserve create sector number reservations - free remove sector number reservations - help, h Shows a list of commands or help for one command + info view sector assigner state + reservations list sector number reservations + reserve create sector number reservations + free remove sector number reservations + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help ``` #### lotus-miner sectors numbers info @@ -617,6 +618,8 @@ NAME: USAGE: lotus-miner sectors numbers info [command options] [arguments...] +OPTIONS: + --help, -h show help ``` #### lotus-miner sectors numbers reservations @@ -628,6 +631,8 @@ NAME: USAGE: lotus-miner sectors numbers reservations [command options] [arguments...] +OPTIONS: + --help, -h show help ``` #### lotus-miner sectors numbers reserve @@ -640,9 +645,8 @@ USAGE: lotus-miner sectors numbers reserve [command options] [reservation name] [reserved ranges] OPTIONS: - --force skip duplicate reservation checks (note: can lead to damaging other reservations on free) (default: "false") - --help, -h show help (default: "false") - + --force skip duplicate reservation checks (note: can lead to damaging other reservations on free) (default: false) + --help, -h show help ``` #### lotus-miner sectors numbers free @@ -654,6 +658,8 @@ NAME: USAGE: lotus-miner sectors numbers free [command options] [reservation name] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors precommits @@ -665,6 +671,8 @@ NAME: USAGE: lotus-miner sectors precommits [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors check-expire @@ -677,9 +685,8 @@ USAGE: lotus-miner sectors check-expire [command options] [arguments...] OPTIONS: - --cutoff --cutoff value skip sectors whose current expiration is more than epochs from now, defaults to 60 days (default: 0) - --help, -h show help (default: "false") - + --cutoff value skip sectors whose current expiration is more than epochs from now, defaults to 60 days (default: 172800) + --help, -h show help ``` ### lotus-miner sectors expired @@ -692,12 +699,10 @@ USAGE: lotus-miner sectors expired [command options] [arguments...] OPTIONS: - --show-removed show removed sectors (default: "false") - --remove-expired remove expired sectors (default: "false") - --confirm-remove-count --confirm-remove-count value (default: 0) - --expired-epoch --expired-epoch value epoch at which to check sector expirations (default: WinningPoSt lookback epoch) - --help, -h show help (default: "false") - + --show-removed show removed sectors (default: false) + --remove-expired remove expired sectors (default: false) + --expired-epoch value epoch at which to check sector expirations (default: WinningPoSt lookback epoch) + --help, -h show help ``` ### lotus-miner sectors extend @@ -710,20 +715,19 @@ USAGE: lotus-miner sectors extend [command options] OPTIONS: - --from --from value only consider sectors whose current expiration epoch is in the range of [from, to], defaults to: now + 120 (1 hour) (default: 0) - --to --to value only consider sectors whose current expiration epoch is in the range of [from, to], defaults to: now + 92160 (32 days) (default: 0) - --sector-file provide a file containing one sector number in each line, ignoring above selecting criteria (default: "") - --exclude optionally provide a file containing excluding sectors (default: "") - --extension --extension value try to extend selected sectors by this number of epochs, defaults to 540 days (default: 0) - --new-expiration --new-expiration value try to extend selected sectors to this epoch, ignoring extension (default: 0) - --only-cc only extend CC sectors (useful for making sector ready for snap upgrade) (default: "false") - --drop-claims drop claims for sectors that can be extended, but only by dropping some of their verified power claims (default: "false") - --tolerance --tolerance value don't try to extend sectors by fewer than this number of epochs, defaults to 7 days (default: 0) - --max-fee use up to this amount of FIL for one message. pass this flag to avoid message congestion. (default: "0") - --max-sectors --max-sectors value the maximum number of sectors contained in each message (default: 0) - --really-do-it pass this flag to really extend sectors, otherwise will only print out json representation of parameters (default: "false") - --help, -h show help (default: "false") - + --from value only consider sectors whose current expiration epoch is in the range of [from, to], defaults to: now + 120 (1 hour) (default: 0) + --to value only consider sectors whose current expiration epoch is in the range of [from, to], defaults to: now + 92160 (32 days) (default: 0) + --sector-file value provide a file containing one sector number in each line, ignoring above selecting criteria + --exclude value optionally provide a file containing excluding sectors + --extension value try to extend selected sectors by this number of epochs, defaults to 540 days (default: 1555200) + --new-expiration value try to extend selected sectors to this epoch, ignoring extension (default: 0) + --only-cc only extend CC sectors (useful for making sector ready for snap upgrade) (default: false) + --drop-claims drop claims for sectors that can be extended, but only by dropping some of their verified power claims (default: false) + --tolerance value don't try to extend sectors by fewer than this number of epochs, defaults to 7 days (default: 20160) + --max-fee value use up to this amount of FIL for one message. pass this flag to avoid message congestion. (default: "0") + --max-sectors value the maximum number of sectors contained in each message (default: 0) + --really-do-it pass this flag to really extend sectors, otherwise will only print out json representation of parameters (default: false) + --help, -h show help ``` ### lotus-miner sectors terminate @@ -735,14 +739,14 @@ NAME: USAGE: lotus-miner sectors terminate command [command options] -OPTIONS: - --really-do-it pass this flag if you know what you are doing (default: "false") - --help, -h show help (default: "false") - COMMANDS: - flush Send a terminate message if there are sectors queued for termination - pending List sector numbers of sectors pending termination - help, h Shows a list of commands or help for one command + flush Send a terminate message if there are sectors queued for termination + pending List sector numbers of sectors pending termination + help, h Shows a list of commands or help for one command + +OPTIONS: + --really-do-it pass this flag if you know what you are doing (default: false) + --help, -h show help ``` #### lotus-miner sectors terminate flush @@ -754,6 +758,8 @@ NAME: USAGE: lotus-miner sectors terminate flush [command options] [arguments...] +OPTIONS: + --help, -h show help ``` #### lotus-miner sectors terminate pending @@ -765,6 +771,8 @@ NAME: USAGE: lotus-miner sectors terminate pending [command options] [arguments...] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors remove @@ -777,9 +785,8 @@ USAGE: lotus-miner sectors remove [command options] OPTIONS: - --really-do-it pass this flag if you know what you are doing (default: "false") - --help, -h show help (default: "false") - + --really-do-it pass this flag if you know what you are doing (default: false) + --help, -h show help ``` ### lotus-miner sectors snap-up @@ -791,6 +798,8 @@ NAME: USAGE: lotus-miner sectors snap-up [command options] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors abort-upgrade @@ -803,9 +812,8 @@ USAGE: lotus-miner sectors abort-upgrade [command options] OPTIONS: - --really-do-it pass this flag if you know what you are doing (default: "false") - --help, -h show help (default: "false") - + --really-do-it pass this flag if you know what you are doing (default: false) + --help, -h show help ``` ### lotus-miner sectors seal @@ -817,6 +825,8 @@ NAME: USAGE: lotus-miner sectors seal [command options] +OPTIONS: + --help, -h show help ``` ### lotus-miner sectors set-seal-delay @@ -829,9 +839,8 @@ USAGE: lotus-miner sectors set-seal-delay [command options]