Website | http://mountcoin.org/
Based on CryptoNote technology | https://cryptonote.org/
- Algorithm: CryptoNight
- Emission curve 23 with 25 seconds BlockTime
- Difficulty retargets each block
- Block reward decreases according to the formula (264 - 1 - A)*2-21*10-12, where A = supply mined to date
- Total coins: ~18,446,744
- Confirmations: 60
- Emission curve 23 with 25 seconds BlockTime
- Faster Mining, because we use a better Mining Application
- True anonymity & data protection
- Untraceable payments uses ring signature
- Unlinkable transactions with random data by the sender
- Blockchain analysis resistant
- Only CPU-mining & ASIC-resistant
- POW mechanism is a voting system for users
Windows: mountcoin.org
Linux: Not now, but you can make your own (ETA to Publish by us 28.05.2014)
sudo apt-get update
sudo apt-get -y install gcc-4.8 g++-4.8 libboost1.55-all-dev git cmake
git clone https://github.com/mountcoin/mountcoin.git
cd mountcoin; make -j
Mac: We don't have a Mac (can someone help us)