minor tweaks
[distro-setup] / disabled / bitcoin
index 96239ca8138bd1cd2314c9cef82e7ce50a57d5de..9142e2b3c99239ecdc1f1c056965880db1bbfd34 100644 (file)
@@ -43,11 +43,11 @@ if [[ $HOSTNAME == frodo ]]; then
 
                     f=$dir/bitcoin.conf
                     s dd of=$f <<EOF
-    server=1
-    # necessary for joinmarket, not bad in general
-    rpcpassword=$(openssl rand -base64 32)
-    rpcuser=$(openssl rand -base64 32)
-    EOF
+server=1
+# necessary for joinmarket, not bad in general
+rpcpassword=$(openssl rand -base64 32)
+rpcuser=$(openssl rand -base64 32)
+EOF
 
                     # dunno about sharing a wallet between multiple instances
                     # manually did, wallet.dat symlinked in /nocow/.bitcoin
@@ -68,11 +68,11 @@ if [[ $HOSTNAME == frodo ]]; then
                 f2=$dir/bitcoinjm.conf
                 s cp $f $f2
                 s tee -a $f2 >/dev/null <<EOF
-    # Joinmarket
-    walletnotify=curl -sI --connect-timeout 1 http://localhost:62602/walletnotify?%s
-    alertnotify=curl -sI --connect-timeout 1 http://localhost:62602/alertnotify?%s
-    wallet=joinmarket.dat
-    EOF
+# Joinmarket
+walletnotify=curl -sI --connect-timeout 1 http://localhost:62602/walletnotify?%s
+alertnotify=curl -sI --connect-timeout 1 http://localhost:62602/alertnotify?%s
+wallet=joinmarket.dat
+EOF
 
                 ;;
             # other distros unknown