Skip to content

Commit

Permalink
Merge pull request #263 from subspace/version-update
Browse files Browse the repository at this point in the history
Version update for `gemini-3f-2023-sep-25` & `v0.6.10-alpha`
  • Loading branch information
ImmaZoni authored Sep 26, 2023
2 parents 590f26c + 03e1181 commit 3d20d7c
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 90 deletions.
42 changes: 21 additions & 21 deletions docs/protocol/pulsar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-windows-x86_64-v2-v0.6.9-alpha.exe">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-windows-x86_64-v2-v0.6.10-alpha.exe">
Windows CLI Executable
</Link>
</div>
Expand All @@ -164,7 +164,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-windows-x86_64-skylake-v0.6.9-alpha.exe">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-windows-x86_64-skylake-v0.6.10-alpha.exe">
Windows CLI Executable
</Link>
</div>
Expand Down Expand Up @@ -198,7 +198,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-macos-x86_64-v0.6.9-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-macos-x86_64-v0.6.10-alpha.zip">
Mac CLI Executable (Intel)
</Link>
</div>
Expand All @@ -211,7 +211,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-macos-aarch64-v0.6.9-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-macos-aarch64-v0.6.10-alpha.zip">
Mac CLI Executable (Apple M Series)
</Link>
</div>
Expand All @@ -220,8 +220,8 @@ Some older processors/VMs are no longer supported by official releases, but can
2. Extract the `.zip` file.
3. Open Terminal, type `cd Downloads` (or `cd Your-File-Location`).
4. Make the binary executable by running:
* `chmod +x pulsar-macos-x86_64-v0.6.9-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.9-alpha` (Apple M Series)
* `chmod +x pulsar-macos-x86_64-v0.6.10-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.10-alpha` (Apple M Series)

:::warning
Your Mac may not let you open/initialize the file because of unidentified developer restrictions. To resolve this, go to Settings-> Security&Privacy -> General -> Allow
Expand All @@ -248,7 +248,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-ubuntu-x86_64-v2-v0.6.9-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-ubuntu-x86_64-v2-v0.6.10-alpha">
Ubuntu Executable
</Link>
</div>
Expand All @@ -260,7 +260,7 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.9-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.10-alpha">
Ubuntu Executable
</Link>
</div>
Expand All @@ -274,16 +274,16 @@ Some older processors/VMs are no longer supported by official releases, but can
<div className={styles.buttons}>
<Link
className="button button--secondary button"
to="https://github.com/subspace/pulsar/releases/download/v0.6.9-alpha/pulsar-ubuntu-aarch64-v0.6.9-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.10-alpha/pulsar-ubuntu-aarch64-v0.6.10-alpha">
Ubuntu Executable (aarch64)
</Link>
</div>
</details>

2. Open Terminal, type `cd Downloads` (or `cd Your-File-Location`).
3. Make the binary executable by running:
* `chmod +x pulsar-ubuntu-x86_64-skylake-v0.6.9-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.9-alpha` (Ubuntu aarch64)
* `chmod +x pulsar-ubuntu-x86_64-skylake-v0.6.10-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.10-alpha` (Ubuntu aarch64)

</TabItem>

Expand All @@ -299,7 +299,7 @@ To start we have to initialize our Farmer, this can be done with:
<TabItem value="windows" label="🖼️ Windows" default>

```powershell
./pulsar-windows-x86_64-skylake-v0.6.9-alpha.exe init
./pulsar-windows-x86_64-skylake-v0.6.10-alpha.exe init
```

:::note High RAM consumption
Expand All @@ -314,12 +314,12 @@ To start we have to initialize our Farmer, this can be done with:
Intel Chip:

```shell-session
./pulsar-macos-x86_64-v0.6.9-alpha init
./pulsar-macos-x86_64-v0.6.10-alpha init
```
Apple M Series:

```shell-session
./pulsar-macos-aarch64-v0.6.9-alpha init
./pulsar-macos-aarch64-v0.6.10-alpha init
```

</TabItem>
Expand All @@ -328,12 +328,12 @@ Apple M Series:
Ubuntu:

```shell-session
./pulsar-ubuntu-x86_64-skylake-v0.6.9-alpha init
./pulsar-ubuntu-x86_64-skylake-v0.6.10-alpha init
```
Ubuntu Executable (aarch64):

```shell-session
./pulsar-ubuntu-aarch64-v0.6.9-alpha init
./pulsar-ubuntu-aarch64-v0.6.10-alpha init
```

</TabItem>
Expand Down Expand Up @@ -421,7 +421,7 @@ To begin farming on the network, just run the `farm` command with the CLI like s
<TabItem value="windows" label="🖼️ Windows" default>

```powershell
./pulsar-windows-x86_64-skylake-v0.6.9-alpha.exe farm
./pulsar-windows-x86_64-skylake-v0.6.10-alpha.exe farm
```

</TabItem>
Expand All @@ -431,12 +431,12 @@ To begin farming on the network, just run the `farm` command with the CLI like s
Intel Chip:

```shell-session
./pulsar-macos-x86_64-v0.6.9-alpha farm
./pulsar-macos-x86_64-v0.6.10-alpha farm
```
Apple M1 Chip:

```shell-session
./pulsar-macos-aarch64-v0.6.9-alpha farm
./pulsar-macos-aarch64-v0.6.10-alpha farm
```

</TabItem>
Expand All @@ -446,12 +446,12 @@ Apple M1 Chip:
Ubuntu:

```shell-session
./pulsar-ubuntu-x86_64-skylake-v0.6.9-alpha farm
./pulsar-ubuntu-x86_64-skylake-v0.6.10-alpha farm
```
Ubuntu Executable (aarch64):

```shell-session
./pulsar-ubuntu-aarch64-v0.6.9-alpha farm
./pulsar-ubuntu-aarch64-v0.6.10-alpha farm
```

</TabItem>
Expand Down
48 changes: 24 additions & 24 deletions docs/protocol/substrate-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,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-3f-2023-sep-21/subspace-node-windows-x86_64-v2-gemini-3f-2023-sep-21.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-windows-x86_64-v2-gemini-3f-2023-sep-25.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-windows-x86_64-v2-gemini-3f-2023-sep-21.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-windows-x86_64-v2-gemini-3f-2023-sep-25.exe">
Download Farmer Executable
</Link>
</div>
Expand All @@ -180,12 +180,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-3f-2023-sep-21/subspace-node-windows-x86_64-skylake-gemini-3f-2023-sep-21.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-windows-x86_64-skylake-gemini-3f-2023-sep-25.exe">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-windows-x86_64-skylake-gemini-3f-2023-sep-21.exe">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-windows-x86_64-skylake-gemini-3f-2023-sep-25.exe">
Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -215,7 +215,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-3f-2023-sep-21.exe `
.\subspace-node-windows-x86_64-skylake-gemini-3f-2023-sep-25.exe `
--chain gemini-3f `
--execution wasm `
--blocks-pruning 256 `
Expand Down Expand Up @@ -252,7 +252,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-3f-2023-sep-21.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
.\subspace-farmer-windows-x86_64-skylake-gemini-3f-2023-sep-25.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 @@ -284,12 +284,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-3f-2023-sep-21/subspace-node-macos-x86_64-gemini-3f-2023-sep-21.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-macos-x86_64-gemini-3f-2023-sep-25.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-macos-x86_64-gemini-3f-2023-sep-21.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-macos-x86_64-gemini-3f-2023-sep-25.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -302,12 +302,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-3f-2023-sep-21/subspace-node-macos-aarch64-gemini-3f-2023-sep-21.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-macos-aarch64-gemini-3f-2023-sep-25.zip">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-macos-aarch64-gemini-3f-2023-sep-21.zip">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-macos-aarch64-gemini-3f-2023-sep-25.zip">
Download Farmer Executable
</Link>
</div>
Expand All @@ -324,8 +324,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-3f-2023-sep-21`
- `chmod +x subspace-node-macos-aarch64-gemini-3f-2023-sep-21`
- `chmod +x subspace-farmer-macos-aarch64-gemini-3f-2023-sep-25`
- `chmod +x subspace-node-macos-aarch64-gemini-3f-2023-sep-25`
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 @@ -335,7 +335,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-3f-2023-sep-21 \
./subspace-node-macos-aarch64-gemini-3f-2023-sep-25 \
--chain gemini-3f \
--execution wasm \
--blocks-pruning 256 \
Expand Down Expand Up @@ -371,7 +371,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-3f-2023-sep-21 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-macos-aarch64-gemini-3f-2023-sep-25 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 @@ -410,12 +410,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-3f-2023-sep-21/subspace-node-ubuntu-x86_64-v2-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-ubuntu-x86_64-v2-gemini-3f-2023-sep-25">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-ubuntu-x86_64-v2-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-ubuntu-x86_64-v2-gemini-3f-2023-sep-25">
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-3f-2023-sep-21/subspace-node-ubuntu-x86_64-skylake-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25">
Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-ubuntu-x86_64-skylake-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25">
Download Farmer Executable
</Link>
</div>
Expand All @@ -446,12 +446,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-3f-2023-sep-21/subspace-node-ubuntu-aarch64-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-node-ubuntu-aarch64-gemini-3f-2023-sep-25">
1. Download Node Executable
</Link>
<Link
className="button button--secondary button"
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-21/subspace-farmer-ubuntu-aarch64-gemini-3f-2023-sep-21">
to="https://github.com/subspace/subspace/releases/download/gemini-3f-2023-sep-25/subspace-farmer-ubuntu-aarch64-gemini-3f-2023-sep-25">
2. Download Farmer Executable
</Link>
</div>
Expand Down Expand Up @@ -479,14 +479,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-3f-2023-sep-21`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3f-2023-sep-21`
- `chmod +x subspace-farmer-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25`
- `chmod +x subspace-node-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25`
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-3f-2023-sep-21 \
./subspace-node-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25 \
--chain gemini-3f \
--execution wasm \
--blocks-pruning 256 \
Expand Down Expand Up @@ -521,7 +521,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-3f-2023-sep-21 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
./subspace-farmer-ubuntu-x86_64-skylake-gemini-3f-2023-sep-25 farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE
```
6. You should see something similar in the terminal:
```text
Expand Down
Loading

0 comments on commit 3d20d7c

Please sign in to comment.