Skip to content

Commit

Permalink
Merge pull request autonomys#250 from subspace/version-update
Browse files Browse the repository at this point in the history
Update Pulsar to `v0.6.8-alpha`
  • Loading branch information
ImmaZoni authored Sep 14, 2023
2 parents 40e9cd2 + e501c1e commit 452f7c7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 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.6-alpha/pulsar-windows-x86_64-v2-v0.6.6-alpha.exe">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-windows-x86_64-v2-v0.6.8-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.6-alpha/pulsar-windows-x86_64-skylake-v0.6.6-alpha.exe">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-windows-x86_64-skylake-v0.6.8-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.6-alpha/pulsar-macos-x86_64-v0.6.6-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-macos-x86_64-v0.6.8-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.6-alpha/pulsar-macos-aarch64-v0.6.6-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-macos-aarch64-v0.6.8-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.6-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.6-alpha` (Apple M Series)
* `chmod +x pulsar-macos-x86_64-v0.6.8-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.8-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.7-alpha/pulsar-ubuntu-x86_64-v2-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-x86_64-v2-v0.6.8-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.7-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.8-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.7-alpha/pulsar-ubuntu-aarch64-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-aarch64-v0.6.8-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.7-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.7-alpha` (Ubuntu aarch64)
* `chmod +x pulsar-ubuntu-x86_64-skylake-v0.6.8-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.8-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.6-alpha.exe init
./pulsar-windows-x86_64-skylake-v0.6.8-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.6-alpha init
./pulsar-macos-x86_64-v0.6.8-alpha init
```
Apple M Series:

```shell-session
./pulsar-macos-aarch64-v0.6.6-alpha init
./pulsar-macos-aarch64-v0.6.8-alpha init
```

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

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

```shell-session
./pulsar-ubuntu-aarch64-v0.6.7-alpha init
./pulsar-ubuntu-aarch64-v0.6.8-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.6-alpha.exe farm
./pulsar-windows-x86_64-skylake-v0.6.8-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.6-alpha farm
./pulsar-macos-x86_64-v0.6.8-alpha farm
```
Apple M1 Chip:

```shell-session
./pulsar-macos-aarch64-v0.6.6-alpha farm
./pulsar-macos-aarch64-v0.6.8-alpha farm
```

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

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

```shell-session
./pulsar-ubuntu-aarch64-v0.6.7-alpha farm
./pulsar-ubuntu-aarch64-v0.6.8-alpha farm
```

</TabItem>
Expand Down
38 changes: 19 additions & 19 deletions versioned_docs/version-latest/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.6-alpha/pulsar-windows-x86_64-v2-v0.6.5-alpha.exe">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-windows-x86_64-v2-v0.6.5-alpha.exe">
Windows CLI Executable
</Link>
</div>
Expand Down Expand Up @@ -196,7 +196,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.6-alpha/pulsar-macos-x86_64-v0.6.6-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-macos-x86_64-v0.6.8-alpha.zip">
Mac CLI Executable (Intel)
</Link>
</div>
Expand All @@ -209,7 +209,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.6-alpha/pulsar-macos-aarch64-v0.6.6-alpha.zip">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-macos-aarch64-v0.6.8-alpha.zip">
Mac CLI Executable (Apple M Series)
</Link>
</div>
Expand All @@ -218,8 +218,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.6-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.6-alpha` (Apple M Series)
* `chmod +x pulsar-macos-x86_64-v0.6.8-alpha` (Intel Chip)
* `chmod +x pulsar-macos-aarch64-v0.6.8-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 @@ -246,7 +246,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.7-alpha/pulsar-ubuntu-x86_64-v2-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-x86_64-v2-v0.6.8-alpha">
Ubuntu Executable
</Link>
</div>
Expand All @@ -258,7 +258,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.7-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-x86_64-skylake-v0.6.8-alpha">
Ubuntu Executable
</Link>
</div>
Expand All @@ -272,16 +272,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.7-alpha/pulsar-ubuntu-aarch64-v0.6.7-alpha">
to="https://github.com/subspace/pulsar/releases/download/v0.6.8-alpha/pulsar-ubuntu-aarch64-v0.6.8-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.7-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.7-alpha` (Ubuntu aarch64)
* `chmod +x pulsar-ubuntu-x86_64-skylake-v0.6.8-alpha` (Ubuntu)
* `chmod +x pulsar-ubuntu-aarch64-v0.6.8-alpha` (Ubuntu aarch64)

</TabItem>

Expand Down Expand Up @@ -312,12 +312,12 @@ To start we have to initialize our Farmer, this can be done with:
Intel Chip:

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

```shell-session
./pulsar-macos-aarch64-v0.6.6-alpha init
./pulsar-macos-aarch64-v0.6.8-alpha init
```

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

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

```shell-session
./pulsar-ubuntu-aarch64-v0.6.7-alpha init
./pulsar-ubuntu-aarch64-v0.6.8-alpha init
```

</TabItem>
Expand Down Expand Up @@ -419,7 +419,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.6-alpha.exe farm
./pulsar-windows-x86_64-skylake-v0.6.8-alpha.exe farm
```

</TabItem>
Expand All @@ -429,12 +429,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.6-alpha farm
./pulsar-macos-x86_64-v0.6.8-alpha farm
```
Apple M1 Chip:

```shell-session
./pulsar-macos-aarch64-v0.6.6-alpha farm
./pulsar-macos-aarch64-v0.6.8-alpha farm
```

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

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

```shell-session
./pulsar-ubuntu-aarch64-v0.6.7-alpha farm
./pulsar-ubuntu-aarch64-v0.6.8-alpha farm
```

</TabItem>
Expand Down

0 comments on commit 452f7c7

Please sign in to comment.