From e59a6eca149d52c43334dc7cd1fb34e196c217c9 Mon Sep 17 00:00:00 2001 From: Phil Ngo Date: Sun, 20 Oct 2024 23:44:24 -0400 Subject: [PATCH] minor fixes and add to wordlist --- .wordlist.txt | 19 +++++++++++++++++++ .../quick-start-custom-guide.md | 6 +++--- .../logging-and-metrics/prometheus-grafana.md | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index a2e642a926a..45d3bd6bc3d 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -13,6 +13,7 @@ Casper Chai ChainSafe Codespaces +CoinCashew Corepack Customizations DPoS @@ -29,6 +30,7 @@ ENRs ETH Edgington Erigon +Esat EthStaker EtherScan Ethereum @@ -37,8 +39,10 @@ FINDNODE FX Flamegraph Flamegraphs +GPG Geth Github +Goerli Gossipsub Grafana Grandine @@ -46,6 +50,7 @@ HTTPS HackMD Hashicorp Homebrew +Hyperledger IPFS IPv Infura @@ -60,6 +65,7 @@ LGPLv LMD LPoS LTS +LVM Lerna MEV MacOS @@ -81,9 +87,11 @@ Quickstart RPC Reth Ryzen +SFTP SHA SSD SSZ +Somer Stakehouse TOC TTD @@ -103,6 +111,7 @@ backfill beaconcha blockRoot blockchain +blockspace blst bootnode bootnodes @@ -110,6 +119,7 @@ bundlers chainConfig chainsafe chiado +chmod cli cmd codebase @@ -125,6 +135,7 @@ dApp dApps ddos decrypt +derypted deserialization dev devcontainer @@ -139,17 +150,21 @@ env envs ephemery ethers +feeRecipient flamegraph flamegraphs floodsub +fsSL getNetworkIdentity gnosis +gpg heapdump heaptrack holesky interop js keypair +keyrings keystore keystores libp @@ -160,9 +175,11 @@ llnode lockfile mainnet malloc +mbps mdns merkle merkleization +misconfiguration mmeshsub monorepo multiaddr @@ -199,6 +216,7 @@ ssz stakers subnet subnets +sudo tcp testnet testnets @@ -215,6 +233,7 @@ vite vitest webpack wip +xRelayPubKey xcode yaml yamux diff --git a/docs/pages/run/getting-started/quick-start-custom-guide.md b/docs/pages/run/getting-started/quick-start-custom-guide.md index 63040cfc79d..4aefc78151f 100644 --- a/docs/pages/run/getting-started/quick-start-custom-guide.md +++ b/docs/pages/run/getting-started/quick-start-custom-guide.md @@ -5,7 +5,7 @@ This is a step-by-step guide to utilize [@ChainSafe/lodestar-quickstart](https:/ This guide will provide instructions which include running a local execution node. This guide uses Lodestar's `stable` release branch and supports **Holesky** testnet setups and **Mainnet**. :::info -This guide specifically focuses on using Lodestar's Quickstart scripts which allows for near instantanious setup with the following technologies: +This guide specifically focuses on using Lodestar's Quickstart scripts which allows for near instant setup with the following technologies: - [Ubuntu v22.04 (LTS) x64 server](https://releases.ubuntu.com/22.04/) - Ethereum Execution (eth1) clients: @@ -68,7 +68,7 @@ Check your available disk space. Even you have a large SSD there are cases where We must install Docker Engine to run the images on your local machine. -#### Add Docker's GPG Keyrings +#### Add Docker's GPG keyrings Run each line one at a time. @@ -556,7 +556,7 @@ Configure the above commands with what you intend to run using the Quickstart Sc | `--detached` | Optional\* | By default the script will wait for processes and use user input (ctrl +c) to end the processes, however you can pass this option to skip this behavior and just return, for e.g. in case you just want to leave it running. | | `--withValidatorKeystore` | Optional\*\* | Launch a validator client using `LODESTAR_VALIDATOR_MNEMONIC_ARGS` (`--withValidatorMnemonic`) or using a folder (`--withValidatorKeystore --justVC` connecting to same beacon node. | | `--withValidatorMnemonic` | Optional\*\* | Launch a validator client using mnemonic method.(`LODESTAR_VALIDATOR_MNEMONIC_ARGS`) as set in the network vars file. | -| `--withMevBoost` | Optional | Launch a MEV-Boost container to interface with multiple relays picked for the corresponding network vars file. When paired with `--justCL` or `--justVC` this only activates the builder args in the beacon/validator and use the builder url set in MEVBOOST_URL variable in fixed.vars | +| `--withMevBoost` | Optional | Launch a MEV-Boost container to interface with multiple relays picked for the corresponding network vars file. When paired with `--justCL` or `--justVC` this only activates the builder arguments in the beacon/validator and use the builder url set in MEVBOOST_URL variable in fixed.vars | | `--justEL` | Optional | Launch only the Execution Layer client. | | `--justCL` | Optional | Launch only the Lodestar beacon node. | | `--justVC` | Optional | Launch only the Lodestar validator. | diff --git a/docs/pages/run/logging-and-metrics/prometheus-grafana.md b/docs/pages/run/logging-and-metrics/prometheus-grafana.md index 1214db7a0ad..c36c52a72a0 100644 --- a/docs/pages/run/logging-and-metrics/prometheus-grafana.md +++ b/docs/pages/run/logging-and-metrics/prometheus-grafana.md @@ -4,7 +4,7 @@ Prometheus is an open-source monitoring system with efficient time series databa ## Localized Docker Metrics Script -The Lodestar team has setup a script which will copy the latest dashboards compiled by our team for development purposes. By utilizing the script localed in `/docker/docker-compose.local_dev.sh`, you can instantly setup the latest dockerized metrics alongside your local beacon node. +The Lodestar team has setup a script which will copy the latest dashboards compiled by our team for development purposes. By utilizing the script located in `/docker/docker-compose.local_dev.sh`, you can instantly setup the latest dockerized metrics alongside your local beacon node. ## Prometheus Setup