MyTonCtrl
Overview
To install and manage your own node, use the MyTonCtrl open-source tool developed by the TON Foundation. The majority of TON Nodes are reliable and tested by MyTonCtrl.
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.
We are actively seeking feedback about the installation process. If you have any questions or suggestions, please contact us.
General Commands
help
No args, print help text
clear
No args, clear console
exit
No args, exit from console.
update
Update mytonctrl. Param combinations:
Format name | Format | Example | Description |
---|---|---|---|
No args | update | update | Update from current repo |
URL format | update [https://github.com/author/repo/tree/branch] | update https://github.com/ton-blockchain/mytonctrl/tree/test | Update from specified URL |
Branch Only format | update [BRANCH] | update test | Update from specified branch of current repo |
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 |
upgrade
Update node. Param combinations:
Format name | Format | Example | Description |
---|---|---|---|
No args | upgrade | upgrade | Upgrade from current repo |
URL format | upgrade [https://github.com/author/repo/tree/branch] | upgrade https://github.com/ton-blockchain/ton/tree/master | Upgrade from specified URL |
Branch Only format | upgrade [BRANCH] | upgrade master | Upgrade from specified branch of current repo |
Branch Override format | upgrade [https://github.com/authorName/repoName/tree/branchName] [BRANCH] | upgrade https://github.com/ton-blockchain/ton/tree/master testnet | Upgrade from branch specified by second argument of specified repository |
status
Get current mytonctrl and node status. Param combinations:
Format name | Format | Example | Description |
---|---|---|---|
No args | status | status | Full status report including validator efficiency and online validators. |
Fast | status fast | status fast | Must be used on TestNet. Status report without validator efficiency and online validators count. |
installer
No args, run the installer of TON modules (script /usr/src/mytonctrl/mytoninstaller.py)
status_modes
No args, show MTC modes.
status_settings
No args, show all available settings with their description and values.
enable_mode
Enable a specific mode.
MyTonCtrl> enable_mode <mode_name>
Example:
MyTonCtrl> enable_mode validator
disable_mode
Disable a specific mode.
MyTonCtrl> disable_mode <mode_name>
Example:
MyTonCtrl> disable_mode validator
about
Provide a description of the specified mode
MyTonCtrl> about <mode_name>
Example:
MyTonCtrl> about validator
get
Get the value of a specific setting in JSON format
MyTonCtrl> get <setting_name>
Example:
MyTonCtrl> get stake
set
Set the specified value of a specified setting. Skip setting existence checking if --force
enabled
MyTonCtrl> set <setting> <value> [--force]
Example:
MyTonCtrl> set stake 9000
rollback
No args, rollback to mytonctrl 1.0. You shouldn't use mytonctrl 1.0 in any case.
getconfig
Retrieves and prints the JSON representation of the configuration specified by <config-id>
MyTonCtrl> getconfig <config_id> # config id can be omitted
Example:
MyTonCtrl> getconfig 0
get_pool_data
Retrieves and prints the JSON representation of the pool data specified by <pool-name>
or <pool-addr>
.
MyTonCtrl> get_pool_data <<pool-name> | <pool-addr>>
Example:
get_pool_data pool_name # you can check possible pool names using ls /home/install_mytonctrl/.local/share/mytoncore/pools
Overlays
Read more about overlays here.
add_custom_overlay
Adds a custom overlay with the given <name>
using the configuration specified by <path_to_config>
MyTonCtrl> add_custom_overlay <name> <path_to_config>
Example:
add_custom_overlay custom /config.json # check link from above to know what config this command requires (/v3/guidelines/nodes/custom-overlays)
list_custom_overlays
No args, prints custom overlays
delete_custom_overlay
Deletes the custom overlay with the specified <name>
MyTonCtrl> delete_custom_overlay <name>
Validator
vo
Votes for the offer specified by <offer-hash>
MyTonCtrl> vo <offer-hash> # use `ol` to get offers
ve
No args, vote for election
vc
Votes for the complaint specified by <complaint-hash>
in the election specified by <election-id>
MyTonCtrl> vc <election-id> <complaint-hash>
Actually, even this will work, but you should use data from your current mytonctrl state:
MyTonCtrl> vc 0 0
check_ef
Outputs validator efficiency data for the current and previous rounds.
Note: The efficiency data for the current round becomes more accurate as the round progresses.
Based on the validator index
(can be received by status
command), there are three possible scenarios:
-
Validator index is in the range [0,
max_main_validators
): Thevalidator efficiency
must be above 90% (number can be changed in future based on statistics) for the entire round; otherwise, a penalty (fine) may be imposed. -
Validator index is in the range [
max_main_validators
,max_validators
): Thevalidator efficiency
should still be above 90% (number can be changed in future based on statistics) for the full round. Currently, no penalty will be applied, but this may change in future updates. -
The user is not a validator: No penalties apply, but the user is not eligible for rewards either. No
validator efficiency
to check. This can be caused by a low stake or incorrect node configuration. Additionally, ensure thatmytonctrl
is running continuously.
Read more about max_validators
and max_main_validators
on config parameters page. Get the actual values for mainnet and for testnet.
Pool commands
Get more information at nominator pool page.
deposit_to_pool
Deposits the specified <amount>
to the pool specified by <pool-addr>
MyTonCtrl> deposit_to_pool <pool-addr> <amount>
Example:
MyTonCtrl> deposit_to_pool kf_JcC5pn3etTAdwOnc16_tyMmKE8-ftNUnf0OnUjAIdDJpX 1
withdraw_from_pool
Withdraws the specified <amount>
from the pool specified by <pool-addr>
MyTonCtrl> withdraw_from_pool <pool-addr> <amount>
Example:
MyTonCtrl> withdraw_from_pool kf_JcC5pn3etTAdwOnc16_tyMmKE8-ftNUnf0OnUjAIdDJpX 1
cleanup
No args, cleanup validator database
benchmark
No args, prints table with several tests
Single pool
Get more information at single nominator pool page.
new_single_pool
Creates a new single pool with the specified <pool-name>
and <owner-address>
MyTonCtrl> new_single_pool <pool-name> <owner-address>
Example:
MyTonCtrl> new_single_pool name kf9tZrL46Xjux3ZqvQFSgQkOIlteJK52slSYWbasqtOjrKUT
activate_single_pool
Activates the single pool specified by <pool-name>
MyTonCtrl> activate_single_pool <pool-name> # pool name from above
Wallet management
Importing a wallet
MyTonCtrl supports various types of wallet-like contracts, including wallet-v1, wallet-v3, lockup-wallet, and others. Often, it provides a straightforward way to interact with these contracts.
Importing Using a Private Key
If you have access to a private key, you can easily import a wallet:
MyTonCtrl> iw <wallet-addr> <wallet-secret-key>
Here, <wallet-secret-key>
is your private key in base64 format.
Example:
MyTonCtrl> iw kf9tZrL46Xjux3ZqvQFSgQkOIlteJK52slSYWbasqtOjrKUT AAAH++/ve+/vXrvv73vv73vv73vv71DWu+/vWcpA1E777+92Ijvv73vv70iV++/ve+/vUTvv70d77+9UFjvv71277+9bO+/ve+/vXgzdzzvv71i77+977+9CjLvv73vv73vv71i77+9Bu+/vV0oJe+/ve+/vUPvv73vv73vv70=
Importing Using a Mnemonic Phrase
If you have a mnemonic phrase (a sequence of 24 words like tattoo during ...
), follow these steps:
- Install Node.js.
- Clone and install mnemonic2key:
git clone https://github.com/ton-blockchain/mnemonic2key.git
cd mnemonic2key
npm install - Run the following command, replacing
word1
,word2
... with your mnemonic phrase andaddress
with the address of your wallet contract:node index.js word1 word2 ... word24 [address]
- The script will generate
wallet.pk
andwallet.addr
. Rename them toimported_wallet.pk
andimported_wallet.addr
. - Copy both files to the
~/.local/share/mytoncore/wallets/
directory. - Open the mytonctrl console and list the wallets using the
wl
command. - Verify that the wallet has been imported and displays the correct balance.
- You can now send funds using the
mg
command. Entermg
to view the help documentation. Remember to replace placeholders (words inside< >
) with your actual values when running commands.
Show the list of wallets
MyTonCtrl> wl
Create a new local wallet
Also you can create new empty wallet:
MyTonCtrl> nw <workchain-id> <wallet-name> [<version> <subwallet>]
Example:
MyTonCtrl> nw 0 name v3 # by default subwallet is 0x29A9A317 + workchain
Activate a local wallet
If you want to use wallet, it has to be activated:
MyTonCtrl> aw <wallet-name>
But before activating, send 1 Toncoin to wallet:
MyTonCtrl> wl
Name Status Balance Ver Wch Address
validator_wallet_001 active 994.776032511 v1 -1 kf_dctjwS4tqWdeG4GcCLJ53rkgxZOGGrdDzHJ_mxPkm_Xct
wallet_004 uninit 0.0 v1 0 0QBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Kbs
MyTonCtrl> mg validator_wallet_001 0QBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Kbs 1
Then activate it:
MyTonCtrl> aw wallet_004
ActivateWallet - OK
MyTonCtrl> wl
Name Status Balance Ver Wch Address
validator_wallet_001 active 994.776032511 v1 -1 kf_dctjwS4tqWdeG4GcCLJ53rkgxZOGGrdDzHJ_mxPkm_Xct
wallet_004 active 0.998256399 v1 0 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp
Get the sequence number of the wallet
MyTonCtrl> seqno <wallet-name>
Set a wallet version
This command is needed when a modified wallet with interaction methods similar to a regular one is used.
MyTonCtrl> swv <wallet-addr> <wallet-version>
Example:
MyTonCtrl> swv kf9tZrL46Xjux3ZqvQFSgQkOIlteJK52slSYWbasqtOjrKUT v3
Export a wallet
It's possible to get a certain wallet address and secret key.
MyTonCtrl> ew <wallet-name>
Delete a local wallet
MyTonCtrl> dw <wallet-name>
Account and Transaction commands
Account status
To check account status and its transaction history use the following command:
MyTonCtrl> vas <account-addr> # for example you can get address of validator wallet by wl command and use vas to get more information
Account history
To check account transaction history use the following command using the number of listed operations as limit
:
MyTonCtrl> vah <account-addr> <limit> # limit is just unsigned integer number
Transfer coins
Transfer coins from local wallet to an account:
MyTonCtrl> mg <wallet-name> <account-addr | bookmark-name> <amount>
Example:
MyTonCtrl> mg wallet_004 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp 1
Wallet version 'v4' is not supported for the transfering
Transfer coins through a proxy
Transfer coins from local wallet to an account through a proxy:
MyTonCtrl> mgtp <wallet-name> <account-addr | bookmark-name> <amount>
Example:
MyTonCtrl> mgtp wallet_004 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp 1
General Pools Commands
There are two types of pools in MyTonCtrl:
All of them are managed by the following set of commands:
List of pools
MyTonCtrl> pools_list
Delete a pool
MyTonCtrl> delete_pool <pool-name>
Importing a pool
You can create already created pool to the list of local pools:
MyTonCtrl> import_pool <pool-name> <pool-addr>
Example:
MyTonCtrl> import_pool name kf_JcC5pn3etTAdwOnc16_tyMmKE8-ftNUnf0OnUjAIdDJpX
Bookmarks
You can create an alias (bookmark) for an account address to simplify it usage.
Create a new bookmark
MyTonCtrl> nb <bookmark-name> <account-addr | domain-name>