aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2014-04-08 22:14:46 +0200
committerlangerhans <[email protected]>2014-04-08 22:14:46 +0200
commita7efb99c87c8de06bab9422b326dd213caafbf97 (patch)
tree97dd7ca81e07cfa965b9240f5d41a0e1bfcfe32f /README.md
parentMerge pull request #344 from djbender/patch-1 (diff)
parentMerge pull request #432 from leofidus/1.6-noblocks (diff)
downloaddiscoin-a7efb99c87c8de06bab9422b326dd213caafbf97.tar.xz
discoin-a7efb99c87c8de06bab9422b326dd213caafbf97.zip
Merge pull request #433 from dogecoin/developv1.6.1
Merge develop into master
Diffstat (limited to 'README.md')
-rw-r--r--README.md56
1 files changed, 29 insertions, 27 deletions
diff --git a/README.md b/README.md
index 9ca7a4c5a..18a40a10f 100644
--- a/README.md
+++ b/README.md
@@ -1,61 +1,63 @@
-# Dogecoin [DOGE, Ð] Integration/Staging Tree
-http://dogecoin.com/
+# Dogecoin [DOGE, Ð]
+dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus worldwide.
![DogeCoin](http://static.tumblr.com/ppdj5y9/Ae9mxmxtp/300coin.png)
-## What is DogeCoin? - Such coin
+## Such coin (What is DogeCoin?)
Dogecoin is like Bitcoin, but based on Litecoin, and also much more wow.
http://dogecoin.com/
-## License - Much license
+## Much license (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
+## Omg developers (Development and contributions)
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
+## Very Much Asked Questions (FAQ)
-### How much doge can exist?
+### How much coin? (Release of new DogeCoins)
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?
+### How get many doge? (How to mine)
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
+Special reward system: Random block rewards before block 145,000. Static block reward afterwards according to chart:
-100,001 — 200,000: 0-500,000 Dogecoin Reward
+1-100,000: 0-1,000,000 Dogecoin Reward (random)
-200,001 — 300,000: 0-250,000 Dogecoin Reward
+100,001 —144,999: 0-500,000 Dogecoin Reward (random)
-300,001 — 400,000: 0-125,000 Dogecoin Reward
+145,000 — 200,000: 250,000 Dogecoin Reward (flat)
-400,001 — 500,000: 0-62,500 Dogecoin Reward
+200,001 — 300,000: 125,000 Dogecoin Reward (flat)
-500,001 - 600,000: 0-31,250 Dogecoin Reward
+300,001 — 400,000: 62,500 Dogecoin Reward (flat)
-600,000+ — 10,000 Reward (flat)
+400,001 - 500,000: 31,250 Dogecoin Reward (flat)
-### Wow plz make dogecoind
+500,001 - 600,000: 15,625 Dogecoin Reward (flat)
- sudo apt-get install build-essential \
- libssl-dev \
- libdb5.1++-dev \
- libboost-all-dev \
- libqrencode-dev \
- libminiupnpc-dev
+600,001+ — 10,000 Reward (flat)
- cd src/
- make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1
+### Wow - Plz make dogecoind (How to build `dogecoind`)
+```bash
+sudo apt-get install build-essential \
+ libssl-dev \
+ libdb5.1++-dev \
+ libboost-all-dev \
+ libqrencode-dev \
+ libminiupnpc-dev
-### Such ports
+cd src/
+make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1
+```
+### Such ports (Ports)
RPC 22555
P2P 22556