mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-26 02:38:58 +08:00
update scripts and docs to use human-readable sector size
Commit #fa863595 modified various CLI commands to accept a human-readable sector size. We should update docs and scripts, too.
This commit is contained in:
@ -4,7 +4,7 @@ set -o xtrace
|
||||
|
||||
export TRUST_PARAMS=1
|
||||
|
||||
go run -tags=debug ./cmd/lotus-seed pre-seal --sector-size 2048 --num-sectors 2
|
||||
go run -tags=debug ./cmd/lotus-seed pre-seal --sector-size 2KiB --num-sectors 2
|
||||
go run -tags=debug ./cmd/lotus-seed genesis new localnet.json
|
||||
go run -tags=debug ./cmd/lotus-seed genesis add-miner localnet.json ~/.genesis-sectors/pre-seal-t01000.json
|
||||
go run -tags=debug ./cmd/lotus daemon --lotus-make-genesis=devel.gen --genesis-template=localnet.json --bootstrap=false
|
||||
|
Reference in New Issue
Block a user