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