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 via set_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.❤️
HI, @gtg! Where do I find the 100% auto power settings?
When you create a post (I assume that you use Hive.Blog) then underneath you have "Post options:", then "Advanced settings", then under "Author rewards" you can change the default "50% HBD / 50% HP" to "Power Up 100%" and click "Save", or click "Update" and in your "Preferences", under "Comment post rewards" you can change it, so it will be your default for posts.
(However, please keep in mind that this settings is saved in your local storage so it's only effecting on that particular device you are using)
Thank you for your time!
I just checked my settings under preferences, I don't have it on Power up 100%.
This is in regards to my powering down and the hive still is automatically powering up.
Thanks!
I just started a power down less than 100%
Oh, I'm sorry, I haven't understood properly what you are asking for, I assumed something else.
I think the problem is that you have "auto power up" setting there, it should be unchecked when you are starting power down, otherwise HP powered down will again be automatically powered up.
Am sorry am being a pain. Am having a hard time trying to find the settings for this "auto power up". I tried to look some dapp tools on https://hive.io/eco?t=tools. I just can't seem to find it. Would you be able to send me a screenshot where I can find this settings?
Thanks a lot for your time!
Gil
It's easy if you can use
cli_wallet
, but anyway, in the past, you've somehow executed this transaction:set_withdraw_vesting_route
where you've set your preferences for power down, that is, to always power down to yourself, but to automatically power up whatever is powered down.https://explore.openhive.network/transaction/bd071a87930e1459c1594ec95447b4b2f9cd5218
To revert that you should execute it once again, but this time telling that you don't want to "auto_vest".
You can go to ecency and to that:
https://ecency.com/@purepinay/wallet
Look at "HIVE POWER" section, click at your HP amount; you should see three options, click the third one "Withdraw routes", there, account should be obviously yours, percent 100, and Automatically power up obviously No. Once you have that set, cancel your current power down (as old rules applies to it) and start it again.
Yay! I found it! It's the withdrawal routes. Thanks gtg! ❤️