Increase version
[novacoin.git] / README.md
1
2 NovaCoin official development tree
3
4 NovaCoin - a hybrid scrypt PoW + PoS based cryptocurrency.
5
6 * 10 minutes stake spacing
7 * 30 minutes PoW spacing
8 * Balanced PoW blocks and stakes weighting
9 * The PoW subsidy halves every x64 multiply of PoW difficulty
10 * The PoS interest halves every x64 multiply of PoS difficulty
11 * Maximum PoW reward is 100 coins
12 * ~ 2 billion total coins
13
14 Development process
15 ===========================
16
17 Developers work in their own trees, then submit pull requests when
18 they think their feature or bug fix is ready.
19
20 The patch will be accepted if there is broad consensus that it is a
21 good thing.  Developers should expect to rework and resubmit patches
22 if they don't match the project's coding conventions (see coding.txt)
23 or are controversial.
24
25 The master branch is regularly built and tested, but is not guaranteed
26 to be completely stable. Tags are regularly created to indicate new
27 official, stable release versions of NovaCoin.
28
29 Feature branches are created when there are major new features being
30 worked on by several people.
31
32 From time to time a pull request will become outdated. If this occurs, and
33 the pull is no longer automatically mergeable; a comment on the pull will
34 be used to issue a warning of closure. The pull will be closed 15 days
35 after the warning if action is not taken by the author. Pull requests closed
36 in this manner will have their corresponding issue labeled 'stagnant'.
37
38 Issues with no commits will be given a similar warning, and closed after
39 15 days from their last activity. Issues closed in this manner will be 
40 labeled 'stale'.