Skip to content

Chore: update Lotus version references to 1.33.0 #2400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nodes/full-nodes/basic-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ To install Lotus on your computer, follow these steps:
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:

```sh
sudo tar -C /usr/local/bin -xzf lotus-1.32.3-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xzf lotus-1.33.0-linux-amd64.tar.gz
```

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:

```sh
cd /usr/local/bin/lotus-1.32.3
cd /usr/local/bin/lotus-1.33.0
```

4. Run the `lotus` binary file to start the Lotus daemon. You can do this by running the command:
Expand Down
16 changes: 8 additions & 8 deletions nodes/lite-nodes/spin-up-a-lite-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ Before we can build the Lotus binaries, we need to follow a few pre-build steps.
This should output something like:

```output
v1.32.3
v1.33.0
```
3. Using the value returned from the previous command, checkout to the latest release branch:

```shell
git checkout v1.32.3
git checkout v1.33.0
```
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.
{% endtab %}
Expand All @@ -99,12 +99,12 @@ Before we can build the Lotus binaries, we need to follow a few pre-build steps.
This should output something like:

```output
v1.32.3
v1.33.0
```
3. Using the value returned from the previous command, checkout to the latest release branch:

```shell
git checkout v1.32.3
git checkout v1.33.0
```
4. Create the necessary environment variables to allow Lotus to run on M1 architecture:

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

```output
v1.32.3
v1.33.0
```
3. Using the value returned from the previous command, checkout to the latest release branch:

```shell
git checkout v1.32.3
git checkout v1.33.0
```
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).

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

```plaintext
lotus version 1.32.3+mainnet+git.1ff3b360b
lotus version 1.33.0+mainnet+git.1ff3b360b
```
{% endtab %}

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

```plaintext
lotus version 1.32.3+calibnet+git.1ff3b360b
lotus version 1.33.0+calibnet+git.1ff3b360b
```
{% endtab %}
{% endtabs %}
Expand Down
2 changes: 1 addition & 1 deletion storage-providers/pdp/install-and-run-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lotus --version
```

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

***
Expand Down