https://github.com/dallyshalla/maid_list
here is a quick rust program that gets the list of maidsafecoin
addresses with balances based on a number you input it gives you
addresses with higher balance than your input; for anyone who cares
about tracking coin movements - it also prints to command line how many
addresses in your search
just clone, cd into the folder, cargo run, should just pop up
if on mac any gtk errors: brew install gtk-mac-integration
need Rust version 1.3
any questions, I can help.