-
Notifications
You must be signed in to change notification settings - Fork 34
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
Failed to prepare the transaction #120
Comments
Please set the gas prices in |
When I specify the gas price in udvpn I get another error: |
This is because you might be having incorrect price value under the node section.
|
I tried specify price = "11000000udvpn" in config.toml. The same "invalid price" error occured |
Please specify all the denominations |
I specified that value (as a single string) and everything works now. But what does that value mean? How can I adjust the price? |
I've got the same problem... If I make any change in this string, node will not start... |
Hello!
I'm trying to deploy a node. I've configured the container, sent 5000 DVPN to the account address, but when I start the container I get the error:
2023-02-28T10:53:14Z INF Querying the account address=sent1xucttyzmsjmzjza00pyrzlqweevz3gxrgusw7t
2023-02-28T10:53:15Z ERR Failed to prepare the transaction error="rpc error: code = Unknown desc = rpc error: code = Unknown desc = 0dvpn is smaller than 1dvpn: insufficient funds: insufficient funds [cosmos/[email protected]/x/auth/ante/fee.go:139] With gas wanted: '0' and gas used: '20605' : unknown request"
My gas settings:
gas_adjustment = 1.05
gas = 200000
gas_prices = "0.000001dvpn"
The balance is not zero - https://atomscan.com/sentinel/accounts/sent1xucttyzmsjmzjza00pyrzlqweevz3gxrgusw7t
The same error occurs both on WireGuard and V2Ray nodes
The text was updated successfully, but these errors were encountered: