Skip to content

Commit 2df29f3

Browse files
committed
Update mainnet-2026-jan-20 -> mainnet-2026-feb-28
1 parent 258c216 commit 2df29f3

File tree

9 files changed

+57
-57
lines changed

9 files changed

+57
-57
lines changed

docs/farming/additional-guides/cli-node-types.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the most common type of node as it is used by farmers. It processes all
2525
:::
2626

2727
```bash
28-
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20 run \
28+
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28 run \
2929
--chain mainnet \
3030
--base-path "<BASE_PATH>"
3131
```
@@ -43,7 +43,7 @@ An archival node keeps a history of all blocks and serves peers. It preserves th
4343
:::
4444

4545
```bash
46-
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20 run \
46+
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28 run \
4747
--chain mainnet \
4848
--base-path "<BASE_PATH>" \
4949
--blocks-pruning archive \
@@ -64,7 +64,7 @@ Timekeepers run the Proof-of-Time chain and maintain the randomness beacon for t
6464
:::
6565

6666
```bash
67-
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20 run \
67+
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28 run \
6868
--chain mainnet \
6969
--timekeeper \
7070
--timekeeper-cpu-cores 4 \

docs/farming/cli/cli-farming-cluster.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Refer to our guide on [Port Forwarding](/farming/guides/port-config).
126126
:::
127127

128128
```bash
129-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
129+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
130130
cluster \
131131
--nats-server "nats://<NATS_IP>:4222" \
132132
controller \
@@ -173,7 +173,7 @@ The current Archive History Size can be found in the top cards on [Subscan Block
173173
:::
174174

175175
```bash
176-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
176+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
177177
cluster \
178178
--nats-server "nats://<NATS_IP>:4222" \
179179
cache \
@@ -212,7 +212,7 @@ Refer to `./subspace-farmer cluster cache --help` for an explanation of addition
212212
:::
213213

214214
```bash
215-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
215+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
216216
cluster \
217217
--nats-server "nats://<NATS_IP>:4222" \
218218
plotter
@@ -240,7 +240,7 @@ Refer to `./subspace-farmer cluster plotter --help` for an explanation of parame
240240
:::
241241

242242
```bash
243-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
243+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
244244
cluster \
245245
--nats-server "nats://<NATS_IP>:4222" \
246246
farmer \
@@ -276,7 +276,7 @@ Refer to `./subspace-farmer cluster farmer --help` for an explanation of each op
276276
<summary>You can run Farming Cluster components individually or combine them to run simultaneously.</summary>
277277

278278
```bash
279-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
279+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
280280
cluster \
281281
--nats-server "nats://<NATS_IP>:4222" \
282282
controller \
@@ -322,7 +322,7 @@ flowchart
322322
<summary>Configuration</summary>
323323

324324
```bash
325-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 cluster \
325+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 cluster \
326326
controller \
327327
--nats-server="nats://<NATS_IP_1>:4222" \
328328
--nats-server="nats://<NATS_IP_2>:4222" \
@@ -382,7 +382,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
382382
<summary>Configuration</summary>
383383

384384
```bash title="Controller #1"
385-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
385+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
386386
cluster \
387387
--nats-server "nats://<NATS_IP>:4222" \
388388
controller \
@@ -393,7 +393,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
393393
```
394394

395395
```bash title="Controller #2"
396-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
396+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
397397
cluster \
398398
--nats-server "nats://<NATS_IP>:4222" \
399399
controller \
@@ -403,7 +403,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
403403
```
404404

405405
```bash title="Cache #1"
406-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
406+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
407407
cluster \
408408
--nats-server "nats://<NATS_IP>:4222" \
409409
cache \
@@ -412,7 +412,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
412412
```
413413

414414
```bash title="Cache #2"
415-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
415+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
416416
cluster \
417417
--nats-server "nats://<NATS_IP>:4222" \
418418
cache \
@@ -421,21 +421,21 @@ Each cache group must have a unique name, and controllers can be assigned one or
421421
```
422422

423423
```bash title="Plotter #1"
424-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
424+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
425425
cluster \
426426
--nats-server "nats://<NATS_IP>:4222" \
427427
plotter
428428
```
429429

430430
```bash title="Plotter #2"
431-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
431+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
432432
cluster \
433433
--nats-server "nats://<NATS_IP>:4222" \
434434
plotter
435435
```
436436

437437
```bash title="Farmer #1"
438-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
438+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
439439
cluster \
440440
--nats-server "nats://<NATS_IP>:4222" \
441441
farmer \
@@ -444,7 +444,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
444444
```
445445

446446
```bash title="Farmer #2"
447-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
447+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
448448
cluster \
449449
--nats-server "nats://<NATS_IP>:4222" \
450450
farmer \
@@ -453,7 +453,7 @@ Each cache group must have a unique name, and controllers can be assigned one or
453453
```
454454

455455
```bash title="Farmer #3"
456-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
456+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
457457
cluster \
458458
--nats-server "nats://<NATS_IP>:4222" \
459459
farmer \

docs/farming/cli/cli-tips.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ If you were running a node previously, and want to switch to a new network, plea
4040
:::
4141

4242
```bash
43-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 wipe <PATH_TO_FARM>
44-
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20 wipe <BASE_PATH>
43+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 wipe <PATH_TO_FARM>
44+
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28 wipe <BASE_PATH>
4545
```
4646

4747
Now follow the installation guide from the beginning.
@@ -55,7 +55,7 @@ To maximize storage capabilities, you can engage multiple disks directly. This i
5555
:::
5656

5757
```bash
58-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 farm --reward-address "<REWARD_ADDRESS>" \
58+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 farm --reward-address "<REWARD_ADDRESS>" \
5959
path="/media/ssd1,size=4TiB" \
6060
path="/media/ssd2,size=8TiB"
6161
```
@@ -136,7 +136,7 @@ For example, you can include record-chunks-mode= after defining the path and siz
136136
Benchmarking helps you test the plotting speed of your farmer against different versions of the Autonomys Network.
137137

138138
```
139-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 benchmark audit <PATH_TO_FARM>
139+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 benchmark audit <PATH_TO_FARM>
140140
```
141141

142142
:::tip
@@ -154,7 +154,7 @@ To read more about audit benchmarking, [read this forum post](https://forum.auto
154154
There is a second command available, which helps you determine how much time your farmer has after auditing to provide proof.
155155

156156
```
157-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 benchmark prove <PATH_TO_FARM>
157+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 benchmark prove <PATH_TO_FARM>
158158
```
159159

160160
Each farmer has ~4 seconds to audit and prove, so depending on how fast auditing is, the remaining time will be used for proving.
@@ -170,7 +170,7 @@ To read more about prove benchmarking, [read this forum post](https://forum.auto
170170
In certain situations, especially when the farmer terminates unexpectedly or encounters an error, it might fail to restart correctly. The scrub command assists in resolving such issues by cleaning or resetting the specified farm.
171171

172172
```
173-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 scrub <PATH_TO_FARM>
173+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 scrub <PATH_TO_FARM>
174174
```
175175

176176
:::tip

docs/farming/cli/platforms/_linux.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ import ReleaseContainer from '@site/src/components/ReleaseContainer';
66

77
<ReleaseContainer>
88
<ReleaseButton
9-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20"
9+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28"
1010
title="Node Executable"
1111
subtitle="(Skylake+ CPU)" />
1212
<ReleaseButton
13-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20"
13+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28"
1414
title="Farmer Executable"
1515
subtitle="(Skylake+ CPU)" />
1616
</ReleaseContainer>
1717

1818
<ReleaseContainer>
1919
<ReleaseButton
20-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-x86_64-v2-mainnet-2026-jan-20"
20+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-x86_64-v2-mainnet-2026-feb-28"
2121
title="Node Executable"
2222
subtitle="(Legacy CPU)" />
2323
<ReleaseButton
24-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-x86_64-v2-mainnet-2026-jan-20"
24+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-x86_64-v2-mainnet-2026-feb-28"
2525
title="Farmer Executable"
2626
subtitle="(Legacy CPU)" />
2727
</ReleaseContainer>
2828

2929
<ReleaseContainer>
3030
<ReleaseButton
31-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-aarch64-mainnet-2026-jan-20"
31+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-aarch64-mainnet-2026-feb-28"
3232
title="Node Executable"
3333
subtitle="(Aarch64/Raspberry Pi)" />
3434
<ReleaseButton
35-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-aarch64-mainnet-2026-jan-20"
35+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-aarch64-mainnet-2026-feb-28"
3636
title="Farmer Executable"
3737
subtitle="(Aarch64/Raspberry Pi)" />
3838
</ReleaseContainer>
@@ -49,8 +49,8 @@ cd ~/Downloads
4949
2. Make the `farmer` and `node` executable:
5050

5151
```bash
52-
chmod +x subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20
53-
chmod +x subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20
52+
chmod +x subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28
53+
chmod +x subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28
5454
```
5555

5656
3. Start the node using the command below. Ensure you copy the entire command:
@@ -63,7 +63,7 @@ chmod +x subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20
6363
:::
6464

6565
```bash
66-
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20 \
66+
./subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28 \
6767
run \
6868
--chain mainnet \
6969
--base-path "<BASE_PATH>" \
@@ -135,7 +135,7 @@ Reserve at least 100GiB for the node and additional space for your operating sys
135135
:::
136136

137137
```bash
138-
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20 farm \
138+
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28 farm \
139139
--reward-address "<REWARD_ADDRESS>" \
140140
path="<PATH_TO_FARM>,size=<FARM_SIZE>"
141141
```

docs/farming/cli/platforms/_macos.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The minimum support macOS version is version 12+
1313

1414
<ReleaseContainer>
1515
<ReleaseButton
16-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-macos-aarch64-mainnet-2026-jan-20.zip"
16+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-macos-aarch64-mainnet-2026-feb-28.zip"
1717
title="Node Executable"
1818
subtitle="(Apple CPU)" />
1919
<ReleaseButton
20-
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-macos-aarch64-mainnet-2026-jan-20.zip"
20+
to="https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-macos-aarch64-mainnet-2026-feb-28.zip"
2121
title="Farmer Executable"
2222
subtitle="(Apple CPU)" />
2323
</ReleaseContainer>
@@ -37,8 +37,8 @@ After this, simply repeat the step you prompted for. This time, click the `Open`
3737

3838
2. Make the farmer & node executable:
3939

40-
- `chmod +x subspace-farmer-macos-aarch64-mainnet-2026-jan-20`
41-
- `chmod +x subspace-node-macos-aarch64-mainnet-2026-jan-20`
40+
- `chmod +x subspace-farmer-macos-aarch64-mainnet-2026-feb-28`
41+
- `chmod +x subspace-node-macos-aarch64-mainnet-2026-feb-28`
4242

4343
3. Start the node using the command below. Ensure you copy the entire command:
4444

@@ -50,7 +50,7 @@ After this, simply repeat the step you prompted for. This time, click the `Open`
5050
:::
5151

5252
```bash
53-
./subspace-node-macos-aarch64-mainnet-2026-jan-20 \
53+
./subspace-node-macos-aarch64-mainnet-2026-feb-28 \
5454
run \
5555
--chain mainnet \
5656
--base-path "<BASE_PATH>" \
@@ -103,7 +103,7 @@ Reserve at least 100GiB for the node and additional space for your operating sys
103103
:::
104104

105105
```bash
106-
./subspace-farmer-macos-aarch64-mainnet-2026-jan-20 farm --reward-address \"<REWARD_ADDRESS>\" path=\"<PATH_TO_FARM>,size=<FARM_SIZE>\"
106+
./subspace-farmer-macos-aarch64-mainnet-2026-feb-28 farm --reward-address \"<REWARD_ADDRESS>\" path=\"<PATH_TO_FARM>,size=<FARM_SIZE>\"
107107
```
108108

109109
2. You should see output similar to this in your terminal:

docs/farming/cli/platforms/_source.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You'll have to have [Rust toolchain](https://rustup.rs/) installed as well as LL
1919
sudo apt-get install llvm clang cmake
2020
```
2121

22-
Now clone the source and build snapshot `mainnet-2026-jan-20` (replace occurrences with the snapshot you want to build):
22+
Now clone the source and build snapshot `mainnet-2026-feb-28` (replace occurrences with the snapshot you want to build):
2323
```bash
2424
git clone https://github.com/autonomys/subspace.git
2525
cd subspace
26-
git checkout mainnet-2026-jan-20
26+
git checkout mainnet-2026-feb-28
2727
cargo build \
2828
--profile production \
2929
--bin subspace-node \

docs/farming/cli/platforms/_systemd.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Download the Executable Files, using the appropriate commands:
4141
</summary>
4242
Node:
4343
```bash
44-
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-x86_64-v2-mainnet-2026-jan-20
44+
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-x86_64-v2-mainnet-2026-feb-28
4545
```
4646
Farmer:
4747
```bash
48-
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-x86_64-v2-mainnet-2026-jan-20
48+
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-x86_64-v2-mainnet-2026-feb-28
4949
```
5050
</details>
5151
<details>
@@ -54,11 +54,11 @@ Download the Executable Files, using the appropriate commands:
5454
</summary>
5555
Node:
5656
```bash
57-
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-x86_64-skylake-mainnet-2026-jan-20
57+
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-x86_64-skylake-mainnet-2026-feb-28
5858
```
5959
Farmer:
6060
```bash
61-
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-jan-20
61+
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2026-feb-28
6262
```
6363
</details>
6464
</details>
@@ -69,11 +69,11 @@ Download the Executable Files, using the appropriate commands:
6969
</summary>
7070
Node:
7171
```bash
72-
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-node-ubuntu-aarch64-mainnet-2026-jan-20
72+
wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-node-ubuntu-aarch64-mainnet-2026-feb-28
7373
```
7474
Farmer:
7575
```bash
76-
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-jan-20/subspace-farmer-ubuntu-aarch64-mainnet-2026-jan-20
76+
wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2026-feb-28/subspace-farmer-ubuntu-aarch64-mainnet-2026-feb-28
7777
```
7878
</details>
7979

0 commit comments

Comments
 (0)