diff --git a/docs/protocol/substrate-cli.mdx b/docs/protocol/substrate-cli.mdx
index 7a5b9af5462..5ce7f728ef5 100644
--- a/docs/protocol/substrate-cli.mdx
+++ b/docs/protocol/substrate-cli.mdx
@@ -168,12 +168,12 @@ We will be downloading two files for your respective operating system.
@@ -221,7 +221,7 @@ We will be downloading two files for your respective operating system.
```powershell
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- .\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe `
+ .\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-09.exe `
--chain gemini-3g `
--blocks-pruning 256 `
--state-pruning archive-canonical `
@@ -258,7 +258,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- .\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ .\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-09.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
7. You should see something similar in the terminal:
```text
@@ -290,12 +290,12 @@ We will be downloading two files for your respective operating system.
@@ -330,8 +330,8 @@ We will be downloading two files for your respective operating system.
1. Open your favorite terminal, and change to the Downloads directory using `cd Downloads`
2. Make the farmer & node executable:
- - `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-07`
- - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-07`
+ - `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-09`
+ - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-09`
1. We will then start the node using the following command
> *Note, when attempting to run this command you may be prompted:* Click on `cancel` instead of moving it to trash.
@@ -341,7 +341,7 @@ We will be downloading two files for your respective operating system.
```bash
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- ./subspace-node-macos-aarch64-gemini-3g-2023-nov-07 \
+ ./subspace-node-macos-aarch64-gemini-3g-2023-nov-09 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
@@ -377,7 +377,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- ./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ ./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-09 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. It may prompt again in here. Refer to the note on step 4.
@@ -416,12 +416,12 @@ We will be downloading two files for your respective operating system.
@@ -485,14 +485,14 @@ We will be downloading two files for your respective operating system.
---
1. Open your favorite terminal, and change to the Downloads directory using `cd Downloads`
2. Make the farmer & node executable
- - `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
- - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
+ - `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09`
+ - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09`
3. We will then start the node using the following command
```bash
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- ./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07 \
+ ./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
@@ -527,7 +527,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- ./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ ./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. You should see something similar in the terminal:
```text
diff --git a/versioned_docs/version-latest/protocol/substrate-cli.mdx b/versioned_docs/version-latest/protocol/substrate-cli.mdx
index c3315c39b4c..4fdeed6a014 100644
--- a/versioned_docs/version-latest/protocol/substrate-cli.mdx
+++ b/versioned_docs/version-latest/protocol/substrate-cli.mdx
@@ -168,12 +168,12 @@ We will be downloading two files for your respective operating system.
@@ -221,7 +221,7 @@ We will be downloading two files for your respective operating system.
```powershell
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- .\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe `
+ .\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-09.exe `
--chain gemini-3g `
--blocks-pruning 256 `
--state-pruning archive-canonical `
@@ -258,7 +258,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- .\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ .\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-09.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
7. You should see something similar in the terminal:
```text
@@ -290,12 +290,12 @@ We will be downloading two files for your respective operating system.
@@ -330,8 +330,8 @@ We will be downloading two files for your respective operating system.
1. Open your favorite terminal, and change to the Downloads directory using `cd Downloads`
2. Make the farmer & node executable:
- - `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-07`
- - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-07`
+ - `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-09`
+ - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-09`
1. We will then start the node using the following command
> *Note, when attempting to run this command you may be prompted:* Click on `cancel` instead of moving it to trash.
@@ -341,7 +341,7 @@ We will be downloading two files for your respective operating system.
```bash
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- ./subspace-node-macos-aarch64-gemini-3g-2023-nov-07 \
+ ./subspace-node-macos-aarch64-gemini-3g-2023-nov-09 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
@@ -377,7 +377,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- ./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ ./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-09 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. It may prompt again in here. Refer to the note on step 4.
@@ -416,12 +416,12 @@ We will be downloading two files for your respective operating system.
@@ -485,14 +485,14 @@ We will be downloading two files for your respective operating system.
---
1. Open your favorite terminal, and change to the Downloads directory using `cd Downloads`
2. Make the farmer & node executable
- - `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
- - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
+ - `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09`
+ - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09`
3. We will then start the node using the following command
```bash
# Replace `INSERT_YOUR_ID` with a nickname you choose
# Copy all of the lines below, they are all part of the same command
- ./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07 \
+ ./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
@@ -527,7 +527,7 @@ We will be downloading two files for your respective operating system.
# Replace `PATH_TO_FARM` with location where you want you store plot files
# Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
# Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)
- ./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
+ ./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-09 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. You should see something similar in the terminal:
```text