You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our development team is currently conducting performance testing for blockchain transactions, which requires a large number of test tokens to complete. Collecting test tokens on the Sepolia testnet takes a considerable amount of time. Therefore, we are planning to adopt a more efficient approach by setting up a private testnet (private chain) with the gas price set to 0 so that there won't be any transaction fees.
However, in the past, we used the POA consensus algorithm provided by Geth through the Clique protocol. I recently discovered that in version 1.14.0 of Geth, POA (Clique) is deprecated and it is recommended to migrate to PoS using Kurtosis. I wonder if I can still build a PoS private chain with a gas price of 0.
If not, I may choose to use a version of Geth below 1.14.0, which is compatible with the POA consensus. Could you please specify which latest versions are suitable for this?