Para Birimi Seç
Fiat para birimleri
Kripto Paralar
Sonuç bulunamadı: ""
Aradığınız terimle eşleşen bir sonuç bulamadık. Farklı bir terimle tekrar deneyin.
Increasing Min Gas Price to 30Gwei
To reduce the number of spam txns in the network, we are increasing the minimum gas price to 30Gwei from the current (default) value of 1Gwei. It's recommended to increase the gas price to 30 gwei, but validators are free to chose their own min gas price.
This is a small change in the ~/node/bor/start.sh file for bor:
--miner.gasprice '30000000000' \
This setting might not be there in your start.sh as we were using the default value earlier, so you will have to add this line. Please note the \ at the end of the line if it’s not the last line of the bor invocation command.