Anoncoin (ANC) is a peer-to-peer digital cryptocurrency that focuses on privacy and anonymity for its users. Created in June 2013, it is the first and only currency to have built-in support for both the I2P darknet and Tor network that conceal the IP address of the user. Anoncoin will soon be implementing Zerocoin, which will allow users to make payments anonymously, without revealing their anoncoin public addresses.
- Launch date: June 6, 2013
- Proof of work algorithm: Scrypt
- Block generation: 3 minute block targets
- Block reward: 4.2 ANC for blocks until 42,000; 7 ANC until block 77,777; a 10 ANC bonus block for 77778; 5 ANC until block 306,600; and then halving of block rewards every 306,600 blocks (approximately every 638 days).
- Maximum number of coins: 3.1 million ANC
- Anonymity: Native support of the I2P and Tor darknets, Zerocoin in development
- Premine: 4200 ANC returned to the community
If all the required dependencies have already been built, compiling Anoncoin from source could be as simple as executing the following commands in the Anoncoin root directory:
./autogen.sh
./configure
make
Detailed platform-specific instructions can be found in these files:
Pre-compiled Anoncoin binaries can be downloaded either from the anoncoin-binaries project or from the relevant links on the Anoncoin wiki. Please verify the gpg signatures and cehcksums before using these files.
Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. The master branch is built and tested regularly, but is not guaranteed to be completely stable. Tags are created to indicate new official, stable releases of Anoncoin. Feature branches are created when major new features are being developed, and the develop
branch is used for all other routine development. Any branch besides master
should be used with extreme caution. Detailed information concerning the Anoncoin code base can be found in the developer documentation.
Anoncoin website: anoncoin.net
Anoncoin wiki: wiki.anoncoin.net
email: contact@anoncoin.net
IRC: #anoncoin (I2P: localhost port 6668 / Freenode: irc.freenode.net port 6667)
Twitter: AnoncoinNews, AnoncoinProject