Skip to content

Commit 66aaad2

Browse files
authored
remove mytonctrl2 branch mentions (#714)
1 parent d3edb37 commit 66aaad2

File tree

4 files changed

+16
-38
lines changed

4 files changed

+16
-38
lines changed

docs/participate/network-maintenance/single-nominator.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,6 @@ import TabItem from '@theme/TabItem';
55

66
[Single Nominator](https://github.com/orbs-network/single-nominator) is a TON smart contract that enables secure validation for TON blockchain. The contract is designed for TON validators that have enough self stake to validate by themselves without relying on third-party nominators stakes. The contract provides an alternative simplified implementation for the Nominator Pool smart contract that supports a Single Nominator only.
77

8-
## Start using mytonctrl
9-
10-
Currently [mytonctrl](https://github.com/ton-blockchain/mytonctrl) supports `single_nominator` contracts, but firstly you need to install mytonctrl 2.0.
11-
12-
### Launch mytonctrl 2.0
13-
14-
If you already have installed mytonctrl just use command `update mytonctrl2`. If you have no mytonctrl installed, follow these steps:
15-
16-
1. Download installation script:
17-
18-
```bash
19-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/mytonctrl2/scripts/install.sh
20-
```
21-
22-
2. Run installation script:
23-
24-
```bash
25-
sudo bash ./install.sh -b mytonctrl2
26-
```
27-
288
### Set up single-nominator
299

3010
:::caution

docs/participate/run-nodes/enable-liteserver-node.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ If you don't have mytonctrl, install it with `-m liteserver` flag:
3737
<TabItem value="ubuntu" label="Ubuntu">
3838

3939
```bash
40-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/mytonctrl2/scripts/install.sh
41-
sudo bash install.sh -m liteserver -b mytonctrl2 -d
40+
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
41+
sudo bash install.sh -m liteserver -d
4242
```
4343

4444
</TabItem>
4545
<TabItem value={'debian'} label={'Debian'}>
4646

4747
```bash
48-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/mytonctrl2/scripts/install.sh
49-
su root -c 'bash install.sh -m liteserver -b mytonctrl2 -d'
48+
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
49+
su root -c 'bash install.sh -m liteserver -d'
5050
```
5151

5252
</TabItem>

docs/participate/run-nodes/full-node.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@ Download and run the installation script from the **non-root** user account with
104104
<TabItem value="ubuntu" label="Ubuntu">
105105

106106
```bash
107-
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/mytonctrl2/scripts/install.sh
108-
sudo bash ./install.sh -b mytonctrl2 -d -c <CONFIG_URL>
107+
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
108+
sudo bash ./install.sh -d -c <CONFIG_URL>
109109
```
110110

111111
</TabItem>
112112
<TabItem value={'debian'} label={'Debian'}>
113113

114114
```bash
115-
https://raw.githubusercontent.com/ton-blockchain/mytonctrl/mytonctrl2/scripts/install.sh
116-
su root -c 'bash ./install.sh -b mytonctrl2 -d -c <CONFIG_URL>'
115+
https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
116+
su root -c 'bash ./install.sh -d -c <CONFIG_URL>'
117117
```
118118

119119
</TabItem>

docs/participate/run-nodes/mytonctrl.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ To install and manage your own node, use the **MyTonCtrl** open-source tool deve
66

77
[MyTonCtrl](https://github.com/ton-blockchain/mytonctrl) is a console application that is 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.
88

9-
Actually, there is [MyTonCtrl2](https://github.com/ton-blockchain/mytonctrl/tree/mytonctrl2) with a lot of improvements ([single nominator pool](/participate/network-maintenance/single-nominator), more checks, etc.).
10-
119
We are actively seeking feedback about the installation process. If you have any questions or suggestions, please [contact us](https://t.me/Alexgton).
1210

1311
## General Commands
@@ -28,12 +26,12 @@ No args, exit from console.
2826

2927
Update mytonctrl. Param combinations:
3028

31-
| Format name | Format | Example | Description |
32-
|:-----------------------|:---------------------------------------------------------------------------|:----------------------------------------------------------------------------|-------------------------------------------------------------------------|
33-
| No args | `update` | `update` | Update from current repo |
34-
| URL format | `update [https://github.com/author/repo/tree/branch]` | `update https://github.com/ton-blockchain/mytonctrl/tree/mytonctrl2` | Update from specified URL |
35-
| Branch Only format | `update [BRANCH]` | `update mytonctrl2` | Update from specified branch of current repo |
36-
| Branch Override format | `update [https://github.com/authorName/repoName/tree/branchName] [BRANCH]` | `update https://github.com/ton-blockchain/mytonctrl/tree/master mytonctrl2` | Update from branch specified by second argument of specified repository |
29+
| Format name | Format | Example | Description |
30+
|:-----------------------|:---------------------------------------------------------------------------|:----------------------------------------------------------------------|-------------------------------------------------------------------------|
31+
| No args | `update` | `update` | Update from current repo |
32+
| URL format | `update [https://github.com/author/repo/tree/branch]` | `update https://github.com/ton-blockchain/mytonctrl/tree/test` | Update from specified URL |
33+
| Branch Only format | `update [BRANCH]` | `update test` | Update from specified branch of current repo |
34+
| Branch Override format | `update [https://github.com/authorName/repoName/tree/branchName] [BRANCH]` | `update https://github.com/ton-blockchain/mytonctrl/tree/master test` | Update from branch specified by second argument of specified repository |
3735

3836
### upgrade
3937

@@ -219,7 +217,7 @@ MyTonCtrl> activate_single_pool <pool-name>
219217
220218
### Importing a wallet
221219
222-
MyTonCtrl2 supports various types of wallet-like contracts, including wallet-v1, wallet-v3, [lockup-wallet](https://github.com/ton-blockchain/lockup-wallet-contract/tree/main/universal), and others. Often, it provides a straightforward way to interact with these contracts.
220+
MyTonCtrl supports various types of wallet-like contracts, including wallet-v1, wallet-v3, [lockup-wallet](https://github.com/ton-blockchain/lockup-wallet-contract/tree/main/universal), and others. Often, it provides a straightforward way to interact with these contracts.
223221
224222
#### Importing Using a Private Key
225223
@@ -380,7 +378,7 @@ MyTonCtrl> mgtp <wallet-name> <account-addr | bookmark-name> <amount>
380378
381379
## General Pools Commands
382380
383-
There are two types of pools in **MyTonCtrl2**:
381+
There are two types of pools in **MyTonCtrl**:
384382
385383
1. [Nominator Pool](/participate/network-maintenance/nominator-pool)
386384
2. [Single Nominator Pool](/participate/network-maintenance/single-nominator)

0 commit comments

Comments
 (0)