yaron4u / EnigmaCracker

EnigmaCracker is a tool for brute forcing crypto wallets
MIT License
383 stars 142 forks source link

ETH: ERROR - Error getting balance: NOTOK #31

Closed Dismenol closed 7 months ago

Dismenol commented 7 months ago

This error is coming on every wallet prompt. See shot

Do I need to upgrade the API endpoint on etherscan for it to work properly on ETH?

image

Dismenol commented 7 months ago

SOLVED!

I figured out based on the "closed issues" that the issue is related to API.

as I had configured the API in the docker file, I thought it got placed everywhere it needed to be.

The fact is, you need to go into your Docker Container "EXEC" and edit the file "EnigmaCracker.env" and put your API key there too.

The bad is, that Docker doesn't have an Editor by default.

my working method was:

apt-get update

apt-get install nano

nano EnigmaCracker.env

after editing and saving the file, just stop and start the container again to load new settings.

Dismenol commented 7 months ago

image

you see 😊 no more error!