diff options
author | nomnombtc <nomnombtc@arcor.de> | 2012-12-02 19:19:30 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:22:27 -0500 |
commit | ea83fe7b988b6eccf66afb088780c567bdca6188 (patch) | |
tree | 45d7037417cd5256326e4549b3e02d0121d96a09 /network/bitcoin/README | |
parent | 9abdf95a2af05f82627517ba6a57f1250143965b (diff) |
network/bitcoin: Added. (P2P electronic cash system)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network/bitcoin/README')
-rw-r--r-- | network/bitcoin/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README new file mode 100644 index 000000000000..752e8ba03539 --- /dev/null +++ b/network/bitcoin/README @@ -0,0 +1,13 @@ +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. + +This requires: qrencode + +UPNP is disabled, it requires miniupnpc, which is not available on SBo. + +Package provides both, bitcoin-qt (GUI) and bitcoind (CLI). |