From 7b4d30deb9140008c8457edb5bd132e60b27f5b3 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Fri, 5 Jan 2024 15:22:06 +0100 Subject: [PATCH] Various fixes --- docs/node/initial.mdx | 26 +++----------------------- docs/node/routability.mdx | 4 +--- docusaurus.config.js | 2 +- 3 files changed, 5 insertions(+), 27 deletions(-) diff --git a/docs/node/initial.mdx b/docs/node/initial.mdx index 38f227ba5..81319fd8e 100644 --- a/docs/node/initial.mdx +++ b/docs/node/initial.mdx @@ -253,11 +253,8 @@ Now you can leave the node running, and it will start producing blocks just afte You can use a service such as https://portchecker.co to check that the ports 31244 and 31245 are both opened for your public IP address. -Additionally, in your massa-client, you can check that the `get_status` command shows your `Node's IP: ` and not `No routable IP set` - -```shell -get_status -``` +Additionally, in your massa-client, you can check that the `get_status` command shows your `Node's IP: `. +If it shows `No routable IP set` instead, please check again your configuration. ### Check your node staking address @@ -273,21 +270,4 @@ is present in the initial staker lists, available in `massa/massa-node/base_conf In order for your node to be running properly, you have to make sure you are connected to other peers on the network. -The `get_status`command will show you which node you are connected too: -```shell -get_status -``` - - - - - - - - - - - - - - +The `get_status` command will show you which nodes you are connected too. diff --git a/docs/node/routability.mdx b/docs/node/routability.mdx index 371503785..eb7d3ca3b 100644 --- a/docs/node/routability.mdx +++ b/docs/node/routability.mdx @@ -41,7 +41,5 @@ routable_ip = "AAA.BBB.CCC.DDD" ``` where `AAA.BBB.CCC.DDD` should be replaced with your public IP address (not the local one !). IPV6 is also supported. - run the massa node -- you can then test if your ports are open by typing your public IP address and port 31244 in yougetsignal (then again +- you can then test if your ports are open by typing your public IP address and port 31244 in https://portchecker.co (then again with port 31245) -- once your node is routable, you need to send the public IP address of your node to the Discord bot. You first need to -register to the staking reward program (see the last step below). diff --git a/docusaurus.config.js b/docusaurus.config.js index 73d60d308..9544fa9ea 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -103,7 +103,7 @@ const config = { type: "docSidebar", sidebarId: "nodeSidebar", position: "left", - label: "🖥 Testnet", + label: "🖥 Mainnet", }, { type: "docSidebar",