Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ElderOrb opened this issue Nov 30, 2022 · 2 comments
Open

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

ElderOrb opened this issue Nov 30, 2022 · 2 comments

Comments

@ElderOrb
Copy link
Contributor

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):

  • OS: Windows 11 [e.g. iOS]
  • TonCli - latest HEAD

Additional Context

No response

@tvorogme
Copy link
Contributor

tvorogme commented Nov 30, 2022

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

toncli start wallet
cd wallet
toncli deploy -n mainnet

@ElderOrb
Copy link
Contributor Author

ElderOrb commented Dec 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants