Skip to content

suspi/ANDREWCHANcoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANDREWCHANcoin

https://andrewchancoin.com

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2014 ANDREWCHANcoin Developers

What is ANDREWCHANcoin?

ANDREWCHANcoin is a joke cryptocoin based on Litecoin, which uses scrypt as a proof-of-work algorithm.

Basic coin stats:

  • Scrypt based.
  • New blocks every 2 minutes.
  • Difficulty adjustment every 720 blocks (1 day).
  • Initial mining subsidy is 1,000,000 coins.
  • Subsidy halves every 106,500 blocks (~5 months).
  • Total of ~214,000,000,000 coins in ~4 years.
  • Largest transaction amount is 10,000,000,000 coins, for now.

Binary downloads for Windows and Mac can be found at https://andrewchancoin.com.

License

ANDREWCHANcoin is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

Compiling

Make sure you have your dependencies in order (namely Boost, Berkeley DB 4, openssl, miniupnpc, and Qt 4 for the GUI app).

To build the command line app:

cd src; make -f makefile.unix

To build the GUI app:

qmake
make

Mining

This operates exactly the same as Litecoin. You can mine with your CPU by sending the command

setgenerate true <num threads>

to your command line or GUI app. To mine using your GPU, use cgminer or bfgminer.

About

ANDREWCHANcoin is headed to the moon. TO THE MOON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 65.7%
  • C++ 31.7%
  • C 1.3%
  • Python 0.9%
  • IDL 0.2%
  • Shell 0.1%
  • Other 0.1%