HandyHost
HandyHost copied to clipboard
loosing AKT
Hello,
I just updated my handyhost v0.5.5 and migrated akash v0.1.6.3 per previous instruction and finally it's working.
I've been checking my AKT and it's slowly going down. Today when I update I lost almost 70 AKT.
Thanks.
I remember I started with 95 AKT but this screenshot is 94 AKT
If possible can you email me your public wallet address to @.***? That way I can dig into the transactions and my rpc endpoint that does the dashboard aggregate counts and see what’s going on. The scenario I see would be that you actually could have a bunch of active leases but the UI isn’t updating the aggregates counts. In any case your funds are safe on chain somewhere whether in deposits or escrow, the UI just might not be updating right after that big akash update. Thanks again for the heads up.
Sent from my iPhone
On Apr 27, 2022, at 8:47 AM, pinoygrapher @.***> wrote:
Hello,
I just updated my handyhost v0.5.5 and migrated akash v0.1.6.3 per previous instruction and finally it's working.
I've been checking my AKT and it's slowly going down. Today when I update I lost almost 70 AKT.
Thanks.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
thanks alex i emailed you my address at your yahoo email account.
Cool, received. One thing I have noticed digging in on mint scan is that the deposit amount may have risen from 5akt to 50akt. Not confirmed yet but I think this is what’s going on. In the handyhost UI we display the locked deposit akt amount by doing (active + open orders) * 5akt since it’s faster than querying each transaction for the deposit amount so if the deposit changed from 5akt to 50akt that’s why. Regardless I’ll dig in to confirm and likely push a UI change later today if it’s the case the deposit amount changed.
Sent from my iPhone
On Apr 27, 2022, at 9:13 AM, pinoygrapher @.***> wrote:
thanks alex i emailed you my address at your yahoo email account.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
Observed something similar - had two open bids and suddenly my balanced tanked 100 akt.
If you're planning an update any chance of adding the "dynamic gas adjustments": https://discord.com/channels/747885925232672829/771909807359262751/968543966972751892
thanks alex hopefully it'll get fix?
Confirmed they moved the deposit amount up to 50AKT in v0.16.3
I'm not sure if that was intentional or not since the docs all still say 5AKT for deposits but regardless i'll update the UI to reflect the 50AKT deposit price.
From bin/akash provider run --help
in v0.16.3
--bid-deposit string Bid deposit amount (default "50000000uakt")
Observed something similar - had two open bids and suddenly my balanced tanked 100 akt.
If you're planning an update any chance of adding the "dynamic gas adjustments": https://discord.com/channels/747885925232672829/771909807359262751/968543966972751892
Yeah i'll look into it, should be easy enough to add. Will make all those out of gas tx errors more minimal i'd hope.
I posted the question in discord - doesn't seems like it was intentional. maybe another bug in 0.16.x
Yeah this PR makes me feel like it was a mistake::
https://github.com/ovrclk/akash/commit/17a45bfbab21c7e3d36cffdc186ce906a1acc645
Like they’re matching the 5akt deposits on tests but now on mainnet we have 50akt deposits I don’t get it lol. I really hope it’s a mistake, putting down a 50akt deposit for an 0.1cpu (or even a few cpu) contract seems like overkill.
Sent from my iPhone
On Apr 27, 2022, at 10:14 AM, Avolon42x @.***> wrote:
I posted the question in discord - doesn't seems like it was intentional. maybe another bug in 0.16.x
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
I added that now to the providerRun.sh but maybe you can change that as well? https://discord.com/channels/747885925232672829/771909807359262751/968935314280300554
FYI I just patched the runProvider script to use 5AKT for deposits, should be all set after you run the v0.5.6 installer and restart your provider.
I'll look into the dynamic gas adjustments next, wanted to get this patch out the door asap.
FYI I just patched the runProvider script to use 5AKT for deposits, should be all set after you run the v0.5.6 installer and restart your provider.
I just patch my HandyHost to v0.5.6 it seems still my AKT still the same. I rebooted both handyhost and akash pc. anything else I need to do? thanks.
looks like it's back to normal...
Just wondering tho, I started somewhere 94 or 95 AKT now I have 85AKT is that normal?
see issue #66 it might help you if you have not changed the default settings.
You’re good to go, only HandyHost version bumped in this case. Once those bids with the 50akt deposit expire you’ll get your 50akt deposit refunded. And any new bids from here out are 5akt deposit.
Sent from my iPhone
On Apr 28, 2022, at 7:21 AM, pinoygrapher @.***> wrote:
FYI I just patched the runProvider script to use 5AKT for deposits, should be all set after you run the v0.5.6 installer and restart your provider.
I just patch my HandyHost to v0.5.6 it seems still my AKT still the same. I rebooted both handyhost and akash pc. anything else I need to do? thanks.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.