[127997] trunk/dports/finance/bitcoin/Portfile

easieste at macports.org easieste at macports.org
Mon Nov 10 08:59:46 PST 2014


Revision: 127997
          https://trac.macports.org/changeset/127997
Author:   easieste at macports.org
Date:     2014-11-10 08:59:46 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
finance/bitcoin: notes for running as a background process from bitcoind

Modified Paths:
--------------
    trunk/dports/finance/bitcoin/Portfile

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2014-11-10 16:57:30 UTC (rev 127996)
+++ trunk/dports/finance/bitcoin/Portfile	2014-11-10 16:59:46 UTC (rev 127997)
@@ -62,3 +62,20 @@
     eval xinstall -m 444 -W ${worksrcpath} [glob ${worksrcpath}/doc/*.md] ${docdir}
 }
 
+notes "
+
+1.  Sanity in scripting:
+
+    cmd$ ln -s \"~/Library/Application Support/Bitcoin\" ~/.bitcoin
+
+2.  View progress with:
+
+    cmd$ tail -F ~/.bitcoin/debug.log
+
+3.  Edit ~/.bitcoin/bitcoin.conf with RPC credentials 
+
+4.  Start in background via:
+    
+    cmd$ ${prefix}/sbin/bitcoind -daemon
+
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/97f2a76c/attachment.html>


More information about the macports-changes mailing list