From c6b1a571b28d8b6084f10120eafcae9210c3c526 Mon Sep 17 00:00:00 2001 From: xDen16bit Date: Fri, 16 Jun 2023 21:45:38 +1000 Subject: [PATCH] update geth mainnet info --- geth/geth.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geth/geth.md b/geth/geth.md index 8813567..6cd4d8f 100644 --- a/geth/geth.md +++ b/geth/geth.md @@ -12,7 +12,7 @@ mv example.env .env Start node (If you do not use traefik, specify the compose file with the `-f docker-compose.no-proxy.yml`): ```bash -docker-compose up -d geth +docker-compose up -d geth lighthouse-mainnet ``` To see the sync status run: `curl -X POST --data '{"jsonrpc": "2.0", "id": 1, "method": "eth_syncing"}' -H 'Content-Type: application/json' -s https://${DOMAIN}/geth-http/` @@ -22,7 +22,7 @@ To see the sync status run: ## Upgrade ```bash docker-compose pull -docker-compose up -d geth +docker-compose up -d geth lighthouse-mainnet ``` ### Prepare to The Merge @@ -44,8 +44,8 @@ docker-compose up -d geth lighthouse-mainnet ## Pruning Use it if the size is approaching 800 GB. At least 120 GB must be free for successful pruning. ```bash -docker-compose down +docker-compose stop geth docker-compose up geth-pruning docker-compose down -docker-compose up -d geth +docker-compose up -d geth lighthouse-mainnet ``` \ No newline at end of file