mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
some docs nits on installation (#3528)
This commit is contained in:
@ -20,9 +20,9 @@ As an example, you could install the Linux x86_64 version like so:
|
||||
For example, to obtain the binary file for v0.0.1-alpha, you can run the following commands in a Linux terminal:
|
||||
```bash
|
||||
cd ~
|
||||
curl -LO https://github.com/paradigmxyz/reth/releases/download/v0.0.1-alpha/reth-v0.0.1-alpha-x86_64-unknown-linux-gnu.tar.gz
|
||||
tar -xvf reth-v0.0.1-alpha-x86_64-unknown-linux-gnu.tar.gz
|
||||
curl -LO https://github.com/paradigmxyz/reth/releases/download/v0.1.0-alpha.1/reth-v0.1.0-alpha.1-x86_64-unknown-linux-gnu.tar.gz
|
||||
tar -xvf reth-v0.1.0-alpha.1-x86_64-unknown-linux-gnu.tar.gz
|
||||
```
|
||||
1. Test the binary with `./reth --version` (it should print the version).
|
||||
2. (Optional) Move the `reth` binary to a location in your `PATH`, so the `reth` command can be called from anywhere.
|
||||
For most Linux distros, you can move the binary to `/usr/local/bin`: `sudo cp ./reth /usr/local/bin`.
|
||||
For most Linux distros, you can move the binary to `/usr/local/bin`: `sudo cp ./reth /usr/local/bin`.
|
||||
|
||||
@ -50,7 +50,7 @@ Assuming you have done that, run:
|
||||
RUST_LOG=info lighthouse bn \
|
||||
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
|
||||
--execution-endpoint http://localhost:8551 \
|
||||
--execution-jwt ~/.local/share/reth/mainnet/jwt.hex
|
||||
--execution-jwt /path/to/secret
|
||||
```
|
||||
|
||||
If you don't intend on running validators on your node you can add :
|
||||
|
||||
Reference in New Issue
Block a user