From 401ea00d41dde2a7bafc53543827766cb5f5210e Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Mon, 31 Mar 2014 20:15:58 +0100 Subject: [PATCH] Replaced README with slightly edited 1.6 client README. --- README.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0120749da..d32516666 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,64 @@ -Inutoshi Dogecoin Client -===================================== +# Dogecoin Core [DOGE, Ð] +========================== -http://www.dogecoin.com +![Dogecoin](http://static.tumblr.com/ppdj5y9/Ae9mxmxtp/300coin.png) -This is an experimental Dogecoin client based on the latest Bitcoin release. +## What is Dogecoin? - Such coin +Dogecoin is a cryptocurrency like Bitcoin, although it uses the Litecoin +Scrypt proof of work algorithm. -License -------- +http://dogecoin.com/ -Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more -information or see http://opensource.org/licenses/MIT. +## License - Much license +Dogecoin is released under the terms of the MIT license. See [COPYING](COPYING) +for more information or see http://opensource.org/licenses/MIT. + +## Development and contributions - omg developers +Developers work in their own trees, then submit pull requests when they think +their feature or bug fix is ready. + +## Very Much Frequently Asked Questions + +### How much doge can exist? +Early 2015 (approximately a year and a half after release) there will be approximately 100,000,000,000 coins. +Each subsequent block will grant 10,000 coins to encourage miners to continue to secure the network and make up for lost wallets on hard drives/phones/lost encryption passwords/etc. +For the block schedule, see http://en.wikipedia.org/wiki/Dogecoin#Block_schedule + +### How get doge? +Scrypt Proof of Work + +1 Minute Block Targets, 4 Hour Diff Readjustments + +Special reward system: Random block rewards before block 145,000. Static block reward of 250,00 afterwards. + +1-100,000: 0-1,000,000 Dogecoin Reward + +100,001 — 200,000: 0-500,000 Dogecoin Reward + +200,001 — 300,000: 0-250,000 Dogecoin Reward + +300,001 — 400,000: 0-125,000 Dogecoin Reward + +400,001 — 500,000: 0-62,500 Dogecoin Reward + +500,001 - 600,000: 0-31,250 Dogecoin Reward + +600,000+ — 10,000 Reward (flat) + +### Wow plz make dogecoind + + sudo apt-get install build-essential \ + libssl-dev \ + libdb5.1++-dev \ + libboost-all-dev \ + libqrencode-dev \ + libminiupnpc-dev + + cd src/ + make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1 + +### Such ports +RPC 22555 +P2P 22556 + +![](http://dogesay.com/wow//////such/coin)