disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
158 stars 35 forks source link

Question: how to 'initialize' deploy-wallet on mainnet? #99

Open ElderOrb opened 1 year ago

ElderOrb commented 1 year ago

Bug Type

Other

Reproduction steps

What is the right way to 'initialize' deploy-wallet created with toncli? I've sent a few ton to it but it still uninitialized so I'm getting this on attempt to make any tx:

Please, send more TON for deployment to ....

How much exactly TON needs to be send to deploy-wallet (now it has 5) to finish initialization?

Actual result

toncli send -n mainnet -a 5 --address .....

fails with 'Please, send more TON for deployment' message

Expected result

toncli send -n mainnet -a 5 --address .....

should successfully send TONs

Suggested Severity

Medium

Device

Desktop (please complete the following information):

Additional Context

No response

tvorogme commented 1 year ago

Try start any project and deploy it to mainnet. e.g.

toncli start wallet
cd wallet
toncli deploy -n mainnet
ElderOrb commented 1 year ago

Thanks, it did work! Although would be great if toncli could initialize 'deployer-wallet' if required instead of during deployment