bitcoin (finance/bitcoin) Updated: 1 week, 4 days ago Add to my watchlist
server daemon and client user interface for a peer-to-peer digital currencyBitcoin is a peer-to-peer digital currency. By peer-to-peer, we mean that there is no central authority to issue new Bitcoins or keep track of transactions. Instead, these tasks are managed collectively by the Bitcoin protocol operating through the nodes of the network.
Version: 28.0 License: MIT GitHubMaintainers | easye sami.laine (GitHub handle not provided) |
Categories | finance crypto |
Homepage | https://bitcoincore.org/ |
Platforms | {darwin >= 19} |
Variants |
|
"bitcoin" depends on
lib (6)
build (6)
Ports that depend on "bitcoin"
No ports
Port notes
1. A launch daemon entry has been created for bitcoin.
It is disabled by default. To enable and load the daemon:
sudo launchctl load -w "/Library/LaunchDaemons/org.macports.bitcoin.plist"
2. The files "${prefix}/etc/bitcoin/bitcoin.conf" and
"$HOME/Library/Application Support/Bitcoin/bitcoin.conf"
contain the daemon and GUI configuration, respectively.
Review them, and include the RPC credentials. See also
https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md#running
3. To start the daemon manually in the background:
${prefix}/bin/bitcoind -daemon
4. View the logs with
tail -f "${prefix}/var/lib/bitcoind/debug.log"
tail -f "$HOME/Library/Application Support/Bitcoin/debug.log"
Port Health:
Loading Port Health