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

Free Gas fee #5769

Closed
mydappwallet opened this issue Aug 18, 2023 · 2 comments
Closed

Free Gas fee #5769

mydappwallet opened this issue Aug 18, 2023 · 2 comments
Labels
non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT

Comments

@mydappwallet
Copy link

Description

I want to run private network with QBFT consensus and free gas network
When I run besu with parameter --min-gas-price=0 besu log the warning:
--min-gas-price has been ignored because --miner-enabled was not defined on the command line.

Steps to reproduce

besu --data-path=data --genesis-file=../genesis.json --rpc-http-enabled --rpc-http-api=ETH,NET,QBFT,WEB3 --host-allowlist="*" --rpc-http-cors-origins="all" --min-gas-price=0
No response

@non-fungible-nelson
Copy link
Contributor

Hi there! I believe this was fixed by #5669 which was just released today! Can you try this again on version 23.7.1 and let me know if you notice the same behavior? Thanks for the report!

@non-fungible-nelson non-fungible-nelson added the non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT label Aug 21, 2023
@mydappwallet
Copy link
Author

Thanks. I was tested. And works fine. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT
Projects
None yet
Development

No branches or pull requests

2 participants