Download Anoncoin Core 0.9.7.1 for Windows.
Download Anoncoin Core 0.9.7.1 for MacOS.
Download Anoncoin Core 0.9.7.1 for Linux.
You can also build it from source. Clone the master from the git repository, it contains all the source files needed to compile your own binaries.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install g++ git automake autoconf make libtool pkg-config libqt4-network libqtgui4 libboost-all-dev
git clone https://github.com/Anoncoin/anoncoin.git
cd anoncoin
./autogen.sh
cd depends
make -j`nproc`
cd ..
./configure --prefix=`pwd`/depends/x86_64-unknown-linux-gnu
make -j`nproc`
For more information you can read the guide on how to build Anoncoin from source. Binaries are in the works for multiple Linux distributions.
Mobile wallet support will come with the release of Anoncash
Obtain the Anoncoin source code by cloning the git repository.
Anonymous download of these files is possible using the Anoncoin I2P git repository.