Skip to content

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.

License

Notifications You must be signed in to change notification settings

sorceressofmathematics/anoncoin

 
 

Repository files navigation

The Anoncoin project

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.

About the Coin

  • 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

Building Anoncoin from source

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

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.

Development process

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.

For more information

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.2%
  • M4 2.6%
  • Python 2.4%
  • Makefile 1.7%
  • C 1.4%
  • Shell 1.0%
  • Other 1.7%