From db50540d9ffbfa2e25b614d740b50806aa1c0d7b Mon Sep 17 00:00:00 2001 From: mathematicw Date: Tue, 7 Nov 2023 06:15:54 +0000 Subject: [PATCH] Update version tags --- .../version-latest/protocol/substrate-cli.mdx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/versioned_docs/version-latest/protocol/substrate-cli.mdx b/versioned_docs/version-latest/protocol/substrate-cli.mdx index 2f94deb866b..c0b2bd9a7d1 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.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-windows-x86_64-v2-gemini-3g-2023-nov-03.exe"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-nov-03.exe"> Download Farmer Executable
@@ -186,12 +186,12 @@ We will be downloading two files for your respective operating system.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-03.exe"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-03.exe"> Download Farmer Executable
@@ -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-oct-31.exe ` + .\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-03.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-oct-31.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE + .\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-03.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.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-macos-x86_64-gemini-3g-2023-nov-03.zip"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-macos-x86_64-gemini-3g-2023-nov-03.zip"> Download Farmer Executable
@@ -308,12 +308,12 @@ We will be downloading two files for your respective operating system.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-macos-aarch64-gemini-3g-2023-nov-03.zip"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03.zip"> Download Farmer Executable
@@ -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-oct-31` - - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-oct-31` + - `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03` + - `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-03` 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-oct-31 \ + ./subspace-node-macos-aarch64-gemini-3g-2023-nov-03 \ --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-oct-31 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE + ./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03 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.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-03"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-03"> Download Farmer Executable
@@ -433,12 +433,12 @@ We will be downloading two files for your respective operating system.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03"> Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03"> Download Farmer Executable
@@ -452,12 +452,12 @@ We will be downloading two files for your respective operating system.
+ to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-03"> 1. Download Node Executable + to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-03"> 2. Download Farmer Executable
@@ -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-oct-31` - - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-oct-31` + - `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03` + - `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03` 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-oct-31 \ + ./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03 \ --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-oct-31 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE + ./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE ``` 6. You should see something similar in the terminal: ```text