Skip to content

Commit

Permalink
minor fixes and add to wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
philknows committed Oct 21, 2024
1 parent a5b3fe9 commit e59a6ec
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Casper
Chai
ChainSafe
Codespaces
CoinCashew
Corepack
Customizations
DPoS
Expand All @@ -29,6 +30,7 @@ ENRs
ETH
Edgington
Erigon
Esat
EthStaker
EtherScan
Ethereum
Expand All @@ -37,15 +39,18 @@ FINDNODE
FX
Flamegraph
Flamegraphs
GPG
Geth
Github
Goerli
Gossipsub
Grafana
Grandine
HTTPS
HackMD
Hashicorp
Homebrew
Hyperledger
IPFS
IPv
Infura
Expand All @@ -60,6 +65,7 @@ LGPLv
LMD
LPoS
LTS
LVM
Lerna
MEV
MacOS
Expand All @@ -81,9 +87,11 @@ Quickstart
RPC
Reth
Ryzen
SFTP
SHA
SSD
SSZ
Somer
Stakehouse
TOC
TTD
Expand All @@ -103,13 +111,15 @@ backfill
beaconcha
blockRoot
blockchain
blockspace
blst
bootnode
bootnodes
bundlers
chainConfig
chainsafe
chiado
chmod
cli
cmd
codebase
Expand All @@ -125,6 +135,7 @@ dApp
dApps
ddos
decrypt
derypted
deserialization
dev
devcontainer
Expand All @@ -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
Expand All @@ -160,9 +175,11 @@ llnode
lockfile
mainnet
malloc
mbps
mdns
merkle
merkleization
misconfiguration
mmeshsub
monorepo
multiaddr
Expand Down Expand Up @@ -199,6 +216,7 @@ ssz
stakers
subnet
subnets
sudo
tcp
testnet
testnets
Expand All @@ -215,6 +233,7 @@ vite
vitest
webpack
wip
xRelayPubKey
xcode
yaml
yamux
6 changes: 3 additions & 3 deletions docs/pages/run/getting-started/quick-start-custom-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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 <abs path to folder`) having `keystores` and `pass.txt` (which advance users may modify in `LODESTAR_VALIDATOR_KEYSTORE_ARGS` as per their setup). Users can spin up multiple validators using `--withValidatorMnemonic <folder path> --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. |
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/run/logging-and-metrics/prometheus-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e59a6ec

Please sign in to comment.