mytonctrl icon indicating copy to clipboard operation
mytonctrl copied to clipboard

A tool to run and maintain a TON node/validator

Results 123 mytonctrl issues
Sort by recently updated
recently updated
newest added

![3344](https://github.com/user-attachments/assets/a67714a1-4fb8-42b1-875d-58ec64e9a920)

During updating of mytonctrl using `update`, the network connection of the node had a hiccup. This caused the [git clone](https://github.com/ton-blockchain/mytonctrl/blob/master/mytonctrl/scripts/update.sh#L40) command to stop working, which resulted in mytonctrl being [completely...

### Pull Request Description #### Changes Made 1. **Added `aria2` for Downloading**: The dump download method was switched from using `curl` to `aria2c`. This change allows for downloading the file...

setwebpass Traceback (most recent call last): File "/usr/src/mtc-jsonrpc/mtc-jsonrpc.py", line 34, in from mytoncore.functions import ( ImportError: cannot import name 'GetLoadAvg' from 'mytoncore.functions' (/usr/local/lib/python3.10/dist-packages/mytoncore/functions.py)

Beast food for animal plan.

Host ip address is 140.249.35.89 cat /var/ton-work/db/config.json ``` { "@type" : "engine.validator.config", "out_port" : 3278, "addrs" : [ { "@type" : "engine.addr", "ip" : 2365137731, "port" : 36123, "categories" :...

Having issues getting started running a validator node. Ubuntu 22.04 I'm following the guide here: https://docs.ton.org/participate/run-nodes/full-node First it has you create a user with sudo power. Which I did. Then...

Currently, updates ton node are only supported from repository branches, which is not an optimal way to distribute versions. In the https://github.com/ton-blockchain/ton repository, version distribution is done through git tags,...

I am experiencing an issue when trying to send tokens using the TON blockchain. The transaction fails with an error code, and I am unable to determine the root cause....