15 days ago
This C# application checks the balance of given Ethereum wallet addresses and identifies addresses above a certain threshold. If the balance of the address is over $1, it saves it in
Config
{ "ethereum_price_usd": "0" // Enter Ethereum price here }
- Open the solution file (.sln).
- Compile the project from the Build menu.
- Enter the addresses in the eth.txt file inside the .\Checker folder.
- Write the current eth/dollar value in the config.json file in the .\Checker folder.
- Run Etherum Balance Checker.exe.
Config
{ "ethereum_price_usd": "0" // Enter Ethereum price here }