diff options
author | Pedro Guimaraes <moisespedro15@gmail.com> | 2014-03-08 09:16:51 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-12 12:42:47 -0500 |
commit | c22588a89b37fe75093d477d4f51ce29ba666cc2 (patch) | |
tree | 0c302b29279da6073c310ee12f7c9cac35c0c4aa /network/dogecoin/README | |
parent | 8d7200e7346f56ca3ebcf8f39b572775bd68dc2e (diff) |
network/dogecoin: Added (P2P electronic cash system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dogecoin/README')
-rw-r--r-- | network/dogecoin/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/dogecoin/README b/network/dogecoin/README new file mode 100644 index 000000000000..b7dcd2cc2ab6 --- /dev/null +++ b/network/dogecoin/README @@ -0,0 +1,12 @@ +Dogecoin (P2P electronic cash system) + +Dogecoin 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, dogecoin-qt (GUI) and dogecoind (CLI). |