NubSteel
NubSteel

Reputation: 75

First Metamask ETH transaction Ropsten faucet failed

I'm following the instructions off the book Mastering Ethereum, (https://www.onlineprogrammingbooks.com/mastering-ethereum/) and I've hit a snag. I've set up the MetaMask extension and trying to make the first transaction via the Ropsten network. I'm getting the error:

{"error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction underpriced\"}}'"}

MetaMask is set up on Brave. I've tried with and without VPN.

enter image description here

Upvotes: 3

Views: 3013

Answers (2)

Jacob Stern
Jacob Stern

Reputation: 4597

I got this error as well:

{"error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction underpriced\"}}'"}

For me, I turned off my adblocker and it worked.

Upvotes: 2

NubSteel
NubSteel

Reputation: 75

I tried again a few days later and it just worked. It might have been a problem with my VPN after all.

Upvotes: 0

Related Questions