From ea83fe7b988b6eccf66afb088780c567bdca6188 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Sun, 2 Dec 2012 19:19:30 +0100 Subject: network/bitcoin: Added. (P2P electronic cash system) Signed-off-by: Heinz Wiesinger --- network/bitcoin/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 network/bitcoin/README (limited to 'network/bitcoin/README') 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). -- cgit v1.2.3