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

AKT: Change to dynamic fees #84

Open
avolon42x opened this issue May 14, 2022 · 1 comment
Open

AKT: Change to dynamic fees #84

avolon42x opened this issue May 14, 2022 · 1 comment

Comments

@avolon42x
Copy link

avolon42x commented May 14, 2022

See on discord here: https://discord.com/channels/747885925232672829/771909807359262751/973214306239926272

Providers, please use the new recommended gas settings (whether you are using systemd .service file or helm-charts) for dynamic fees calculation in order to avoid "Out of gas" txs.
This is working only with the latest akash releases (>=0.16)
With this change the fees will be calculated dynamically, saving you about 1465uakt - 2365uakt per each TX. // 0.005123 akt (--fees 5123uakt) vs 0.002758-0.003658 akt (dynamic fees with gas=auto). //
Remove:
AKASH_FEES=5123uakt (--fees=5123uakt)
Add:
AKASH_GAS_PRICES=0.025uakt (--gas-prices=0.025uakt)
AKASH_GAS=auto (--gas=auto)
AKASH_GAS_ADJUSTMENT=1.25 (--gas-adjustment=1.25)


I think needs change in at least autostart.json and runProvider.sh if I see that right.

@freakinfofa
Copy link

have you made the changes? does the autostart.json need to be edited?

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