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

Insufficient funds for gas EL geth #590

Closed
avenbreaks opened this issue May 5, 2024 · 1 comment
Closed

Insufficient funds for gas EL geth #590

avenbreaks opened this issue May 5, 2024 · 1 comment

Comments

@avenbreaks
Copy link

I changed the prefund key from the mnemonic applied in network_params.yaml but get an error Insufficient funds for gas EL geth and beaconchain explorer full stop at epoch 3 after being applied, the execution used geth and erigon consensus lighthouse.

WARN [05-05|10:58:39.852] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229046 duration="318.175µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"
WARN [05-05|10:58:39.862] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229047 duration="379.399µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"
WARN [05-05|10:58:39.871] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229048 duration="387.445µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"
WARN [05-05|10:58:39.880] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229049 duration="330.678µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"
WARN [05-05|10:58:39.889] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229050 duration="316.813µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"
WARN [05-05|10:58:39.897] Served eth_sendRawTransaction            conn=172.16.0.20:51168 reqid=229051 duration="330.558µs" err="insufficient funds for gas * price + value: balance 0, tx cost 32020000000000000000, overshot 32020000000000000000"

VM port is open, but blobscan-api is ECONNREFUSED.

blobscan-api logs:

PUT /blockchain-sync-state 200 - - 3.640 ms
PUT /blockchain-sync-state 200 - - 3.662 ms
PUT /blockchain-sync-state 200 - - 3.120 ms
PUT /blockchain-sync-state 200 - - 2.886 ms
PUT /blockchain-sync-state 200 - - 3.693 ms
PUT /blockchain-sync-state 200 - - 3.638 ms
Error: connect ECONNREFUSED 127.0.0.1:6379
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 6379
}
Error: connect ECONNREFUSED 127.0.0.1:6379
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 6379
}
PUT /blockchain-sync-state 200 - - 3.112 ms
2024-05-05 10:04:16:416 error: [Stats Syncer]: Redis connection error: Error: connect ECONNREFUSED 127.0.0.1:6379
2024-05-05 10:04:16:416 error: [Stats Syncer] Updater daily-stats-syncer: queue error: Error: connect ECONNREFUSED 127.0.0.1:6379
@barnabasbusa
Copy link
Contributor

Can you paste your config.yaml so I can try to reproduce it?

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

No branches or pull requests

2 participants