GET /api/v1/ports/bitcoin/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "bitcoin",
"portdir": "finance/bitcoin",
"version": "28.1",
"license": "MIT",
"platforms": "{darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitcoincore.org/",
"description": "server daemon and client user interface for a peer-to-peer digital currency",
"long_description": "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.",
"active": true,
"categories": [
"finance",
"crypto"
],
"maintainers": [
{
"name": "easieste",
"github": "easye",
"ports_count": 15
},
{
"name": "sami.laine",
"github": "",
"ports_count": 2
}
],
"variants": [
"daemon",
"gui",
"wallet",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"python312",
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"db48",
"sqlite3",
"libevent",
"zmq",
"miniupnpc",
"boost176"
]
}
],
"depends_on": []
}