Skip to content

Commit 8849a95

Browse files
committed
remove docs, update README
1 parent 55c3c0d commit 8849a95

17 files changed

+8
-1377
lines changed

README.RU.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
<!-- omit from toc -->
44
# MyTonCtrl
5-
[Данный текст доступен на русском языке.](README.Ru.md)
65

76
<!-- omit from toc -->
87
## Contents
98

109
- [What is MyTonCtrl?](#what-is-myttonctrl)
10+
- [MyTonCtrl Documentation](#mytonctrl-documentation)
1111
- [Functionality](#functionality)
1212
- [List of tested operating systems](#list-of-tested-operating-systems)
1313
- [Installation](#installation)
1414
- [Installation scripts overview](#installation-scripts-overview)
1515
- [Installation modes](#installation-modes)
1616
- [Installation for Ubuntu](#installation-for-ubuntu)
1717
- [Installation for Debian](#installation-for-debian)
18-
- [MyTonCtrl Documentation](#mytonctrl-documentation)
1918
- [Telemetry](#telemetry)
2019
- [MyTonCtrl installer mode](#mytonctrl-installer-mode)
2120
- [Web admin panel](#web-admin-panel)
@@ -24,10 +23,14 @@
2423

2524

2625
# What is MyTonCtrl?
27-
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.
2827

2928
![MyTonCtrl Status](screens/mytonctrl-status.png)
3029

30+
# MyTonCtrl Documentation
31+
32+
Mytonctrl's documentation can be found at https://docs.ton.org/participate/run-nodes/mytonctrl.
33+
3134
# Functionality
3235
- [x] Show TON network status
3336
- [x] Management of local wallets
@@ -84,7 +87,8 @@ MyTonCtrl is a console application that serves as a convenient wrapper for `fift
8487
- `mytoninstaller.py`: configures the validator and `mytonctrl`; generates validator connection keys.
8588

8689
## 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).
8892

8993
## Installation for Ubuntu
9094
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 +115,6 @@ There are two installation modes: `lite` and`full`. They both **compile** and in
111115
mytonctrl
112116
```
113117

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.
117-
118-
| | FAQ | Import Wallets | Ubuntu Manual | Nominator Pool |
119-
|:-:|:---:|:-------------:|:-------------:|:--------------:|
120-
| **English (EN)** | [Link](./docs/en/FAQ.md) | [Link](./docs/en/import-wallets.md) | [Link](./docs/en/manual-ubuntu.md) | [Link](./docs/en/nominator-pool.md) |
121-
| **Russian (RU)** | [Link](./docs/ru/FAQ.md) | [Link](./docs/ru/import-wallets.md) | [Link](./docs/ru/manual-ubuntu.md) | [Link](./docs/ru/nominator-pool.md) |
122-
| **Traditional Chinese** | [Link](./docs/zh_TW/FAQ.md) | [Link](./docs/zh_TW/import-wallets.md) | [Link](./docs/zh_TW/manual-ubuntu.md) | [Link](./docs/zh_TW/nominator-pool.md) |
123-
124-
125118
# Telemetry
126119
By default, `mytonctrl` sends validator statistics to the https://toncenter.com server.
127120
It is necessary to identify network abnormalities, as well as to quickly give feedback to developers.

docs/en/FAQ.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)