From 0113da0f5e00f8955a654d6371f0bc83a3c2a284 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Sep 2022 10:08:36 +0100 Subject: [PATCH] update FAQs --- content/docs/faq.md | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/content/docs/faq.md b/content/docs/faq.md index c0c82d6c9c..5bbfdfe44a 100644 --- a/content/docs/faq.md +++ b/content/docs/faq.md @@ -3,7 +3,7 @@ title: FAQ description: Frequently asked questions related to Geth --- -This page contains answers to common questions about Geth. The Geth team have also started to run AMA's on Reddit: +This page contains answers to common questions about Geth. The Geth team have also recently started to run AMA's on Reddit: [Aug 2022 AMA](https://www.reddit.com/r/ethereum/comments/wpqmo1/ama_we_are_the_go_ethereum_geth_team_18_august/) @@ -19,6 +19,7 @@ RPC stands for Remote Procedure Call. RPC is a mode of communication between pro The `jwtsecret` file is required to create an authenticated connection between Geth and a consensus client. JWT stands for JSON Web Token - it is signed using a secret key, proving each party's identity. Read about how to create `jwt-secret` in Geth on our [Connecting to consensus clients](/content/docs/getting_started/consensus-clients.md) page. + #### I noticed my peercount slowly decreasing, and now it is at 0. Restarting doesn't get any peers. This may be because your clock has fallen out of sync with other nodes. You can [force a clock update using ntp](https://askubuntu.com/questions/254826/how-to-force-a-clock-update-using-ntp) like so: @@ -43,9 +44,11 @@ Additional details and/or any updates on more robust handling are at