This python code takes ethereum addresses from a text file and returns balances using the infura site api and prints them in a text file.
-
Updated
Sep 13, 2023 - Python
This python code takes ethereum addresses from a text file and returns balances using the infura site api and prints them in a text file.
Wei Sweeper is a Python script that generates Ethereum wallets, derives their addresses from BIP39 mnemonics, and checks their balances using the BlockCypher API. If a generated wallet has a non-zero balance, it is saved to a file.
This C# application checks the balance of wallets listed in the eth.txt file and filters out those with balances below the minimum threshold. Wallets meeting the minimum balance requirement are then recorded in the high_balance.txt file.
This C# application checks the balances of Ethereum wallet addresses and saves them in the high_balance.txt file if they are above a certain amount.
Add a description, image, and links to the eth-balance topic page so that developers can more easily learn about it.
To associate your repository with the eth-balance topic, visit your repo's landing page and select "manage topics."