ton-blockchain / mytonctrl

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

mytoncntrl2 validator can not activate single-nominator pool using wallet v3r2 #293

Open begetan opened 1 week ago

begetan commented 1 week ago

We follow official procedure on Testnet: new_single_pool on default installation of Ubuntu 22.04

MyTonCtrl> status

Version mytonctrl: 55c3c0d (mytonctrl2)
Version validator: 7f83701 ((HEAD)

MyTonCtrl> wl

Name                  Status  Balance       Ver   Wch  Address                                           
validator_wallet_001  active  10.000118418  v3r2  0    kQBclMwx1nN26BwajnU95xLZFDXRWKWQ-dHTrcYfEqlsZbH3  

MyTonCtrl> pools_list

Name   Status  Balance      Version  Address                                           
test-s1  uninit  10.99999953  None     0f-YCv1DkipBCdAAGqv3AW9A74qcFagvaTUTV777YhIHAXzE  

MyTonCtrl> activate_single_pool test-s1

[error]   29.06.2024, 20:35:39.966 (UTC)  <MainThread>  args: ['/usr/bin/ton/crypto/fift', '-I', '/usr/src/ton/crypto/fift/lib:/usr/src/ton/crypto/smartcont', '-s', 'wallet-v3.fif', '/usr/local/bin/mytoncore/wallets/validator_wallet_001', '0f-YCv1DkipBCdAAGqv3AW9A74qcFagvaTUTV777YhIHAXzE', '698983191', '0', '1', '--with-init', '/usr/local/bin/mytoncore/pools/test-s1-query.boc', '/tmp/mytoncore/validator_wallet_001_wallet-query']
Error: Fift error: [ 1][t 0][2024-06-29 20:35:39.964755158][Fift.cpp:67]        top: abort
level 1: <text interpreter continuation>
[ 1][t 0][2024-06-29 20:35:39.964827025][fift-main.cpp:209]     Error interpreting file `wallet-v3.fif`: wallet-v3.fif:37:      parse-options:cannot parse command line options near `--with-init`

Why doesn't the v3r2 wallet work? Which version should work?