From 8680b3b80757d28d624ae13a5fa3aaeb310e045b Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sat, 19 Aug 2017 23:55:18 -0700 Subject: [PATCH] Use genhushconfig in INSTALL.md --- INSTALL.md | 9 +++++--- contrib/debian/changelog | 48 ---------------------------------------- 2 files changed, 6 insertions(+), 51 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9d21517d0..a0585dd94 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,12 +31,15 @@ sudo apt-get install \ ``` Create a HUSH configuration file (*important*): + ``` -mkdir -p ~/.hush -echo "rpcuser=username" >> ~/.hush/hush.conf -echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >>~/.hush/hush.conf +./bin/genhushconfig ``` +This script will never touch an existing ~/.hush, it will only +create a new one for the first time and populate it with a +basic config file. + ## Downloading Git source repo, building and running Hush ```{r, engine='bash'} diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 43ef18295..3b3305c93 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,51 +1,3 @@ -zcash (1.0.9) stable; urgency=medium - - * 1.0.9 release. - - -- Zcash Company Wed, 24 May 2017 12:51:06 -0700 - -zcash (1.0.8+1) jessie; urgency=high - - * 1.0.8-1 release. - - -- Zcash Company Thu, 13 Apr 2017 20:20:37 -0700 - -zcash (1.0.8) jessie; urgency=medium - - * 1.0.8 release. - - -- Zcash Company Mon, 27 Mar 2017 21:30:07 +0100 - -zcash (1.0.7+1) jessie; urgency=medium - - * 1.0.7-1 release. - - -- Zcash Company Wed, 08 Mar 2017 13:51:11 -0800 - -zcash (1.0.7) jessie; urgency=medium - - * 1.0.7 release. - - -- Zcash Company Fri, 03 Mar 2017 20:55:04 -0800 - -zcash (1.0.6) jessie; urgency=medium - - * 1.0.6 release. - - -- Zcash Company Fri, 10 Feb 2017 10:23:00 -0800 - -zcash (1.0.5) jessie; urgency=medium - - * 1.0.5 release. - - -- Zcash Company Thu, 19 Jan 2017 19:23:40 -0700 - -zcash (1.0.4) jessie; urgency=medium - - * 1.0.4 release. - - -- Zcash Company Thu, 15 Dec 2016 16:46:14 +1300 - zcash (1.0.3) jessie; urgency=medium * 1.0.3 release.