ton-blockchain / mytonctrl

A tool to run and maintain a TON node/validator
GNU General Public License v3.0
262 stars 146 forks source link

pool management commands are missing in v2 #328

Closed ingria closed 1 month ago

ingria commented 1 month ago

pools_list and withdraw_from_pool commands are missing in the latest version of mytonctrl

pool credentials are present in the local directory:

~$ ls /home/ton/.local/share/mytoncore/pools/ p1.addr p2.addr

yungwine commented 1 month ago

Enable nominator-pool mode:

MyTonCtrl> enable_mode nominator-pool
ingria commented 1 month ago

that helped, thanks