-
Notifications
You must be signed in to change notification settings - Fork 7
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
usage #2
Comments
Hey @taylorgag this is a pretty old repo and really should be archived as I do not intend to maintain it. But it should be able to give you the number of transactions it received. You can build the binary using the instructions in the README. But if you are using a version of go that is using go mod you will need to run the following commands in the project root:
Then you can build the binary:
You can then get some info on how to run the program using the
|
Thanks for your replay. In fact, I want to know the number of transactions received by many addresses(like https://etherscan.io/address/0x69fac1dbf56d983c265528d594f48fdce59ed665) on https://etherscan.io/. Can I achieve this goal by using eth-scanner? |
when I use the command ./bin/eth-scanner start --ethereum-host https://etherscan.io/address/ --filter-address 0x69fac1dbf56d983c265528d594f48fdce59ed665 , it outputs the following: |
Looks like there is a networking issue that is causing the error to be thrown. Also, you will want to use an Ethereum node address and not the |
Sorry to bother you, given the address of a smart contract, can I know the number of transactions it receives, how to use it, and what commands
The text was updated successfully, but these errors were encountered: