From 3cd436b51a6c13a4f3b76072e5327089a13e8e42 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:56:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9D=20add=20love=20weak=20subjectivity?= =?UTF-8?q?,=20by=20vitalik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NODES_on_Ethereum/running-a-node-advanced.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NODES_on_Ethereum/running-a-node-advanced.md b/NODES_on_Ethereum/running-a-node-advanced.md index 8c8e4c2..78c36d8 100644 --- a/NODES_on_Ethereum/running-a-node-advanced.md +++ b/NODES_on_Ethereum/running-a-node-advanced.md @@ -178,9 +178,9 @@ openssl rand -hex 32 > jwtsecret #### find your ip -* private" `ifconfig | grep "inet " | grep -v 127.0.0.1` -* public `curl v4.ident.me` -* router `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS) +* private: `ifconfig | grep "inet " | grep -v 127.0.0.1` +* public: `curl v4.ident.me` +* router: `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS)