Questions tagged [goerli]

Use this tag to identify issues with the Goerli test network.

The Goerli Testnet is a modern, cross-client proof-of-authority testing network for Ethereum.

The chain ID is 5, block time is stable at 15 seconds, and the proof of authority engine is Clique.

128 questions
0
votes
0 answers

transaction on the "goerli" chain

When I try to transaction on the "goerli" chain,the method "eth_sendRawTransaction" response "only replay-protected (EIP-155) transactions allowed over RPC", how i can get the right answer?
Charly El
  • 11
  • 2
0
votes
0 answers

web3js getCode returns 0x on goerli

I'm trying to migrate my dapp to goerli as previous step to go to mainnet but when I try to use getCode the network returns 0x Example: https://goerli.etherscan.io/address/0xad4d62346983d1d894fb79b2ee7259c6af3186a6 This is how I call it: const code…
Garito
  • 1
0
votes
2 answers

How to mine Ether on a public testnet such as Goerli?

Using faucets is nice and all, but this is about actually mining Ether on a public testnet. I want to compare the utility to my alternative: fire up a new public/private testnet by forking a whole new blockchain. Why? Application development. Stress…
Tomachi
  • 461
  • 6
  • 10