transmute-industries / transmute-framework

TypeScript dApp Framework
https://framework.transmute.industries/
42 stars 8 forks source link

Error: transaction underpriced #104

Closed forenbuddy closed 6 years ago

forenbuddy commented 6 years ago

I want to send some Ethers, but constantly get an error. Sender and receiver are of course set.

web3.fromWei(eth.getBalance(eth.coinbase))

4.9xxxxxxxxxxxxxx

amount = web3.toWei(1, "ether")

"1000000000000000000"

personal.unlockAccount(sender, "secretPassword")

true

eth.sendTransaction({from:sender, to:receiver, value: amount})

Error: transaction underpriced at web3.js:3143:20 at web3.js:6347:15 at web3.js:5081:36 at :1:1

What exactly do I have to do to send this Ether?

forenbuddy commented 6 years ago

I am sorry. Just realized, that this is the wrong project.