Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polygon: trace_block: insufficient funds for gas * price + value #4784

Closed
mmdi1 opened this issue Jul 22, 2022 · 5 comments · Fixed by #4894
Closed

polygon: trace_block: insufficient funds for gas * price + value #4784

mmdi1 opened this issue Jul 22, 2022 · 5 comments · Fixed by #4894

Comments

@mmdi1
Copy link

mmdi1 commented Jul 22, 2022

System information

Erigon version: last

OS & Version: Linux
block_num:10852073 10852077
jsonrpc request:{
"jsonrpc": "2.0",
"method": "trace_block",
"params": ["0xa596e9"],
"id": 1
}
request result:
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32000,
"message": "first run for txIndex 2 error: insufficient funds for gas * price + value: address 0x1CA971963bdb4BA2BF337c90660674AcFf5Beb3f have 1340837000000000 want 2808193000000000"
}
}

@AskAlexSharov
Copy link
Collaborator

Erigon cli flags?

@mmdi1
Copy link
Author

mmdi1 commented Jul 25, 2022

Erigon cli 标志?

./bin/erigon
--chain=bor-mainnet
--bor.heimdall=http://10.10.17.2:2327
--torrent.download.rate=512mb
--torrent.upload.rate=6mb
--datadir=/opt/erigon-bor/data
--torrent.port=42069
--port=40306
--private.api.addr=localhost:9092
--http
--http.port=9547
--http.addr=10.10.17.4
--http.api=eth,erigon,web3,net,debug,trace,txpool

@mmdi1
Copy link
Author

mmdi1 commented Jul 26, 2022

block_num:10852073, 10852077, 11318361, 11318363
hope to solve this problem!

@mandrigin mandrigin changed the title partial block error while requesting jsonrpc polygon: trace_block: insufficient funds for gas * price + value on Jul 26, 2022
@mandrigin mandrigin changed the title polygon: trace_block: insufficient funds for gas * price + value on polygon: trace_block: insufficient funds for gas * price + value Jul 26, 2022
@penglipeng666
Copy link

me too !!!
Hope to solve this problem soon

@ducttapedev
Copy link
Contributor

I see that there is PR to fix this issue. In case it is at all useful, I have attached a list of over 40,000 blocks where I've encountered this error for polygon:
insufficient_funds_blocks.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants