From bcaf9bc138632ec9621a5ce7b683a60d0ddb1ff8 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 05:05:14 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20running=20a=20light=20node?= =?UTF-8?q?=20with=20geth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- The-Merge/running-a-node.md | 1 + 1 file changed, 1 insertion(+) diff --git a/The-Merge/running-a-node.md b/The-Merge/running-a-node.md index f6143dd..fb8c7b7 100644 --- a/The-Merge/running-a-node.md +++ b/The-Merge/running-a-node.md @@ -8,3 +8,4 @@ * [ethereum's official page on running a node](https://ethereum.org/en/run-a-node/) * [ethub docs on running a node](https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/) +* [running a light node with geth](https://ethereum.org/en/developers/tutorials/run-light-node-geth/)