diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2017-08-02 00:45:32 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2017-08-02 00:45:32 +0800 |
commit | ae4d5da3ede7cbfcb8bac5db301b4093ff531ba1 (patch) | |
tree | cd42b5654657230c51bab1c5481568068575f3fe /UPDATING | |
parent | 2adca215975494b181f8210046bc69a151c6b256 (diff) | |
download | freebsd-ports-gnome-ae4d5da3ede7cbfcb8bac5db301b4093ff531ba1.tar.gz freebsd-ports-gnome-ae4d5da3ede7cbfcb8bac5db301b4093ff531ba1.tar.zst freebsd-ports-gnome-ae4d5da3ede7cbfcb8bac5db301b4093ff531ba1.zip |
- net-p2p/bitcoin: fix path error in startup script files/bitcoin.in also
removes reliance on unnecessary cli script.
- net-p2p/bitcoin-daemon: create the user/group for the daemon to use also
install a sample configuration file.
With these two patches a "pkg install bitcoin-daemon" followed by "service
start bitcoind" will be sufficient to run as a non-privileged user and
automatically connect to bitcoin live network; using /var/db/bitcoin to store
blockchain data.
PR: 215059
Submitted by: Christopher Hall <hsw@bitmark.com>
Approved by: <robbak@robbak.com> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20170729: + AFFECTS: users of net-p2p/bitcoin + AUTHOR: lwhsu@FreeBSD.org + + Bitcoin data directory has been changed from /var/db/bitcoind to + /var/db/bitcoin. Users of previous versions may want to migrate data to + new location or specify bitcoind_data. + +20170729: AFFECTS: users of mail/mailscanner AUTHOR: crees@FreeBSD.org |