diff options
author | nomnombtc <nomnombtc@arcor.de> | 2012-12-24 00:38:32 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-24 00:38:49 +0100 |
commit | 12de7751f9d63fbe1f10c919828a55fcabb1fce8 (patch) | |
tree | d4c0fafdf759ce93f49300410da1eb44f1a6a4ba /network/bitcoin/README | |
parent | 83ad785c4701cd74ce5762053e93798b36d875cd (diff) | |
download | slackbuilds-12de7751f9d63fbe1f10c919828a55fcabb1fce8.tar.gz |
network/bitcoin: Updated for version 0.7.2, cleanups.
(Fixed deps info, autodetect miniupnpc --ponce)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/bitcoin/README')
-rw-r--r-- | network/bitcoin/README | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 752e8ba035..71375afe38 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -2,12 +2,10 @@ 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. +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. -This requires: qrencode - -UPNP is disabled, it requires miniupnpc, which is not available on SBo. +UPNP is disabled, it requires the optional dependency miniupnpc. Package provides both, bitcoin-qt (GUI) and bitcoind (CLI). |