note that you need to manually download params when building in debug mode

This commit is contained in:
whyrusleeping 2020-01-13 17:15:42 -08:00
parent 0bafc00b52
commit 92357b3a8b

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