You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyTonCtrl is a console application that serves as a convenient wrapper for `fift`, `lite-client`, and `validator-engine-console`. It has been specifically developed to streamline wallet, domain, and validator management tasks on the Linux operating system.
26
+
MyTonCtrl is a console application that serves as a convenient wrapper for `fift`, `lite-client`, and `validator-engine-console`. It has been specifically developed for node (validator) management tasks on the Linux operating system.
28
27
29
28

30
29
30
+
# MyTonCtrl Documentation
31
+
32
+
Mytonctrl's documentation can be found at https://docs.ton.org/participate/run-nodes/mytonctrl.
33
+
31
34
# Functionality
32
35
-[x] Show TON network status
33
36
-[x] Management of local wallets
@@ -84,7 +87,10 @@ MyTonCtrl is a console application that serves as a convenient wrapper for `fift
84
87
-`mytoninstaller.py`: configures the validator and `mytonctrl`; generates validator connection keys.
85
88
86
89
## Installation modes
87
-
There are two installation modes: `lite` and`full`. They both **compile** and install `TON` components. However the `lite` version does not configure or run the node/validator.
90
+
There are two installation modes: `liteserver` and `validator`. They both **compile** and install `TON` components and run the node/validator. Use `liteserver` mode if you want to use your node as Liteserver only.
91
+
Use `validator` mode if you want to participate in the validator elections (you still can use that node as Liteserver).
92
+
93
+
Learn more about node types: https://docs.ton.org/participate/nodes/node-types
88
94
89
95
## Installation for Ubuntu
90
96
1. Download and execute the `install.sh` script in the desired installation mode. During installation the script prompts you for the superuser password several times.
@@ -111,17 +117,6 @@ There are two installation modes: `lite` and`full`. They both **compile** and in
111
117
mytonctrl
112
118
```
113
119
114
-
# MyTonCtrl Documentation
115
-
116
-
This repository contains the following technical documents for MyTonCtrl, categorized by language. Simply click the links below to navigate to the document you're interested in.
0 commit comments