dogecoin/README.md
jwiechers 4416dad8f5 Update README.md
Generally made the readme a bit more verbose and informative while hopefully conserving the funny bits.

I removed the link to Wikipedia referencing the Dogecoin block rewards and included both the old and current block reward scheme in the readme because this is something people expect to find in the primary readme of a project in my opinion (not to mention that Wikipedia should ideally have an authoritative document saying so and which isn't the source code, otherwise this sort of thing tends to happen: https://xkcd.com/978/ ;-))

Just my 2 Doge. :D
2014-04-08 12:09:36 +02:00

3.4 KiB

Dogecoin Core [DOGE, Ð]

==========================

Dogecoin

What is Dogecoin? - Such coin

Dogecoin is a cryptocurrency like Bitcoin, although it uses a different algorithm as its proof of work (POW). Taking its cue from Lightcoin, it employs a simplified version of scrypt; an algorithm specifically designed to make it difficult and costly to perform large-scale attacks using custom hardware by requiring large amounts of memory.

http://dogecoin.com/

License - Much license

Dogecoin is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development and contributions - omg developers

Development is ongoing and the development team as well as other volunteers can freely work in their own trees and submit pull requests when features or bug fixes are ready.

Very Much Frequently Asked Questions

How much doge can exist? - So many puppies!

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.

How to get doge? - To the moon!

Dogecoin uses a simplified variant of the scrypt key derivation function as its proof of work with a target time of one minute per block and difficulty readjustment after every block. The block rewards are fixed and halve every 100,000 blocks. Starting with the 600,000th block, a permanent reward of 10,000 Dogecoin per block will be paid.

Originally, a different payout scheme was envisioned with block rewards being determined by taking the maximum reward as per the block schedule and applying the result of a Mersenne Twister pseudo-random number generator to arrive at a number between 0 and the maximum reward. This was changed, starting with block 145,000, to prevent large pools from gaming the system and mining only high reward blocks. At the same time, the difficulty retargeting was also changed from four hours to once per block (every minute), implementing an algorithm courtesy of the DigiByte Coin development team, to lessen the impact of sudden increases and decreases of network hashing rate.

The current block reward schedule: 1-100,000: 0-1,000,000 Dogecoin Reward

100,001 - 145,000: 0-500,000 Dogecoin

145,001 - 200,000: 250,000 Dogecoin

200,001 - 300,000: 125,000 Dogecoin

300,001 - 400,000: 62,500 Dogecoin

400,001 - 500,000: 31,250 Dogecoin

500,001 - 600,000: 15,625 Dogecoin

600,000+ - 10,000 Reward (flat)

The original block reward schedule with one minute block targets and four hour difficulty readjustment: 1-100,000: 0-1,000,000 Dogecoin Reward

100,001 — 200,000: 0-500,000 Dogecoin

200,001 — 300,000: 0-250,000 Dogecoin

300,001 — 400,000: 0-125,000 Dogecoin

400,001 — 500,000: 0-62,500 Dogecoin

500,001 - 600,000: 0-31,250 Dogecoin

600,000+ — 10,000 Dogecoin

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