diff options
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 0000000000..b7dcd2cc2a --- /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). |