From 4449802d0b382c8709d7ac94d056738fd95d382e Mon Sep 17 00:00:00 2001 From: Me Date: Tue, 5 Nov 2024 14:26:52 -0700 Subject: [PATCH] Update taurus-2024-nov-01-> taurus-2024-nov-05 --- .../farming/advanced-cli/platforms/_linux.mdx | 20 +++++++++---------- .../farming/advanced-cli/platforms/_macos.mdx | 12 +++++------ .../advanced-cli/platforms/_systemd.mdx | 12 +++++------ .../advanced-cli/platforms/_windows.mdx | 12 +++++------ 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/farming-&-staking/farming/advanced-cli/platforms/_linux.mdx b/docs/farming-&-staking/farming/advanced-cli/platforms/_linux.mdx index 925cbae7f52..0c8395a1126 100644 --- a/docs/farming-&-staking/farming/advanced-cli/platforms/_linux.mdx +++ b/docs/farming-&-staking/farming/advanced-cli/platforms/_linux.mdx @@ -10,14 +10,14 @@ import styles from '@site/src/pages/index.module.css';
Node Executable (Skylake+ CPU) Farmer Executable (Skylake+ CPU) @@ -27,14 +27,14 @@ import styles from '@site/src/pages/index.module.css';
Node Executable (Legacy CPU) Farmer Executable (Legacy CPU) @@ -44,14 +44,14 @@ import styles from '@site/src/pages/index.module.css';
Node Executable (Aarch64/Raspberry Pi) Farmer Executable (Aarch64/Raspberry Pi) @@ -68,14 +68,14 @@ import styles from '@site/src/pages/index.module.css'; 2. Make the `farmer` and `node` executable: ```bash - chmod +x subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-01 - chmod +x subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-01 + chmod +x subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-05 + chmod +x subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-05 ``` 3. Start the node using the command below. Replace `` with the path where you want to store the node database and `` with a nickname of your choice. Ensure you copy the entire command: ```bash - ./subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-01 \ + ./subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-05 \ run \ --chain taurus \ --base-path "" \ @@ -136,7 +136,7 @@ If you choose to use the same drive for plots and the node database, make sure t # Replace with the directory where you want to store the plot # Replace with the size of the plot (e.g. 10GB, 2TiB) - ./subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-01 farm \ + ./subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-05 farm \ --reward-address \ path=,size= ``` diff --git a/docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx b/docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx index 4016cfebedd..9bebfbd0ffd 100644 --- a/docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx +++ b/docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx @@ -14,14 +14,14 @@ import styles from '@site/src/pages/index.module.css';
Node Executable (Apple CPU) Farmer Executable (Apple CPU) @@ -39,14 +39,14 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl 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-taurus-2024-nov-01` -- `chmod +x subspace-node-macos-aarch64-taurus-2024-nov-01` +- `chmod +x subspace-farmer-macos-aarch64-taurus-2024-nov-05` +- `chmod +x subspace-node-macos-aarch64-taurus-2024-nov-05` 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-macos-aarch64-taurus-2024-nov-01 \ +./subspace-node-macos-aarch64-taurus-2024-nov-05 \ run \ --chain taurus \ --base-path NODE_DATA_PATH \ @@ -90,7 +90,7 @@ Using **run**, setting **--base-path** and specifying **--chain** is mandatory. # 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-taurus-2024-nov-01 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE +./subspace-farmer-macos-aarch64-taurus-2024-nov-05 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE ``` 2. You should see something similar in the terminal: diff --git a/docs/farming-&-staking/farming/advanced-cli/platforms/_systemd.mdx b/docs/farming-&-staking/farming/advanced-cli/platforms/_systemd.mdx index f9d12fcd462..5bbd7e88dfd 100644 --- a/docs/farming-&-staking/farming/advanced-cli/platforms/_systemd.mdx +++ b/docs/farming-&-staking/farming/advanced-cli/platforms/_systemd.mdx @@ -42,11 +42,11 @@ Download the Executable Files, using the appropriate commands: Node: - {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-x86_64-v2-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-x86_64-v2-taurus-2024-nov-05`} Farmer: - {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-x86_64-v2-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-x86_64-v2-taurus-2024-nov-05`}
@@ -55,11 +55,11 @@ Download the Executable Files, using the appropriate commands: Node: - {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-05`} Farmer: - {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-05`}
@@ -70,11 +70,11 @@ Download the Executable Files, using the appropriate commands: Node: - {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-aarch64-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-aarch64-taurus-2024-nov-05`} Farmer: - {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-aarch64-taurus-2024-nov-01`} + {`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-aarch64-taurus-2024-nov-05`} diff --git a/docs/farming-&-staking/farming/advanced-cli/platforms/_windows.mdx b/docs/farming-&-staking/farming/advanced-cli/platforms/_windows.mdx index f17d4dd3dce..ccfbc5fccde 100644 --- a/docs/farming-&-staking/farming/advanced-cli/platforms/_windows.mdx +++ b/docs/farming-&-staking/farming/advanced-cli/platforms/_windows.mdx @@ -12,14 +12,14 @@ If you face an error where the node outputs nothing and no error code is given i
Node Executable (Skylake+ CPU) Farmer Executable (Skylake+ CPU) @@ -29,14 +29,14 @@ If you face an error where the node outputs nothing and no error code is given i
Node Executable (Legacy CPU) Farmer Executable (Legacy CPU) @@ -59,7 +59,7 @@ This is because the application is trying to access the internet. This is expect ```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-taurus-2024-nov-01.exe ` +.\subspace-node-windows-x86_64-skylake-taurus-2024-nov-05.exe ` run ` --chain taurus ` --base-path NODE_DATA_PATH ` @@ -103,7 +103,7 @@ Using **run**, setting **--base-path** and specifying **--chain** is mandatory. # 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-taurus-2024-nov-01.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE + .\subspace-farmer-windows-x86_64-skylake-taurus-2024-nov-05.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE ``` 2. You should see something similar in the terminal: