root@vultr:~# mytonctrl
[debug] 11.12.2023, 13:19:07.709 (UTC) Thread self_test started
[debug] 11.12.2023, 13:19:07.710 (UTC) Thread write_log started
[info] 11.12.2023, 13:19:07.710 (UTC) Start program /usr/src/mytonctrl/mytonctrl.py
Welcome to the console. Enter 'help' to display the help menu.
Traceback (most recent call last):
File "/usr/src/mytonctrl/mytonctrl.py", line 1216, in
console.Run()
File "/usr/src/mytonctrl/mypyconsole/mypyconsole.py", line 97, in Run
self.startFunction()
File "/usr/src/mytonctrl/mytonctrl.py", line 106, in PreUp
check_vport()
File "/usr/src/mytonctrl/mytonctrl.py", line 122, in check_vport
vconfig = ton.GetValidatorConfig()
File "/usr/src/mytonctrl/mytoncore.py", line 1929, in GetValidatorConfig
result = self.validatorConsole.Run("getconfig")
File "/usr/src/mytonctrl/mytoncore.py", line 66, in Run
raise Exception("ValidatorConsole error: Validator console is not settings")
Exception: ValidatorConsole error: Validator console is not settings
[debug] 11.12.2023, 13:19:07.710 (UTC)
[info] 11.12.2023, 13:19:07.710 (UTC)
Welcome to the console. Enter 'help' to display the help menu.
Traceback (most recent call last):
File "/usr/src/mytonctrl/mytonctrl.py", line 1216, in
console.Run()
File "/usr/src/mytonctrl/mypyconsole/mypyconsole.py", line 97, in Run
self.startFunction()
File "/usr/src/mytonctrl/mytonctrl.py", line 106, in PreUp
check_vport()
File "/usr/src/mytonctrl/mytonctrl.py", line 122, in check_vport
vconfig = ton.GetValidatorConfig()
File "/usr/src/mytonctrl/mytoncore.py", line 1929, in GetValidatorConfig
result = self.validatorConsole.Run("getconfig")
File "/usr/src/mytonctrl/mytoncore.py", line 66, in Run
raise Exception("ValidatorConsole error: Validator console is not settings")
Exception: ValidatorConsole error: Validator console is not settings
Dec 11, 2023, 1:37 PM
Excuse me, what is the reason? I just run the lite node.
Ubuntu 22.04 LTS
root
bash install.sh -m lite -d
root
bash install.sh -m lite -d
Dec 11, 2023, 1:37 PM
bash install.sh -m full
Dec 11, 2023, 5:18 PM
The hardware requirements of the whole node are too high, I just need lite.
Dec 11, 2023, 11:35 PM
You can only install full node if you want your own liteserver
https://docs.ton.org/participate/run-nodes/liteserver
Dec 11, 2023, 11:38 PM
Okay, thanks.
Dec 11, 2023, 11:52 PM