Nimbus book: Update binaries page (#2076)
* update binary * add boot from SSD placeholder guide
This commit is contained in:
parent
36bc614c11
commit
f552ca1731
|
@ -2,14 +2,13 @@
|
|||
|
||||
Nimbus binaries exist for Nimbus -- initially `x86 64-bit`, but Windows, MacOS and additional Linux binaries will be added shortly.
|
||||
|
||||
You can find the latest release --`hope`-- here: [https://github.com/status-im/nimbus-eth2/releases/tag/v0.6.0](https://github.com/status-im/nimbus-eth2/releases/tag/v0.6.0)
|
||||
You can find the latest release here: [https://github.com/status-im/nimbus-eth2/releases](https://github.com/status-im/nimbus-eth2/releases)
|
||||
|
||||
Scroll to the bottom and click on `Assets`. You should see the following assets appear.
|
||||
Scroll to the bottom of the first release you see, and click on `Assets`. You should see a list that looks like the following:
|
||||
|
||||
![](https://i.imgur.com/4FBhUpk.png)
|
||||
|
||||
Click on the first option: `nimbus-eth2_Linux_amd64_0.6.0_64838720.tar.gz`
|
||||
And follow the instructions [here](https://github.com/status-im/nimbus-eth2/blob/master/docker/dist/README.md#running-a-medalla-node).
|
||||
Click on the first option, the `tar.gz` file, and follow the instructions [here](https://github.com/status-im/nimbus-eth2/blob/master/docker/dist/README.md).
|
||||
|
||||
We've designed this binary to be reproducible: in practice, this means that anyone who wishes to can verify that no vulnerabilities or backdoors have been introduced during the compilation process. For more on the philosophy and importance of reproducible builds [see here](https://reproducible-builds.org/).
|
||||
|
||||
|
|
|
@ -69,6 +69,10 @@ Click **YES**
|
|||
|
||||
Make a cup of coffee :)
|
||||
|
||||
### 4c. Boot from external SSD
|
||||
|
||||
Follow [this guide](https://www.tomshardware.com/how-to/boot-raspberry-pi-4-usb) to boot your Pi from your SSD. The USB 3 port is the blue port.
|
||||
|
||||
|
||||
### 5. Set up wireless LAN
|
||||
|
||||
|
|
Loading…
Reference in New Issue