Downloads

Last official release October 23, 2018


Windows

Download Anoncoin Core 0.9.7.1 for Windows.

  • Double-click / open the archive.
  • Click “More info” if asked and chose “Run anyway” and click “Yes”.
  • Install and then open “Anoncoin Core (64-bit) Classic to run on clearnet. If you want to use I2p you can run “Generate I2P static privatekey” and follow the instructions here.

MacOS

Download Anoncoin Core 0.9.7.1 for MacOS.

  • Double-click the downloaded file.
  • Drag “Anoncoin” into “Applications”.
  • Right-click the “Anoncoin” application and chose “open”. If you want to use I2p you can generate I2P static privatekey and follow the instructions here.

Linux

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.

Quick howto for Ubuntu

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

Mobile wallet support will come with the release of Anoncash


Source Code

Obtain the Anoncoin source code by cloning the git repository.

Anonymous download of these files is possible using the Anoncoin I2P git repository.