How to withdraw
Withdraw
Withdrawing assets will remove the values of all the unfrozen buckets automatically. This is how you should do it:
docker run -it --rm --user "$(id -u):$(id -g)" \
-v $(pwd)/wallet:/opt/klever-blockchain \
--network=host \
--entrypoint=/usr/local/bin/operator \
kleverapp/klever-go:latest \
--key-file=./walletKey.pem \
--node=https://node.mainnet.klever.finance \
account withdraw
Last modified 2mo ago