-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* node slow sync potential reasons * fix: fix build * add MyTonCtrl errors article * update slow sync potential reasons --------- Co-authored-by: Gleb Karavatski <[email protected]> Co-authored-by: Aliaksandr Bahdanau <[email protected]>
- Loading branch information
1 parent
a705861
commit 0b1c5c9
Showing
3 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
docs/v3/documentation/infra/nodes/mytonctrl/mytonctrl-errors.md
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,44 @@ | ||
# MyTonCtrl errors | ||
|
||
## Overview | ||
|
||
This article describes MyTonCtrl errors that a user may encounter. | ||
|
||
## Common errors | ||
|
||
| Error | Possible solution | | ||
|:---------------------------------------------------------------------------|:----------------------------------------------------------------------| | ||
| Unknown module name: `name`. Available modes: `modes` | Check available modes list | | ||
| No mode named `name` found in current modes: `current_modes` | Check current modes list | | ||
| GetWalletFromFile error: Private key not found | Check wallet name path | | ||
| Cannot get own IP address | Check access to the https://ifconfig.me/ip and https://ipinfo.io/ip resources | | ||
|
||
|
||
## Liteserver errors | ||
|
||
| Error | Possible solution | | ||
|:---------------------------------------------------------------------------|:----------------------------------------------------------------------| | ||
| Cannot enable liteserver mode while validator mode is enabled | Use `disable_mode validator` | | ||
| LiteClient error: `error_msg` | Check MyTonCtrl parameters for running Liteserver | | ||
|
||
## Validator errors | ||
|
||
| Error | Possible solution | | ||
|:---------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------| | ||
| ValidatorConsole error: Validator console is not settings | Check [validator article](/v3/guidelines/nodes/nodes-troubleshooting#validator-console-is-not-settings) | | ||
| Cannot enable validator mode while liteserver mode is enabled | Use `disable_mode liteserver` | | ||
| Validator wallet not found | Check [validator article](/v3/guidelines/nodes/running-nodes/validator-node#view-the-list-of-wallets) | | ||
| Validator is not synchronized | Wait more for sync or check [sync troubleshouting](/v3/guidelines/nodes/nodes-troubleshooting#about-no-progress-in-node-synchronization-within-3-hours) | | ||
| Stake less than the minimum stake. Minimum stake: `minStake` | Use [`set stake {amount}`](/v3/guidelines/nodes/running-nodes/validator-node#your-validator-is-now-ready) and [check stake parameters](/v3/documentation/network/configs/blockchain-configs#param-17) | | ||
| Don't have enough coins. stake: `stake`, account balance: `balance` | Top up your `balance` up to `stake` | | ||
|
||
## Nominator Pool errors | ||
|
||
| Error | Possible solution | | ||
|:---------------------------------------------------------------------------|:----------------------------------------------------------------------| | ||
| CreatePool error: Pool with the same parameters already exists | Check `pools_list` for existing pools | | ||
| create_single_pool error: Pool with the same parameters already exists | Check `pools_list` for existing pools | | ||
|
||
## See Also | ||
|
||
* [Nodes Troubleshooting](/v3/guidelines/nodes/nodes-troubleshooting) |
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