Skip to content

DeffM/CACHeCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'CACHE' Project official development tree
---------------------------------------

https://github.com/DeffM/CACHeCoin


CACHE Project - a hybrid scrypt-jane PoW + PoS based cryptocurrency.


* Scrypt Jane mining algorithm - Nf 19
* Two consensuses mechanism - Proof of Work & Proof of Stake
* Preferred consensus device - CPU
* Total supply - 2000000000
* Difficulty adjustment algorithm for two consensuses divided
* Algorithm - VALM-Cache (logical analysis, mathematically variable)
* Block time  Proof of Work - 15  minutes
* Block time Proof of Stake - 10 minutes
* Difficulty adjustment - each block according to the results of three intervals
* Spam-Hash control function added
* Subsidy algorithm modified - proportional to the difficulty (min 40 CACHE, max 80 CACHE)
* Block maturity - 520 confirms
* Transaction maturity - 6 confirmations
* Coin age to Stake - 7 days
* Coins per annum - 10%
* RPCPort - 2224
* Network Port - 2225

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 they don't match the project's coding conventions (see coding.txt)
or are controversial.

The master branch is regularly built and tested, but is not guaranteed
to be completely stable. Tags are regularly created to indicate new
official, stable release versions of CACHE Project.

Feature branches are created when there are major new features being
worked on by several people.

From time to time a pull request will become outdated. If this occurs, and
the pull is no longer automatically mergeable; a comment on the pull will
be used to issue a warning of closure. The pull will be closed 15 days
after the warning if action is not taken by the author. Pull requests closed
in this manner will have their corresponding issue labeled 'stagnant'.

Issues with no commits will be given a similar warning, and closed after
15 days from their last activity. Issues closed in this manner will be 
labeled 'stale'.

To compile on ubuntu:
sudo apt-get update
sudo apt-get install git build-essential libboost-all-dev libdb++-dev libminiupnpc-dev libcurl4-openssl-dev
git clone https://github.com/DeffM/CACHeCoin.git
cd CACHeCoin/src
make -f makefile.unix 

About

'CACHE'Project - proof of WORK(Scrypt Jane) - proof of STAKE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.7%
  • C 10.0%
  • Assembly 2.6%
  • QMake 0.6%
  • Objective-C 0.3%
  • NSIS 0.3%
  • Other 0.5%