diff options
Diffstat (limited to 'network/bitcoin/README')
-rw-r--r-- | network/bitcoin/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index cfc18d9a22aa..dbb629b665c5 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -1,9 +1,12 @@ +bitcoin (P2P electronic cash system) + 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. +qrencode is an optional but strongly recommended dependency. UPNP is disabled, it requires the optional dependency miniupnpc. Package provides both, bitcoin-qt (GUI) and bitcoind (CLI). |