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 7, 2023
1 parent a553655 commit db50540
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions versioned_docs/version-latest/protocol/substrate-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,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-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-03/subspace-node-windows-x86_64-v2-gemini-3g-2023-nov-03.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-windows-x86_64-v2-gemini-3g-2023-nov-03.exe">
Download Farmer Executable
</Link>
</div>
Expand All @@ -186,12 +186,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-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-03/subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-03.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-windows-x86_64-skylake-gemini-3g-2023-nov-03.exe">
Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -221,7 +221,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-oct-31.exe `
.\subspace-node-windows-x86_64-skylake-gemini-3g-2023-nov-03.exe `
--chain gemini-3g `
--blocks-pruning 256 `
--state-pruning archive-canonical `
Expand Down Expand Up @@ -258,7 +258,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-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-03.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 @@ -290,12 +290,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-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-03/subspace-node-macos-x86_64-gemini-3g-2023-nov-03.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-macos-x86_64-gemini-3g-2023-nov-03.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -308,12 +308,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-oct-31/subspace-node-macos-aarch64-gemini-3g-2023-oct-31.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-macos-aarch64-gemini-3g-2023-nov-03.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -330,8 +330,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-oct-31`
- `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-oct-31`
- `chmod +x subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03`
- `chmod +x subspace-node-macos-aarch64-gemini-3g-2023-nov-03`
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 @@ -341,7 +341,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-oct-31 \
./subspace-node-macos-aarch64-gemini-3g-2023-nov-03 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -377,7 +377,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-oct-31 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-macos-aarch64-gemini-3g-2023-nov-03 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 @@ -416,12 +416,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-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-03/subspace-node-ubuntu-x86_64-v2-gemini-3g-2023-nov-03">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2023-nov-03">
Download Farmer Executable
</Link>
</div>
Expand All @@ -433,12 +433,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-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-03/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03">
Download Farmer Executable
</Link>
</div>
Expand All @@ -452,12 +452,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-oct-31/subspace-node-ubuntu-aarch64-gemini-3g-2023-oct-31">
to="https://github.com/subspace/subspace/releases/download/gemini-3g-2023-nov-03/subspace-node-ubuntu-aarch64-gemini-3g-2023-nov-03">
1. Download Node Executable
</Link>
<Link
className="button button--secondary button"
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-03/subspace-farmer-ubuntu-aarch64-gemini-3g-2023-nov-03">
2. Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -485,14 +485,14 @@ 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-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-03`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03`
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-03 \
--chain gemini-3g \
--blocks-pruning 256 \
--state-pruning archive-canonical \
Expand Down Expand Up @@ -527,7 +527,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-oct-31 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-nov-03 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. You should see something similar in the terminal:
```text
Expand Down

0 comments on commit db50540

Please sign in to comment.