server daemon and client user interface for a peer-to-peer digital currency
Bitcoin 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.
Bitcoin 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.
To install bitcoin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bitcoin
To see what files were installed by bitcoin, run:
port contents bitcoin
To later upgrade bitcoin, run:
sudo port selfupdate && sudo port upgrade bitcoin
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.