Skip to content

Commit 1e216a5

Browse files
Revert "MyTonCtrl overview update (ton-community#1144)"
This reverts commit 69558c6.
1 parent 3e76633 commit 1e216a5

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

docs/v3/documentation/infra/nodes/mytonctrl/mytonctrl-overview.mdx

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import Feedback from '@site/src/components/Feedback';
22

3-
import Tabs from '@theme/Tabs';
4-
import TabItem from '@theme/TabItem';
5-
63
# MyTonCtrl
74

85
## Overview
@@ -13,41 +10,6 @@ To install and manage your own node, use the **MyTonCtrl** open-source tool deve
1310

1411
We are actively seeking feedback about the installation process. If you have any questions or suggestions, please [contact us](https://t.me/Alexgton).
1512

16-
## Install the MyTonCtrl
17-
18-
Download and execute the installation script from a **non-root** user account with **sudo** permissions:
19-
20-
<Tabs groupId="operating-systems">
21-
<TabItem value="ubuntu" label="Ubuntu">
22-
23-
```bash
24-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
25-
sudo bash install.sh
26-
```
27-
28-
</TabItem>
29-
<TabItem value={'debian'} label={'Debian'}>
30-
31-
```bash
32-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
33-
su root -c 'bash install.sh'
34-
```
35-
36-
</TabItem>
37-
</Tabs>
38-
39-
**Flags:**
40-
41-
- `-d` - **MyTonCtrl** will download a [dump](https://dump.ton.org/) of the latest blockchain state, significantly reducing synchronization time.
42-
- `-c <path>` - Specify a non-public liteserver for synchronization (optional).
43-
- `-i` - Ignore minimum requirements; use this only if you test the compilation process without running a real node.
44-
- `-m` - Sett the mode either `validator` or `liteserver`.
45-
- `-t` - Disable telemetry.
46-
47-
**To use testnet**, `-c` flag with the value `https://ton.org/testnet-global.config.json`.
48-
49-
The default value for the `-c` flag is `https://ton-blockchain.github.io/global.config.json`, which is default configuration for the mainnet.
50-
5113
## General Commands
5214

5315
### help
@@ -819,3 +781,4 @@ No args. Sets a password for the web admin interface, runs `python3 /usr/src/mtc
819781
- [Troubleshooting](/v3/guidelines/nodes/nodes-troubleshooting)
820782
821783
<Feedback />
784+

0 commit comments

Comments
 (0)