This looks absolutely awesome, can't wait to fire it up!
Nice! Are all coins supported? If not, you can code something in which you grab coin icons from the -qt, to automatically add coins.
Sure,all coins can be supported but need more code change.
And good idea to grab the wallets auto.
Maybe i try it out.
Atm im really busy with my own cryptocurrency.Sry
Here is Linux Version :
http://gamers-coin.org/Download/all-coinwallet_unix_mono.zipQuick & Dirty How to Use :
sudo apt-get install mono-complete
cd ../simpleallcoinfolder/ << any folder
wget http://gamers-coin.org/Download/all-coinwallet_unix_mono.zip
unzip all-*
mkdir Wallets
cd Wallets
> Repeat for Other Coins
mkdir litecoin
cd litecoin
git clone https://github.com/litecoin-project/litecoin.git
qmake
make
> Repeat for Other Coins
//Start with mono
mono all-coinwallet_unix_mono.exe