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
Copy file name to clipboardExpand all lines: docs/participate/network-maintenance/single-nominator.mdx
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,6 @@ import TabItem from '@theme/TabItem';
5
5
6
6
[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.
7
7
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:
Copy file name to clipboardExpand all lines: docs/participate/run-nodes/mytonctrl.mdx
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ To install and manage your own node, use the **MyTonCtrl** open-source tool deve
6
6
7
7
[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.
8
8
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
-
11
9
We are actively seeking feedback about the installation process. If you have any questions or suggestions, please [contact us](https://t.me/Alexgton).
| 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 |
| 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 |
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.
0 commit comments