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

MyTonCtrl> status [debug] 17.05.2024, 03:03:35.594 (UTC) start GetRootWorkchainEnabledTime function [debug] 17.05.2024, 03:03:35.595 (UTC) start GetConfig function (12) [debug] 17.05.2024, 03:03:36.298 (UTC) start GetConfig34 function [debug] 17.05.2024, 03:03:37.157 (UTC) start GetConfig36...

MyTonCtrl> status [debug] 17.04.2024, 11:22:33.383 (UTC) start GetRootWorkchainEnabledTime function [debug] 17.04.2024, 11:22:33.383 (UTC) start GetValidatorEfficiency function [warning] 17.04.2024, 11:22:33.383 (UTC) GetValidatorEfficiency warning: efficiency not found. Error: Command '['/usr/bin/ton/lite-client/lite-client', '--global-config', '/usr/bin/ton/global.config.json',...

Closes #247, #246 I create a small fix as @andreypfau requested in https://github.com/ton-blockchain/mytonctrl/issues/247#issuecomment-2068025029 Here I just make code more obvious and trivial. We should avoid ambiguous code that may confuse...

A small code change related to opening a file

### scripts/upgrade.py ```python from os.path import dirname as direction from sys import path from mypylib.mypylib import * path.append(direction(path[0])) # validator.service with open("/etc/systemd/system/validator.service", 'rt') as file: text = file.read() lines =...

Ubuntu 20.04 LTS (Focal Fossa) ``` :~# mytonctrl [debug] 29.05.2024, 18:21:17.405 (UTC) Thread self_test started [debug] 29.05.2024, 18:21:17.405 (UTC) Thread write_log started [info] 29.05.2024, 18:21:17.405 (UTC) Start program `/usr/src/mytonctrl/mytonctrl.py` Welcome...