#10
(11 months ago)Bug Wrote: 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 
  1. Open the solution file (.sln).
  2. Compile the project from the Build menu.
  3. Enter the addresses in the eth.txt file inside the .\Checker folder.
  4. Write the current eth/dollar value in the config.json file in the .\Checker folder.
  5. Run Etherum Balance Checker.exe.

Config 
{ "ethereum_price_usd": "0" // Enter Ethereum price here }