简体   繁体   中英

Gas issue on sendRawTransaction on the rinkeby network

I'm facing a gas issue on rinkeby network on sendRawTransaction .

Tested with various gas value to experiment and getting either insufficient funds for gas * price + value or exceeds block gas limit.

Some more info: Gas Estimate: 32872 Balance: 1100000 Gwei gas: 87200

Any suggestions or anybody faced similar issue?

My code here: https://gist.github.com/anistark/2daf9295a4d5a03cb405ff5a47924b32

The new private key is unrelated to the original address. And it will have zero balance unless funded explicitely.

Solution: Extract the same private key instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM