Port details |
- bitcoin-daemon Virtual Peer-to-Peer Currency (Daemon)
- 28.0_3 net-p2p =7 26.0_2Version of this port present on the latest quarterly branch.
- Maintainer: kbowling@FreeBSD.org
- Port Added: 2014-01-01 17:53:05
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: nginx, syncthing, bitcoin, plexmediaserver-plexpass, bitcoin-utils
- Also Listed In: finance
- License: MIT
- WWW:
- https://www.bitcoin.org/
- Description:
- Bitcoin is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
check for double-spending.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bitcoin-daemon>0:net-p2p/bitcoin-daemon
- To install the port:
- cd /usr/ports/net-p2p/bitcoin-daemon/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/bitcoin-daemon
- pkg install bitcoin-daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bitcoin-daemon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728211779
SHA256 (bitcoin/bitcoin-28.0.tar.gz) = 700ae2d1e204602eb07f2779a6e6669893bc96c0dca290593f80ff8e102ff37f
SIZE (bitcoin/bitcoin-28.0.tar.gz) = 12594981
Packages (timestamps in pop-ups are UTC):
- Master port: net-p2p/bitcoin
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libzmq4>0 : net/libzmq4
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- libzmq4>0 : net/libzmq4
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- libevent.so : devel/libevent
- libminiupnpc.so : net/miniupnpc
- libdb-5.3.so : databases/db5
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for bitcoin-daemon-28.0_3:
DEBUG=off: Build with debugging support
HARDENING=on: Attempt to harden binaries (PIE for ASLR, NX Stack)
TESTS=off: Build test binary and unit tests
UPNP=on: UPnP protocol support
WALLET=on: Wallet Management Support
ZMQ=on: Block and transaction broadcasting with ZeroMQ
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_bitcoin-daemon
- USES:
- autoreconf compiler:c++20-lang cpe gmake libtool pkgconfig qt:5 shebangfix bdb:5+ sqlite:3
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net-p2p/bitcoin |
Commit | Credits | Log message |
28.0_3 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
28.0 06 Oct 2024 11:08:42 |
Kevin Bowling (kbowling) |
net-p2p/bitcoin{,-daemon,-utils}: Update to 28.0 |
27.1_5 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
26.0_2 26 Mar 2024 19:07:45 |
Gleb Popov (arrowd) |
net-p2p/bitcoin-daemon: Move manpages to share/man
Approved by: portmgr (blanket)
Fixes: baa96d4729d7b8c6bdc4e02129849ada8cc54ad3 |
25.0 27 May 2023 22:59:24 |
Kevin Bowling (kbowling) |
net-p2p/bitcoin: Update to 25.0
Changes
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md
Sponsored by: BBOX.io |
23.0_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
23.0_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.21.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.21.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.21.0 14 Jan 2021 16:36:31 |
kbowling |
net-p2p/bitcoin: update to 0.21.0
changes
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md
Sponsored by: BBOX.io |
0.20.1_3 17 Nov 2020 02:36:55 |
kbowling |
net-p2p/bitcoin-daemon: Move PID to /var/run
This deconflicts the GUI client, and fixes a permission error for the daemon
even when running stand alone.
PR: 246792
Reported by: Seth586 at protonmail.com, oobaz at frammish.org
Sponsored by: BBOX.io |
0.19.1_2 01 May 2020 16:56:33 |
vd |
net-p2p/bitcoin*: remove db48 dependency
In r465909 [1], 2 years ago, we added the option to link
net-p2p/bitcoin* against db 5 or 6, still allowing to link against db
4.8 which is long time EOL and has been deprecated and marked for
deletion in 2014 [2].
Now remove the option to link net-p2p/bitcoin* against db48, so the
former does not depend on the latter anymore and db48 can be eventually
removed from the ports tree.
[1]
https://svnweb.freebsd.org/ports?view=revision&revision=465909
https://github.com/freebsd/freebsd-ports/commit/68892c74876772806eaca3a9ecc1308e9459acea
[2]
https://github.com/freebsd/freebsd-ports/commit/b0113421712e3e2543fa9e1e0726502ef475e372#diff-9385162ec22da88a3a66c47891cbde67R19
PR: 245220
Submitted by: vd
Approved by: kbowling (maintainer timeout) |
0.19.0.1_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
0.19.0.1 29 Nov 2019 09:07:24 |
ale |
Port cleanup.
PR: 242245
Submitted by: ale
Approved by: maintainer |
0.19.0.1 26 Nov 2019 07:30:18 |
vd |
net-p2p/bitcoin: Upgrade from 0.18.1 to 0.19.0.1
PR: 242232
Submitted by: vd
Approved by: kbowling (maintainer) |
0.18.1_7 25 Oct 2019 23:19:53 |
pkubaj |
net-p2p/bitcoin-daemon: unbreak on BE
Builds fine on powerpc64.
Approved by: mentors (implicit approval) |
0.18.0_5 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
0.17.1_6 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
0.17.1_5 17 Feb 2019 23:29:41 |
kbowling |
net-p2p/bitcoin: enable ZMQ by default
Reported by: Seth Hahn <seth586 at protonmail.com>
Approved by: timur (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D19209 |
0.17.0_4 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
0.17.0_3 17 Oct 2018 14:29:54 |
ale |
Fix logging.
Approved by: maintainer |
0.16.2_2 23 Aug 2018 13:31:06 |
swills |
net-p2p/bitcoin-daemon: fix deterministic tarball fallout
PR: 230832
Submitted by: kbowling (maintainer) |
0.16.2_1 23 Aug 2018 13:02:25 |
swills |
net-p2p/bitcoin-daemon: fix build
Was broken by r477794 update to net-p2p/bitcoin
Reported by: meta
Pointyhat to: swills |
0.16.1_1 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
0.16.1 25 Jun 2018 12:07:19 |
vd |
net-p2p/bitcoin: Upgrade from 0.16.0 to 0.16.1
PR: 229096
Submitted by: kbowling
Approved by: kbowling (maintainer) |
0.16.0_1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
0.16.0_1 29 Mar 2018 17:52:54 |
vd |
net-p2p/bitcoin: Add an option to use newer BDB
Make the new option the default, so that when the port is recompiled it
will link against BDB 5.x or 6.x (whichever is the default in the system).
This will keep old wallet files readable and will not automatically
convert them in an incompatible with BDB 4.8 way. Newly created wallet
files will not be readable by Bitcoin Core versions linked with BDB 4.8.
Next thing to consider is to remove the option to link against BDB 4.8 as
this will remove the net-p2p/bitcoin -> databases/db48 dependency and will
make it possible to ditch the latter, which is scheduled for removal from
the ports collection on Apr 30 2018.
PR: 226527
Approved by: kbowling (maintainer), antoine |
0.16.0 26 Mar 2018 20:58:14 |
antoine |
Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers is
incorrect
With hat: portmgr |
0.16.0_1 26 Mar 2018 18:28:13 |
vd |
Set default BDB version in bitcoin slave ports
In c465619 a new single-choice option was introduced in net-p2p/bitcoin
where exactly one variant must be chosen (BDB version). But the bitcoin
slave ports net-p2p/bitcoin-daemon and net-p2p/bitcoin-utils set
OPTIONS_DEFAULT=... (with missing BDB version) and the master port uses
OPTIONS_DEFAULT?=...somebdbversion... so the choice of the master port
is not inherited by the slaves.
Fix this by explicitly setting the BDB version in both slave ports.
Reported by: Dan Langille |
0.16.0 28 Feb 2018 08:13:20 |
ale |
Update to 0.16.0 release and change maintainer.
PR: 226155
Submitted by: kbowling
Approved by: maintainer |
0.15.1_3 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
0.15.1_2 21 Dec 2017 09:31:26 |
linimon |
Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster.
Approved by: portmgr (tier-2 blanket) |
0.15.0.1_2 03 Oct 2017 14:25:09 |
swills |
net-p2p/bitcoin: Update to 0.15.0.1 [1]
While here, fix plist for bitcoin-daemon [2]
PR: 222384 [1]
PR: 222167 [2]
Submitted by: kbowling [1]
Submitted by: jbeich [2]
Approved by: robbak@robbak.com (maintainer) |
0.14.2_4 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
0.14.2_3 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
0.14.2 12 Aug 2017 03:43:31 |
swills |
net-p2p/bitcoin: Update to 0.14.2
PR: 220897
Submitted by: kbowling
Approved by: robbak@robbak.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D11684 |
0.12.1_12 01 Aug 2017 16:45:32 |
lwhsu |
- 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) |
0.12.1_11 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
0.12.1_11 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
0.12.1_8 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
0.12.1_7 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
0.12.1_5 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
0.12.1_4 25 Dec 2016 23:11:36 |
dinoex |
- update miniupnpc to 2.0.20161216
- bump API change |
0.12.1_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
0.12.1 01 May 2016 09:50:43 |
tijl |
- Update net-p2p/bitcoin to 0.12.1.
- Enable DBUS option by default. Desktop systems almost always have DBus
installed.
- Enable UPNP option by default. Many ISP supplied modems contain a NAT
these days.
- Remove --disable-reduce-exports. It's disabled by default.
- Add bitcoind rc.d script. [1]
PR: 208937, 209136
Submitted by: xenophon+fbsdports@irtnog.org [1]
Approved by: robbak@gmail.com (maintainer) |
0.11.0 25 Sep 2015 21:27:54 |
linimon |
Mark as x86-specific: does not support big-endian architectures.
Approved by: portmgr (sparc64 blanket) |
0.10.1 03 May 2015 16:58:04 |
jbeich |
net-p2p/bitcoin*: update to 0.10.1 and fix conflicts
Work around bin/test_bitcoin installed more than once by leaving
TESTS=on by default only in net-p2p/bitcoin-utils.
Changes: https://bitcoin.org/en/release/v0.10.1
PR: 198826 [1]
PR: 199856
Reported by: peter [1]
Submitted by: robbak@gmail.com (maintainer, other mail) |
0.10.0_1 24 Feb 2015 11:54:05 |
koobs |
net-p2p/bitcoin: Centralise regression-test target
Move the regression-test targetr from bitcoin-daemon to bitcoin port proper.
Approved by: maintainer (via IRC)
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M net-p2p/bitcoin/Makefile
M net-p2p/bitcoin-daemon/Makefile |
0.10.0 24 Feb 2015 11:10:23 |
koobs |
net-p2p/bitcoin: Update to 0.10.0, split bitcoin-utils, LOTS MORE
- Update to 0.10.0
- Split out bitcoin-cli and bitcoin-tx into net-p2p/bitcoin-utils
- Slave out bitcoin-utils and bitcoin-daemon properly
- Canonicalize MASTER_SITES to what USE_GITHUB uses
- Update COMMENT so each port is unique
- protobuf/protoc is GUI-only dependency, remove it from unconditional
{BUILD,LIB}_DEPENDS.
- Group and sort USES/USE_*
- Deprecate USE_AUTOTOOLS in favour of USES=autoreconf
- Remove {AUTOMAKE,ACLOCAL}_ARGS accordingly
- Remove unconditional *FLAGS and replace then with OPTIONS-conditional
ones.
- Remove unnecessary CXXFLAGS (Only the first 15 lines of the commit message are shown above ) |
0.8.6 01 Jan 2014 17:52:49 |
swills |
Slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily
coexist on a system.
PR: ports/184972
Submitted by: "Chad J. Milios" <milios@ccsys.com> |