Notes fix
authoralexhz <balthazar@yandex.ru>
Sat, 9 Mar 2013 18:05:33 +0000 (18:05 +0000)
committeralexhz <balthazar@yandex.ru>
Sat, 9 Mar 2013 18:05:33 +0000 (18:05 +0000)
README.md
doc/build-unix.txt

index f3e1a91..b63acf0 100644 (file)
--- 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'.
index f93ddcd..3dffb22 100644 (file)
@@ -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: