Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmaZoni committed Nov 13, 2023
2 parents 9e8fe11 + 0c56dea commit caf013a
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 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 @@ -33,14 +33,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13"
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 @@ -50,14 +50,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-13"
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 @@ -67,14 +67,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-aarch64-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-13"
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 @@ -86,14 +86,14 @@ import styles from '@site/src/pages/index.module.css';

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-13`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13`
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-13 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -132,7 +132,7 @@ import styles from '@site/src/pages/index.module.css';
# 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-13 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```

2. You should see something similar in the terminal:
Expand Down
16 changes: 8 additions & 8 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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-macos-x86_64-gemini-3g-2023-oct-31.zip"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-macos-x86_64-gemini-3g-2023-nov-13.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' }}>(Intel CPU)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-macos-x86_64-gemini-3g-2023-oct-31.zip"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-macos-x86_64-gemini-3g-2023-nov-13.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' }}>(Intel CPU)</span>
Expand All @@ -31,14 +31,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-macos-aarch64-gemini-3g-2023-oct-31.zip"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-macos-aarch64-gemini-3g-2023-nov-13.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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-macos-aarch64-gemini-3g-2023-oct-31.zip"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-macos-aarch64-gemini-3g-2023-nov-13.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 @@ -56,14 +56,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-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-13`
- `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-13`
1. 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-gemini-3g-2023-oct-31 \
./subspace-node-macos-aarch64-gemini-3g-2023-nov-13 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -103,7 +103,7 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl
# 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-13 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 @@ -18,14 +18,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-windows-x86_64-skylake-gemini-3g-2023-oct-31.exe"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-13.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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-oct-31.exe"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-13.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 @@ -35,14 +35,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-windows-x86_64-v2-gemini-3g-2023-oct-31.exe"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-windows-x86_64-v2-gemini-3g-2023-nov-13.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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-oct-31.exe"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-nov-13.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 @@ -65,7 +65,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-gemini-3g-2023-oct-31.exe `
.\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-13.exe `
--chain gemini-3g `
--blocks-pruning 256 `
--state-pruning archive-canonical `
Expand Down Expand Up @@ -105,7 +105,7 @@ This is because the application is trying to access the internet. This is expect
# 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-13.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 @@ -33,14 +33,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13"
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 @@ -50,14 +50,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-13"
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 @@ -67,14 +67,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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-node-ubuntu-aarch64-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-13"
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/subspace/subspace/releases/download/gemini-3g-2023-oct-31/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-oct-31"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-13/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-13"
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 @@ -86,14 +86,14 @@ import styles from '@site/src/pages/index.module.css';

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-13`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-13`
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-13 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -132,7 +132,7 @@ import styles from '@site/src/pages/index.module.css';
# 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-13 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```

2. You should see something similar in the terminal:
Expand Down
Loading

0 comments on commit caf013a

Please sign in to comment.