summaryrefslogtreecommitdiffstats
path: root/network/bitcoin/README
diff options
context:
space:
mode:
author nomnombtc2012-12-02 19:19:30 +0100
committer dsomero2012-12-11 22:22:27 +0100
commitea83fe7b988b6eccf66afb088780c567bdca6188 (patch)
tree45d7037417cd5256326e4549b3e02d0121d96a09 /network/bitcoin/README
parent9abdf95a2af05f82627517ba6a57f1250143965b (diff)
downloadslackbuilds-ea83fe7b988b6eccf66afb088780c567bdca6188.tar.gz
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/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
new file mode 100644
index 0000000000..752e8ba035
--- /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).