feat: finish Nimbus Linux docs
This commit is contained in:
parent
dfc4994a40
commit
92519f9e82
|
@ -67,7 +67,7 @@ export const DOCUMENTATIONS: Documentation = {
|
|||
[MAC]: '',
|
||||
[WINDOWS]: '',
|
||||
[LINUX]:
|
||||
"### Steps\n**1. Prepare**\n\nPrepare your machine by installing [Nimbus' dependencies](https://nimbus.guide/install.html).\n\n**2. Set up an execution client**\n\nTo run a beacon node, you need to have access to an execution client exposing the web3 API. Throughout, we'll assume an execution client is running on the same machine as the beacon node, but this is not required.\n\nSee the [execution client guide](https://nimbus.guide/eth1.html) for instructions on how to pick and install an execution client.\n\n**3. Install Nimbus**\n\n**Download binaries**\n\n- Binary releases are available from [GitHub](https://github.com/status-im/nimbus-eth2/releases/tag/v23.10.0) and our [APT repository](https://apt.status.im/) (Debian/Ubuntu).\n\n- We currently have binaries available for Linux `AMD64`, `ARM` and `ARM64`, Windows `AMD64`, and macOS (`AMD64` and `ARM64`).\nSee the [binaries guide](https://nimbus.guide/binaries.html) on how to install them.\n\n**Build from source**\n\n- Building Nimbus from source is simple and fully automated. Follow the [build guide](https://nimbus.guide/build.html).\n\n**4. Sync from a trusted node**\n\nWhile this step is not mandatory, since Nimbus will automatically start syncing process on the first start, we recommend doing it as it will allow you to get started in **minutes** instead of hours or even days.\n our [trusted node sync guide](https://nimbus.guide/trusted-node-sync.html).\n\n**5. Start the node**\n\nOnce you've completed previous steps, it is time to start the beacon node.\n\nIf you have skipped the syncing from a trusted node step, starting the node will initiate the [syncing process](https://nimbus.guide/start-syncing.html).\n\n`cd nimbus-eth2`\n\n**Mainnet**",
|
||||
"### Steps\n**1. Prepare**\n\nPrepare your machine by installing [Nimbus' dependencies](https://nimbus.guide/install.html).\n\n**2. Set up an execution client**\n\nTo run a beacon node, you need to have access to an execution client exposing the web3 API. Throughout, we'll assume an execution client is running on the same machine as the beacon node, but this is not required.\n\nSee the [execution client guide](https://nimbus.guide/eth1.html) for instructions on how to pick and install an execution client.\n\n**3. Install Nimbus**\n\n**Download binaries**\n\n- Binary releases are available from [GitHub](https://github.com/status-im/nimbus-eth2/releases/tag/v23.10.0) and our [APT repository](https://apt.status.im/) (Debian/Ubuntu).\n\n- We currently have binaries available for Linux `AMD64`, `ARM` and `ARM64`, Windows `AMD64`, and macOS (`AMD64` and `ARM64`).\nSee the [binaries guide](https://nimbus.guide/binaries.html) on how to install them.\n\n**Build from source**\n\n- Building Nimbus from source is simple and fully automated. Follow the [build guide](https://nimbus.guide/build.html).\n\n**4. Sync from a trusted node**\n\nWhile this step is not mandatory, since Nimbus will automatically start syncing process on the first start, we recommend doing it as it will allow you to get started in **minutes** instead of hours or even days.\n our [trusted node sync guide](https://nimbus.guide/trusted-node-sync.html).\n\n**5. Start the node**\n\nOnce you've completed previous steps, it is time to start the beacon node.\n\nIf you have skipped the syncing from a trusted node step, starting the node will initiate the [syncing process](https://nimbus.guide/start-syncing.html).\n\n`cd nimbus-eth2`\n\n**Mainnet**\n\n\\# Start a mainnet node\n\n`./run-mainnet-beacon-node.sh --web3-url=http://127.0.0.1:8551 --jwt-secret=/tmp/jwtsecret`\n\n**Holeysky**\n\n\\# Start a holesky testnet node\n\n`./run-holesky-beacon-node.sh --web3-url=http://127.0.0.1:8551 --jwt-secret=/tmp/jwtsecret`\n\nOnce the beacon node starts, you'll see it logging information to the console, like so:\n\n`INF 2022-07-19 15:42:58.145+02:00 Launching beacon node`\n\nCongratulations! Your beacon node is up and running!\n\n**What next?**\n\n- If you will be running the node on a regular basis, it is recommended that you [set up a systemd service](https://nimbus.guide/beacon-node-systemd.html) that automatically restarts your node if the computer reboots.\n\n- If you wish to stake, continue your journey by following the [validator quick start](https://nimbus.guide/run-a-validator.html).\n- The [monitoring](https://nimbus.guide/health.html) page contains information about how to keep your node healthy.",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue