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

Faster scanning #24

Open
Petrkiller2 opened this issue Mar 21, 2024 · 2 comments
Open

Faster scanning #24

Petrkiller2 opened this issue Mar 21, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Petrkiller2
Copy link

Petrkiller2 commented Mar 21, 2024

I've used the software for a quite a while now and i would like to suggest using a faster and free api online? (etherscan.io has free 5 calls per second and my laptop results in only 30 per minute)
Considering you would program it to use any other api or multiple APIs at the same time? (like bitquery.io or arbisscan.io)
It would be faster and result in higher check speeds.
image

@Petrkiller2 Petrkiller2 added the enhancement New feature or request label Mar 21, 2024
@Dismenol
Copy link

Dismenol commented Apr 1, 2024

I agree kind of. Muli accounting would make it "faster" depending on the "starting logic", which is still not researched from my side... could be that we all start at the same point and walk through ^^

etherscan FREE is limited to 100k calls a day.... calculating 1 request per second we have the following math:

24 hours a day x 60 minutes per hour x 60 seconds per minute = 86.400 calls

we are pretty nice on the daily free limit of etherscan.

The question would be, is EnigmaCracker adjusting itself? because, if I do the premium subscription on etherscan related to API calls, I could make 17-18 calls per second on the etherscan side... I don't know if EnigmaCracker is adjusting itself with its speed based on the sub you have.

if not..... a feature request exists now :D

@Mine051
Copy link

Mine051 commented Apr 6, 2024

I agree kind of. Muli accounting would make it "faster" depending on the "starting logic", which is still not researched from my side... could be that we all start at the same point and walk through ^^

etherscan FREE is limited to 100k calls a day.... calculating 1 request per second we have the following math:

24 hours a day x 60 minutes per hour x 60 seconds per minute = 86.400 calls

we are pretty nice on the daily free limit of etherscan.

The question would be, is EnigmaCracker adjusting itself? because, if I do the premium subscription on etherscan related to API calls, I could make 17-18 calls per second on the etherscan side... I don't know if EnigmaCracker is adjusting itself with its speed based on the sub you have.

if not..... a feature request exists now :D

please brother...can i have your telegram...im having issue installing ...please if you can help me out
ill be grateful

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

No branches or pull requests

4 participants