Merge remote-tracking branch 'origin/master' into feat/chainwatch-pg

This commit is contained in:
Łukasz Magiera 2020-01-14 06:09:30 +01:00
commit a1e2a4452c

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