You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
80
74
81
-
1. Remove any existing repositories.
75
+
2. Remove any existing repositories.
82
76
83
77
```shell
84
78
rm -rf ~/.genesis-sectors
85
79
```
86
80
87
-
1. Build the `2k` binary for Lotus:
81
+
3. Build the `2k` binary for Lotus:
88
82
89
83
```shell
90
84
make 2k
91
85
```
92
86
93
-
1. Fetch the proving parameters for a 2048-byte sector size:
87
+
4. Fetch the proving parameters for a 2048-byte sector size:
94
88
95
89
```shell
96
90
./lotus fetch-params 2048
@@ -104,13 +98,13 @@ Filecoin local networks use slightly different binaries than those used in the F
104
98
105
99
This command may take several minutes to complete.
106
100
107
-
1. (**Local network with Fil+**) Build `lotus-shed`:
101
+
5. (**Local network with Fil+**) Build `lotus-shed`:
108
102
109
103
```shell
110
104
make lotus-shed
111
105
```
112
106
113
-
1. (**Local network with Fil+**) Create a BLS-addresses to serve as the first root key holder:
107
+
6. (**Local network with Fil+**) Create a BLS-addresses to serve as the first root key holder:
114
108
115
109
```shell
116
110
./lotus-shed keyinfo new bls
@@ -122,7 +116,7 @@ Filecoin local networks use slightly different binaries than those used in the F
122
116
123
117
Make a note of this address `<root-key-1>`, as you will need it in a later step.
124
118
125
-
1. (**Local network with Fil+**) Create a BLS-addresses to serve as the second root key holder:
119
+
7. (**Local network with Fil+**) Create a BLS-addresses to serve as the second root key holder:
126
120
127
121
```shell
128
122
./lotus-shed keyinfo new bls
@@ -134,7 +128,7 @@ Filecoin local networks use slightly different binaries than those used in the F
134
128
135
129
Make a note of this address `<root-key-2>`, as you will need it in a later step.
@@ -146,21 +140,21 @@ Filecoin local networks use slightly different binaries than those used in the F
146
140
2021-02-23T10:59:36.937-0500 INFO preseal seed/seed.go:232 Writing preseal manifest to /home/user/.genesis-sectors/pre-seal-t01000.json
147
141
```
148
142
149
-
1. Create the genesis block:
143
+
9. Create the genesis block:
150
144
151
145
```shell
152
146
./lotus-seed genesis new localnet.json
153
147
```
154
148
155
149
This command doesn't output anything on success.
156
150
157
-
1. (**Local network with Fil+**) Using `<root-key-1>` and `<root-key-2>`, set the root key holders in the genesis block with a signature threshold of 2 for the f080 actor:
151
+
10. (**Local network with Fil+**) Using `<root-key-1>` and `<root-key-2>`, set the root key holders in the genesis block with a signature threshold of 2 for the f080 actor:
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
180
174
181
175
182
176
1. If you are in China, see "[Lotus: tips when running in China]({{< relref "" >}})".
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
129
123
130
124
1. Create the necessary environment variables to allow Lotus to run on M1 architecture:
131
125
@@ -170,13 +164,7 @@ These instructions are for installing Lotus on an Intel Mac. If you have an M1-b
170
164
git checkout $LATEST_RELEASE
171
165
```
172
166
173
-
{{< alert >}}
174
-
The `releases` branch has been deprecated. To get the latest version:\
175
-
Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1`
176
-
Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\
177
-
If you need a specific release, specify a specific <tag_or_release>. For example: git checkout v1.28.1.\
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
180
168
181
169
1. If you are in China, take a look at some [tips for running Lotus in China]({{< relref "../../kb/nodes-in-china/" >}})".
0 commit comments