Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

s4w3d0ff/CryptographicAnomaly2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Cryptographic Anomaly - [CGA]

The Elusive Coin

##What is Cryptographic Anomaly?

Cryptographic Anomaly is a modified clone of Litecoin, which is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

Cryptographic Anomaly is a crypto-coin that uses a unique block reward algorithm. The block reward is directly effected by the current difficulty. The algorithm uses a modulo operation to find the remainder of the previous block's difficulty divided by 100,000,000 (aka COIN). If the remainder is less than 25,000,000 then an Anomaly is born, making a bonus block that is worth 1 CGA for that block; otherwise the block reward is COIN minus the remainder (0.00-0.75 CGA.)

At any given time the probability of a 1 CGA block coming into existence is, more or less, 25%.


##Specifications

Algorithm: Scrypt
Block Reward: 0.00-1.00 CGA
Block Time: 2 minutes
Maximum Money Supply: 10,000,000,000 (will take hundreds/thousands of years to reach)
Difficulty Retarget: KGW every block (after the 1st 100 blocks using standard retargeting.)
P2P=3933
RPC=P2P Port + 1

##Suggested cryptographicanomaly2.conf for mining:

server=1
listen=1
rpcuser={insert username}
rpcpassword={insert password}
rpcport=3934

##License

Copyright (c) 2014 Cryptographic Anomaly Developers
Copyright (c) 2011-2014 Litecoin Developers
Copyright (c) 2009-2014 Bitcoin Developers

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

Packages

No packages published

Languages

  • C++ 92.1%
  • Python 2.5%
  • HTML 1.8%
  • C 1.1%
  • Roff 0.6%
  • QMake 0.5%
  • Other 1.4%