-
Notifications
You must be signed in to change notification settings - Fork 3
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
[GIP] Increase minimum gas price to 100,000 gwei #38
Comments
It's a great idea, no one values a service that's free or cheap. |
The cost of transactions is really very low, you can easily raise it to 0.01-0.05$ |
good idea. I always thought the fees were cheap. go 100x |
Gas fees are still too low even with this change! |
Vote Detailsstart_time:2024-10-25T10:00:00Z |
Please register to vote at: https://my.gochain.foundation/ |
Implementation idea: We could implement the price in a smart contract instead of directly in the protocol. This would make it easier to update and easier to make a voting mechanism. When checking the price before accepting a transaction or in estimateGas, it would call a |
Could the transaction price be set in US dollars/cents and the fee in
Go fluctuate automatically based on say the Coinmarket price exchange
rate?
I think that would let businesses budget with confidence and be more
likely to adopt Gotrace.
Sent via BT Email App
From: Travis Reeder ***@***.***>
Sent: 21 December 2024 00:45:37 GMT
To: gochain/gips ***@***.***>
Cc: SAClough ***@***.***>, Comment
***@***.***>
Subject: Re: [gochain/gips] [GIP] Increase minimum gas price to 100,000
gwei (Issue #38)
Implementation idea:
We could implement the price in a smart contract instead of directly in
the protocol. This would make it easier to update and easier to make a
voting mechanism.
When checking the price, it would call a price() function in the
particular contract to get the current price.
—
Reply to this email directly, view it on GitHub
<#38 (comment)> , or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARQLPFKCTJR7VKRRODWXYC32GS23DAVCNFSM6AAAAABQKLQHGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXHEZDCNBZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
That would be very difficult and I don't think a fluctuating price would be very good. For instance, you could find out the price of a particular type of transaction and be pretty confident it will almost always be that same price. If it fluctuated, you would never know what the price is. In GO that is. |
Simple Summary
Increase minimum gas price.
Overview
This is a proposal to increase the minimum gas price that nodes will accept by 50x.
Motivation
Transaction fees on the GoChain network are very low. The following are the current transactions costs, USD equivalent based on $0.003 per GO:
The problems with the cost being too low:
Benefits of increasing the transaction fees
Increase the fees would:
Specification
Nodes would reject transactions below 100,000 gwei. Currently 2000 gwei.
eth_gasPrice would return a minimum of 100,000 gwei.
The text was updated successfully, but these errors were encountered: