Skip to content

Commit

Permalink
Merge branch 'autonomys:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
osrm authored Dec 9, 2024
2 parents 0c3acf0 + 8e56775 commit 8af14de
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 45 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/mainnet-2024-nov-28/subspace-node-ubuntu-x86_64-skylake-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-x86_64-skylake-mainnet-2024-dec-09"
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/mainnet-2024-nov-28/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-dec-09"
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/mainnet-2024-nov-28/subspace-node-ubuntu-x86_64-v2-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-x86_64-v2-mainnet-2024-dec-09"
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/mainnet-2024-nov-28/subspace-farmer-ubuntu-x86_64-v2-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-x86_64-v2-mainnet-2024-dec-09"
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/mainnet-2024-nov-28/subspace-node-ubuntu-aarch64-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-aarch64-mainnet-2024-dec-09"
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/mainnet-2024-nov-28/subspace-farmer-ubuntu-aarch64-mainnet-2024-nov-28"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-aarch64-mainnet-2024-dec-09"
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-mainnet-2024-nov-28
chmod +x subspace-node-ubuntu-x86_64-skylake-mainnet-2024-nov-28
chmod +x subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-dec-09
chmod +x subspace-node-ubuntu-x86_64-skylake-mainnet-2024-dec-09
```

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-mainnet-2024-nov-28 \
./subspace-node-ubuntu-x86_64-skylake-mainnet-2024-dec-09 \
run \
--chain mainnet \
--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-mainnet-2024-nov-28 farm \
./subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-dec-09 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/mainnet-2024-nov-28/subspace-node-macos-aarch64-mainnet-2024-nov-28.zip"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-macos-aarch64-mainnet-2024-dec-09.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/mainnet-2024-nov-28/subspace-farmer-macos-aarch64-mainnet-2024-nov-28.zip"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-macos-aarch64-mainnet-2024-dec-09.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-mainnet-2024-nov-28`
- `chmod +x subspace-node-macos-aarch64-mainnet-2024-nov-28`
- `chmod +x subspace-farmer-macos-aarch64-mainnet-2024-dec-09`
- `chmod +x subspace-node-macos-aarch64-mainnet-2024-dec-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-macos-aarch64-mainnet-2024-nov-28 \
./subspace-node-macos-aarch64-mainnet-2024-dec-09 \
run \
--chain mainnet \
--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-mainnet-2024-nov-28 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-macos-aarch64-mainnet-2024-dec-09 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 @@ -19,11 +19,11 @@ You'll have to have [Rust toolchain](https://rustup.rs/) installed as well as LL
sudo apt-get install llvm clang cmake
```

Now clone the source and build snapshot `mainnet-2024-nov-28` (replace occurrences with the snapshot you want to build):
Now clone the source and build snapshot `mainnet-2024-dec-09` (replace occurrences with the snapshot you want to build):
```shell-session
git clone https://github.com/autonomys/subspace.git
cd subspace
git checkout mainnet-2024-nov-28
git checkout mainnet-2024-dec-09
cargo build \
--profile production \
--bin subspace-node \
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/mainnet-2024-nov-28/subspace-node-ubuntu-x86_64-v2-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-x86_64-v2-mainnet-2024-dec-09`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-nov-28/subspace-farmer-ubuntu-x86_64-v2-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-x86_64-v2-mainnet-2024-dec-09`}
</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/mainnet-2024-nov-28/subspace-node-ubuntu-x86_64-skylake-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-x86_64-skylake-mainnet-2024-dec-09`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-nov-28/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-x86_64-skylake-mainnet-2024-dec-09`}
</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/mainnet-2024-nov-28/subspace-node-ubuntu-aarch64-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-node https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-ubuntu-aarch64-mainnet-2024-dec-09`}
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-nov-28/subspace-farmer-ubuntu-aarch64-mainnet-2024-nov-28`}
{`wget -O ~/.local/bin/subspace-farmer https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-ubuntu-aarch64-mainnet-2024-dec-09`}
</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/mainnet-2024-nov-28/subspace-node-windows-x86_64-skylake-mainnet-2024-nov-28.exe"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-windows-x86_64-skylake-mainnet-2024-dec-09.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/mainnet-2024-nov-28/subspace-farmer-windows-x86_64-skylake-mainnet-2024-nov-28.exe"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-windows-x86_64-skylake-mainnet-2024-dec-09.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/mainnet-2024-nov-28/subspace-node-windows-x86_64-v2-mainnet-2024-nov-28.exe"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-node-windows-x86_64-v2-mainnet-2024-dec-09.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/mainnet-2024-nov-28/subspace-farmer-windows-x86_64-v2-mainnet-2024-nov-28.exe"
to="https://github.com/autonomys/subspace/releases/download/mainnet-2024-dec-09/subspace-farmer-windows-x86_64-v2-mainnet-2024-dec-09.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-mainnet-2024-nov-28.exe `
.\subspace-node-windows-x86_64-skylake-mainnet-2024-dec-09.exe `
run `
--chain mainnet `
--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-mainnet-2024-nov-28.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
.\subspace-farmer-windows-x86_64-skylake-mainnet-2024-dec-09.exe 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 @@ -4,28 +4,28 @@ 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/space-acres/releases/download/0.2.8/space-acres-0.2.8-x86_64.exe"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres-0.2.9-x86_64.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Windows Installer</span>
<span style={{ fontSize: '14px' }}>(.exe)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.8/space-acres_0.2.8-1_amd64.deb"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres_0.2.9-1_amd64.deb"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Installer</span>
<span style={{ fontSize: '14px' }}>(.DEB)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.8/space-acres-0.2.8-x86_64.AppImage"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres-0.2.9-x86_64.AppImage"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Portable App</span>
<span style={{ fontSize: '14px' }}>(AppImage)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.8/space-acres-0.2.8.dmg"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres-0.2.9.dmg"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>macOS Installer</span>
<span style={{ fontSize: '14px' }}>(.dmg)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Currently, there are two ways to get Space Acres on Linux:
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.8/space-acres_0.2.8-1_amd64.deb"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres_0.2.9-1_amd64.deb"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Ubuntu Installer</span>
<span style={{ fontSize: '14px' }}>(.deb)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.8/space-acres-0.2.8-x86_64.AppImage"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres-0.2.9-x86_64.AppImage"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Portable App</span>
<span style={{ fontSize: '14px' }}>(AppImage)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/space-acres/releases/download/0.2.8/space-acres-0.2.8.dmg"
to="https://github.com/autonomys/space-acres/releases/download/0.2.9/space-acres-0.2.9.dmg"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>macOS Installer</span>
<span style={{ fontSize: '14px' }}>(.dmg)</span>
Expand Down
Loading

0 comments on commit 8af14de

Please sign in to comment.