-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# sptool | ||
``` | ||
NAME: | ||
sptool - Manage Filecoin Miner Actor | ||
USAGE: | ||
sptool [global options] command [command options] [arguments...] | ||
VERSION: | ||
1.27.0-dev | ||
COMMANDS: | ||
actor Manage Filecoin Miner Actor Metadata | ||
help, h Shows a list of commands or help for one command | ||
GLOBAL OPTIONS: | ||
--log-level value (default: "info") | ||
--actor value miner actor to manage | ||
--help, -h show help | ||
--version, -v print the version | ||
``` | ||
|
||
## sptool actor | ||
``` | ||
NAME: | ||
sptool actor - Manage Filecoin Miner Actor Metadata | ||
USAGE: | ||
sptool actor command [command options] [arguments...] | ||
COMMANDS: | ||
withdraw withdraw available balance to beneficiary | ||
help, h Shows a list of commands or help for one command | ||
OPTIONS: | ||
--help, -h show help | ||
``` | ||
|
||
### sptool actor withdraw | ||
``` | ||
NAME: | ||
sptool actor withdraw - withdraw available balance to beneficiary | ||
USAGE: | ||
sptool actor withdraw [command options] [amount (FIL)] | ||
OPTIONS: | ||
--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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters