Skip to content

Commit 9878338

Browse files
authored
Merge pull request #2400 from filecoin-project/update-lotus-version
Chore: update Lotus version references to 1.33.0
2 parents 4ef7589 + 2501828 commit 9878338

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

nodes/full-nodes/basic-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To install Lotus on your computer, follow these steps:
1212
2. Once you have downloaded the binary file, extract the contents to a directory of your choice. For example, if you are using Linux, you can extract the contents to the `/usr/local/bin directory` by running the command:
1313

1414
```sh
15-
sudo tar -C /usr/local/bin -xzf lotus-1.32.3-linux-amd64.tar.gz
15+
sudo tar -C /usr/local/bin -xzf lotus-1.33.0-linux-amd64.tar.gz
1616
```
1717

1818
3. After extracting the contents, navigate to the `lotus` directory in your terminal. For example, if you extracted the contents to `/usr/local/bin`, you can navigate to the lotus directory by running the command:
1919

2020
```sh
21-
cd /usr/local/bin/lotus-1.32.3
21+
cd /usr/local/bin/lotus-1.33.0
2222
```
2323

2424
4. Run the `lotus` binary file to start the Lotus daemon. You can do this by running the command:

nodes/lite-nodes/spin-up-a-lite-node.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ Before we can build the Lotus binaries, we need to follow a few pre-build steps.
7373
This should output something like:
7474

7575
```output
76-
v1.32.3
76+
v1.33.0
7777
```
7878
3. Using the value returned from the previous command, checkout to the latest release branch:
7979

8080
```shell
81-
git checkout v1.32.3
81+
git checkout v1.33.0
8282
```
8383
4. Done! You can move on to the [Build](https://docs.filecoin.io/nodes/lite-nodes/spin-up-a-lite-node/#build-the-binary) section.
8484
{% endtab %}
@@ -99,12 +99,12 @@ Before we can build the Lotus binaries, we need to follow a few pre-build steps.
9999
This should output something like:
100100

101101
```output
102-
v1.32.3
102+
v1.33.0
103103
```
104104
3. Using the value returned from the previous command, checkout to the latest release branch:
105105

106106
```shell
107-
git checkout v1.32.3
107+
git checkout v1.33.0
108108
```
109109
4. Create the necessary environment variables to allow Lotus to run on M1 architecture:
110110

@@ -132,12 +132,12 @@ Before we can build the Lotus binaries, we need to follow a few pre-build steps.
132132
This should output something like:
133133

134134
```output
135-
v1.32.3
135+
v1.33.0
136136
```
137137
3. Using the value returned from the previous command, checkout to the latest release branch:
138138

139139
```shell
140-
git checkout v1.32.3
140+
git checkout v1.33.0
141141
```
142142
4. If your processor was released later than an AMD Zen or Intel Ice Lake CPU, enable SHA extensions by adding these two environment variables. If in doubt, ignore this command and move on to [the next section](https://docs.filecoin.io/nodes/lite-nodes/spin-up-a-lite-node/#build-the-binary).
143143

@@ -175,7 +175,7 @@ The last thing we need to do to get our node setup is to build the package. The
175175
This will output something like:
176176

177177
```plaintext
178-
lotus version 1.32.3+mainnet+git.1ff3b360b
178+
lotus version 1.33.0+mainnet+git.1ff3b360b
179179
```
180180
{% endtab %}
181181

@@ -200,7 +200,7 @@ The last thing we need to do to get our node setup is to build the package. The
200200
This will output something like:
201201

202202
```plaintext
203-
lotus version 1.32.3+calibnet+git.1ff3b360b
203+
lotus version 1.33.0+calibnet+git.1ff3b360b
204204
```
205205
{% endtab %}
206206
{% endtabs %}

storage-providers/pdp/install-and-run-lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lotus --version
3535
```
3636

3737
{% hint style="success" %}
38-
You should see something like: `lotus version 1.32.3+mainnet+git.ff88d8269`
38+
You should see something like: `lotus version 1.33.0+mainnet+git.ff88d8269`
3939
{% endhint %}
4040

4141
***

0 commit comments

Comments
 (0)