Consensys / quorum

A permissioned implementation of Ethereum supporting data privacy
https://www.goquorum.com/
GNU Lesser General Public License v3.0
4.69k stars 1.3k forks source link

How to open the transaction fee setting #1251

Closed cppfuns closed 3 years ago

cppfuns commented 3 years ago

I'm trying to deploy a private chain, test the use of raft and ibft, and there is no transaction fee. I want to ask if there is a configuration that can open the transaction fee that is the same as the original Ethereum?

https://github.com/ConsenSys/quorum/pull/624 https://github.com/ConsenSys/quorum/issues/1176

ricardolyn commented 3 years ago

@cppfuns if your goal is to have a positive gas price, I recommend using https://github.com/hyperledger/besu/ with QBFT. it's already supported, tested, and ready to use.

let me know if you have any questions about the feature diff between GoQuorum and Besu.

cppfuns commented 3 years ago

@cppfuns if your goal is to have a positive gas price, I recommend using https://github.com/hyperledger/besu/ with QBFT. it's already supported, tested, and ready to use.

let me know if you have any questions about the feature diff between GoQuorum and Besu.

Thanks for your reply, I am looking for a solution compatible with Ethereum and high TPS

ricardolyn commented 3 years ago

Besu is Ethereum based so should fit your requirements

cppfuns commented 3 years ago

Besu is Ethereum based so should fit your requirements

Thank you for your reply, I will follow up the Besu plan first, close this question at this moment, and open it again if necessary