Skip to content

Commit

Permalink
Update version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicw authored Nov 20, 2023
1 parent e54b9e7 commit 5b091eb
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions versioned_docs/version-latest/protocol/substrate-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-windows-x86_64-v2-gemini-3g-2023-nov-07.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-windows-x86_64-v2-gemini-3g-2023-nov-20.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-nov-07.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-nov-20.exe">
Download Farmer Executable
</Link>
</div>
Expand All @@ -161,12 +161,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-20.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-07.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-20.exe">
Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -196,7 +196,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-nov-07.exe `
.\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-20.exe `
--chain gemini-3g `
--blocks-pruning 256 `
--state-pruning archive-canonical `
Expand Down Expand Up @@ -233,7 +233,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-nov-07.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
.\subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-20.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
7. You should see something similar in the terminal:
```text
Expand Down Expand Up @@ -265,12 +265,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-macos-x86_64-gemini-3g-2023-nov-07.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-macos-x86_64-gemini-3g-2023-nov-20.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-macos-x86_64-gemini-3g-2023-nov-07.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-macos-x86_64-gemini-3g-2023-nov-20.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -283,12 +283,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-macos-aarch64-gemini-3g-2023-nov-07.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-macos-aarch64-gemini-3g-2023-nov-20.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-macos-aarch64-gemini-3g-2023-nov-07.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-macos-aarch64-gemini-3g-2023-nov-20.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -305,8 +305,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-nov-07`
- `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-07`
- `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-20`
- `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-20`
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.
Expand All @@ -316,7 +316,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-nov-07 \
./subspace-node-macos-aarch64-gemini-3g-2023-nov-20 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -352,7 +352,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-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-20 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.
Expand Down Expand Up @@ -391,12 +391,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-20">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-20">
Download Farmer Executable
</Link>
</div>
Expand All @@ -408,12 +408,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20">
Download Farmer Executable
</Link>
</div>
Expand All @@ -427,12 +427,12 @@ We will be downloading two files for your respective operating system.
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-20">
1. Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-07">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-20">
2. Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -460,14 +460,14 @@ We will be downloading two files for your respective operating system.
---
1. The executables are downloading to `~/Downloads` directory by default.
2. Make the binaries executable
- `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07`
- `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20`
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-nov-07 \
./subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -502,7 +502,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-nov-07 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. You should see something similar in the terminal:
```text
Expand Down Expand Up @@ -555,11 +555,11 @@ Commands below will download the binaries to your current folder, renaming them
</summary>
Node:
<CodeBlock language="shell-session">
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-07
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-20
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-07
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-20
</CodeBlock>
</details>
<details>
Expand All @@ -568,11 +568,11 @@ Commands below will download the binaries to your current folder, renaming them
</summary>
Node:
<CodeBlock language="shell-session">
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-07
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-20
</CodeBlock>
</details>
</details>
Expand All @@ -583,11 +583,11 @@ Commands below will download the binaries to your current folder, renaming them
</summary>
Node:
<CodeBlock language="shell-session">
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-07
wget -O subspace-node https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-20
</CodeBlock>
Farmer:
<CodeBlock language="shell-session">
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-07/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-07
wget -O subspace-farmer https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-20/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-20
</CodeBlock>
</details>
Expand Down

0 comments on commit 5b091eb

Please sign in to comment.