Skip to content

Commit

Permalink
Complete examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Full-Hat committed Aug 21, 2024
1 parent 9102d74 commit e31828d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/participate/run-nodes/mytonctrl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,12 @@ Transfer coins from local wallet to an account:
MyTonCtrl> mg <wallet-name> <account-addr | bookmark-name> <amount>
```
Example:
```bash
MyTonCtrl> mg wallet_004 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp 1
```
:::caution
Wallet version 'v4' is not supported for the transfering
:::
Expand All @@ -471,6 +477,12 @@ Transfer coins from local wallet to an account through a proxy:
MyTonCtrl> mgtp <wallet-name> <account-addr | bookmark-name> <amount>
```
Example:
```bash
MyTonCtrl> mgtp wallet_004 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp 1
```
## General Pools Commands
There are two types of pools in **MyTonCtrl**:
Expand Down

0 comments on commit e31828d

Please sign in to comment.