Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jan 5, 2024
1 parent 8e0740f commit 7b4d30d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
26 changes: 3 additions & 23 deletions docs/node/initial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <your_public_ip_address>` 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: <your_public_ip_address>`.
If it shows `No routable IP set` instead, please check again your configuration.

### Check your node staking address

Expand All @@ -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.
4 changes: 1 addition & 3 deletions docs/node/routability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const config = {
type: "docSidebar",
sidebarId: "nodeSidebar",
position: "left",
label: "🖥 Testnet",
label: "🖥 Mainnet",
},
{
type: "docSidebar",
Expand Down

0 comments on commit 7b4d30d

Please sign in to comment.