Go to file
2014-04-03 20:05:20 +02:00
contrib Update makeseeds script for dogecoin 2014-04-03 19:59:03 +02:00
doc correct gitian instructions 2014-04-02 23:42:10 +02:00
qa Python-based regression tests 2014-02-28 15:24:31 -05:00
share Mac info.plist conversion 2014-04-02 22:14:44 +02:00
src Hardcode testnet for first alpha release. 2014-04-03 20:05:20 +02:00
.gitattributes Build identification strings 2012-04-10 18:16:53 +02:00
.gitignore Completed renaming core binaries to dogecoind, dogecoin-qt and dogecoin-cli as appropriate. 2014-03-28 21:31:04 +00:00
autogen.sh autogen.sh: Stop passing --verbose to autoreconf 2013-11-27 17:29:00 -08:00
configure.ac Fix configure.ac to allow Dogecoin named build. 2014-03-29 23:17:41 +01:00
COPYING Bump version numbers for 0.8 release 2013-01-30 14:19:09 -05:00
INSTALL Prettify some /Contrib READMEs 2013-10-21 20:07:31 -04:00
Makefile.am Completed renaming core binaries to dogecoind, dogecoin-qt and dogecoin-cli as appropriate. 2014-03-28 21:31:04 +00:00
pkg.m4 autotools: switch to autotools buildsystem 2013-09-05 21:31:03 -04:00
README.md Replaced README with slightly edited 1.6 client README. 2014-03-31 20:15:58 +01:00

Dogecoin Core [DOGE, Ð]

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

Dogecoin

What is Dogecoin? - Such coin

Dogecoin is a cryptocurrency like Bitcoin, although it uses the Litecoin Scrypt proof of work algorithm.

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

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