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