From 14a36d98508b1718acfdfc94c3685a236d158d22 Mon Sep 17 00:00:00 2001 From: alexhz Date: Sat, 9 Mar 2013 18:05:33 +0000 Subject: [PATCH] Notes fix --- README.md | 26 +++++++++++--------------- doc/build-unix.txt | 3 +++ 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f3e1a91..b63acf0 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ NovaCoin official development tree -Bitcoin development process +NovaCoin - a hybrid scrypt PoW + PoS based cryptocurrency. + +* 10 minute PoW block targets +* 10 minute PoS block targets +* Subsidy halves every x64 multiply of difficulty +* Maximum PoW reward is 100 coins +* ~ 2 billion total coins + +Development process =========================== Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. -If it is a simple/trivial/non-controversial change, then one of the -bitcoin development team members simply pulls it. - -If it is a more complicated or potentially controversial -change, then the patch submitter will be asked to start a -discussion (if they haven't already) on the mailing list: -http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development - 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) @@ -22,8 +22,7 @@ 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 Bitcoin. If you would like to -help test the Bitcoin core, please contact QA@BitcoinTesting.org. +official, stable release versions of NovaCoin. Feature branches are created when there are major new features being worked on by several people. @@ -36,7 +35,4 @@ 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'. - -Requests to reopen closed pull requests and/or issues can be submitted to -QA@BitcoinTesting.org. +labeled 'stale'. diff --git a/doc/build-unix.txt b/doc/build-unix.txt index f93ddcd..3dffb22 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -30,6 +30,9 @@ Dependencies miniupnpc UPnP Support Optional firewall-jumping support libqrencode QRCode generation Optional QRCode generation +Note that libexecinfo should be installed, if you building under *BSD systems. +This library provides backtrace facility. + miniupnpc may be used for UPnP port mapping. It can be downloaded from http://miniupnp.tuxfamily.org/files/. UPnP support is compiled in and turned off by default. Set USE_UPNP to a different value to control this: -- 1.7.1