Skip to content

Commit

Permalink
chore(typo): build in => builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 23, 2024
1 parent 4148782 commit c0f7f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When a new node joins the Ethereum network it needs to connect to nodes that are

## Connect to a bootnode {#connect-to-a-bootnode}

Most clients have a list of bootnodes build in, but you might also want to run your own bootnode, or use one that is not part of the client's hardcoded list. In this case, you can specify them when starting your client, as follows (example is for Geth, please check your client's documentation):
Most clients have a list of bootnodes builtin, but you might also want to run your own bootnode, or use one that is not part of the client's hardcoded list. In this case, you can specify them when starting your client, as follows (example is for Geth, please check your client's documentation):

```
geth --bootnodes "enode://<node ID>@<IP address>:<port>"
Expand Down

0 comments on commit c0f7f97

Please sign in to comment.