Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

First Metamask ETH transaction Ropsten faucet failed

Tags:

ether

metamask

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

like image 663
NubSteel Avatar asked Nov 19 '25 04:11

NubSteel


1 Answers

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.

like image 52
Jacob Stern Avatar answered Nov 22 '25 03:11

Jacob Stern