summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2017-01-03 19:35:09 +0100
committerTomZ2017-01-03 19:35:09 +0100
commita638ca4464fd88544ec91d4cdf8d4a06e4a6148b (patch)
tree8999169a9733179485794d01a145fc4948f746b0
parent831f12d78324bebb097a160508e0a6eefcf4d538 (diff)
downloadaur-a638ca4464fd88544ec91d4cdf8d4a06e4a6148b.tar.gz
Follow upstream
-rw-r--r--bitcoin.install49
1 files changed, 17 insertions, 32 deletions
diff --git a/bitcoin.install b/bitcoin.install
index f1ee8e0c8d06..bbe9e63a5b02 100644
--- a/bitcoin.install
+++ b/bitcoin.install
@@ -93,36 +93,21 @@ _disable_cow() {
read -d '' bitcoin <<'EOF'
-########################################################################
-########################################################################
-## ##
-## Bitcoin Classic ##
-## ____________ ##
-## ##
-## To start bitcoin-classic: ##
-## ##
-## # systemctl start bitcoind ##
-## ##
-## To communicate with bitcoin-classic as a normal user: ##
-## ##
-## $ mkdir -p ~/.bitcoin ##
-## $ echo rpccookiefile=/etc/bitcoin/.cookie \\ ##
-## > ~/.bitcoin/bitcoin.conf <<'EOF' ##
-## ##
-## $ bitcoin-cli getmininginfo ##
-## ##
-## Config: /etc/bitcoin/bitcoin.conf ##
-## Blockchain: /var/lib/bitcoind ##
-## ##
-## --rpccookiefile-- ##
-## The daemon uses a special 'cookie' file for authentication. ##
-## This file is generated with random content when the daemon ##
-## starts, and deleted when it exits. Its contents are used as ##
-## authentication token. Read access to this file controls who can ##
-## access through RPC. Users pass --rpccookiefile to their calls ##
-## of bitcoin-cli ##
-## You can find the cookie at /etc/bitcoin/.cookie ##
-## ##
-########################################################################
-########################################################################
+############################################################
+# #
+# Bitcoin Classic #
+# ____________ #
+# #
+# To start bitcoin-classic: #
+# #
+# # systemctl start bitcoind #
+# #
+# To communicate with bitcoin-classic as a normal user: #
+# #
+# $ bitcoin-cli help #
+# #
+# Config: /etc/bitcoin/bitcoin.conf #
+# Blockchain: /var/lib/bitcoind #
+# #
+############################################################
EOF