-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7bfc60
commit 8dc31f3
Showing
5 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
id: check_status | ||
sidebar_label: Check your node's status | ||
--- | ||
|
||
# Check your node's status | ||
|
||
## Check your routability status | ||
|
||
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>`. | ||
If it shows `No routable IP set` instead, please check again your configuration. | ||
|
||
## Make sure you are connected to peers | ||
|
||
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 nodes you are connected too. | ||
You need to have both IN and OUT connections. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters