mist
mist copied to clipboard
How to set gasPrice when use the Ethereum Wallet?
Version: 0.10.0
OS & Version: windows/linux/osx
Node version: geth 1.8.10
Number of blocks synchronized: latest
I had inited my private chain in my computer.
not long ago.the ethereum wallet can‘t show the transaction fee.
SELECT FEE
0 ether
and the transaction infomation(create a contract)
Create Contract
Estimated fee consumption 0.0 ether (53,000 gas)
Provide maximum fee 0.0 ether (153,000 gas)
Gas price 0.0 ether per million gas
RAW DATA
×××××
use the console line command:eth.getTransaction("0x*******")
the gasPrice is 0
I want know how can i set the gasprice in default transaction by ethereum wallet?
eth.gasPrice is 2100
[#3992](https://github.com/ethereum/mist/issues/3992)
Thank-you
Hey, sorry about the troubles. Sometimes the node errors out and doesn't return a correct gas price.
We are working on redesigning the confirmation window to allow you to more freely customize your transaction, but it is still under work. If you need a solution more immediately, you can try using MetaMask or MyCrypto.
cc #3992
@ryanio thank you! I can't understand the reason. ethereum wallet connet node by rpc service or ipc.in ethereum wallet i use the development tools (CTRL +SHIFT +I) console command “web3.eth.getGasPrice(function(e,result){console.log(result)})” is ok. web3.eth.getGasPrice(function(e,result){console.log(result)}) [2018-07-17T14:54:07.169] [INFO] (ui: browser) - 1000000000