Skip to content

Commit

Permalink
Merge pull request #731 from autonomys/version-update-nov-05
Browse files Browse the repository at this point in the history
Update taurus-2024-nov-01-> taurus-2024-nov-05
  • Loading branch information
randywessels authored Nov 5, 2024
2 parents 75e8e40 + 4449802 commit dde0c3e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
20 changes: 10 additions & 10 deletions docs/farming-&-staking/farming/advanced-cli/platforms/_linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-x86_64-skylake-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Skylake+ CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-x86_64-skylake-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Skylake+ CPU)</span>
Expand All @@ -27,14 +27,14 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-x86_64-v2-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-x86_64-v2-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Legacy CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-x86_64-v2-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-x86_64-v2-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Legacy CPU)</span>
Expand All @@ -44,14 +44,14 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-ubuntu-aarch64-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-ubuntu-aarch64-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Aarch64/Raspberry Pi)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-ubuntu-aarch64-taurus-2024-nov-01"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-ubuntu-aarch64-taurus-2024-nov-05"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Aarch64/Raspberry Pi)</span>
Expand All @@ -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 `<NODE_DATA_PATH>` with the path where you want to store the node database and `<YOUR_NODE_NAME>` 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 "<NODE_DATA_PATH>" \
Expand Down Expand Up @@ -136,7 +136,7 @@ If you choose to use the same drive for plots and the node database, make sure t
# Replace <PATH_TO_FARM> with the directory where you want to store the plot
# Replace <PLOT_SIZE> 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 <WALLET_ADDRESS> \
path=<PATH_TO_FARM>,size=<PLOT_SIZE>
```
Expand Down
12 changes: 6 additions & 6 deletions docs/farming-&-staking/farming/advanced-cli/platforms/_macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-macos-aarch64-taurus-2024-nov-01.zip"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-macos-aarch64-taurus-2024-nov-05.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Apple CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-macos-aarch64-taurus-2024-nov-01.zip"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-macos-aarch64-taurus-2024-nov-05.zip"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Apple CPU)</span>
Expand All @@ -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 \
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Download the Executable Files, using the appropriate commands:
</summary>
Node:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
</details>
<details>
Expand All @@ -55,11 +55,11 @@ Download the Executable Files, using the appropriate commands:
</summary>
Node:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
</details>
</details>
Expand All @@ -70,11 +70,11 @@ Download the Executable Files, using the appropriate commands:
</summary>
Node:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`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`}
</CodeBlock>
</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ If you face an error where the node outputs nothing and no error code is given i
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-windows-x86_64-skylake-taurus-2024-nov-01.exe"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-windows-x86_64-skylake-taurus-2024-nov-05.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Skylake+ CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-windows-x86_64-skylake-taurus-2024-nov-01.exe"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-windows-x86_64-skylake-taurus-2024-nov-05.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Skylake+ CPU)</span>
Expand All @@ -29,14 +29,14 @@ If you face an error where the node outputs nothing and no error code is given i
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-node-windows-x86_64-v2-taurus-2024-nov-01.exe"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-node-windows-x86_64-v2-taurus-2024-nov-05.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Node Executable</span>
<span style={{ fontSize: '14px' }}>(Legacy CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-01/subspace-farmer-windows-x86_64-v2-taurus-2024-nov-01.exe"
to="https://github.com/autonomys/subspace/releases/download/taurus-2024-nov-05/subspace-farmer-windows-x86_64-v2-taurus-2024-nov-05.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Farmer Executable</span>
<span style={{ fontSize: '14px' }}>(Legacy CPU)</span>
Expand All @@ -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 `
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit dde0c3e

Please sign in to comment.