Go to file
langerhans 9bc0ea885a Merge pull request #467 from janaspage/patch-10
Capitalization of "Dogecoin" but not "dogecoind".
2014-04-15 20:17:01 +02:00
contrib Back out pixmap path changes 2014-01-27 10:29:29 -08:00
doc increase OpenSSL version in build doc 2014-04-08 16:38:13 +02:00
release Update dogecoin.conf 2014-01-28 14:57:30 +11:00
share bump version number to 1.6.1 2014-04-08 16:39:36 +02:00
src Merge pull request #432 from leofidus/1.6-noblocks 2014-04-08 20:15:33 +02:00
.gitattributes Initial commit 2014-01-19 15:41:55 +11:00
.gitignore Fixing Makefile for LevelDB to compile 2014-01-23 19:43:44 +11:00
COPYING Initial commit 2014-01-19 15:41:55 +11:00
INSTALL Initial commit 2014-01-19 15:41:55 +11:00
README.md Capitalization of "Dogecoin" but not "dogecoind". 2014-04-14 20:17:35 -07:00
dogecoin-qt.pro bump version number to 1.6.1 2014-04-08 16:39:36 +02:00

README.md

Dogecoin [DOGE, Ð]

Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus worldwide.

DogeCoin

Such coin (What is Dogecoin?)

Dogecoin is like Bitcoin, but based on Litecoin, and also much more wow. http://dogecoin.com/

Much license (License)

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

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 Asked Questions (FAQ)

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 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 afterwards according to chart:

1-100,000: 0-1,000,000 Dogecoin Reward (random)

100,001 —144,999: 0-500,000 Dogecoin Reward (random)

145,000 — 200,000: 250,000 Dogecoin Reward (flat)

200,001 — 300,000: 125,000 Dogecoin Reward (flat)

300,001 — 400,000: 62,500 Dogecoin Reward (flat)

400,001 - 500,000: 31,250 Dogecoin Reward (flat)

500,001 - 600,000: 15,625 Dogecoin Reward (flat)

600,001+ — 10,000 Reward (flat)

Wow - Plz make dogecoind (How to build 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 (Ports)

RPC 22555 P2P 22556