Merge pull request #1066 from filecoin-project/docs/1k-params-debug

note that you need to manually download params when building in debug
This commit is contained in:
Łukasz Magiera 2020-01-14 02:17:27 +01:00 committed by GitHub
commit 6cdac5df4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,11 @@ Build the Lotus Binaries in debug mode, This enables the use of 1024 byte sector
make debug
```
Download the 1024 byte parameters:
```sh
./lotus fetch-params --proving-params 1024
```
Pre-seal some sectors:
```sh