Post
Topic
Board Project Development
Re: [ANN] Simple ALL-CoinWallet-QT
by
Dr.Bob
on 03/04/2014, 09:39:58 UTC
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.zip

Quick & Dirty How to Use :
Code:
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