I have been powering down since July, but Hive token has never shown on my wallet even after a couple of weeks. So I tried unstaking and checked after 9 days, still Hive token is not showing on my balance. Is this a known issue?
You are viewing a single comment's thread from:
It's not an issue, it works as expected, but that's because of an option you most likely mistakenly used:
You've ordered a power down (
withdraw_vesting_operation
) but it is processed using settings that you've set for it viaset_withdraw_vesting_route
, in a way, that 100% of power down goes to yourself with automatic power up:"from_account":"purepinay" "to_account":"purepinay", "auto_vest":true,
In order to get liquid HIVE, you would have to stop power down, set it to yourself WITHOUT 100% auto vest (i.e. without 100% power up) and start power down again.
I see. Thanks! Will try this method.❤️