dogecoin/doc
2014-04-02 23:42:10 +02:00
..
release-notes Typo fix: anonimized => anonymized + infromation => information 2014-02-05 21:34:44 +11:00
assets-attribution.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
bitcoin_logo_doxygen.png Lossless image optimization 2013-12-02 10:10:22 +01:00
build-msw.md Merge PR #374: Change reference version of Berkeley DB to 5.1 2014-03-29 16:38:24 +01:00
build-osx.md Merge PR #374: Change reference version of Berkeley DB to 5.1 2014-03-29 16:38:24 +01:00
build-unix.md consistent use of sudo in build instructions 2014-04-02 20:22:04 +02:00
coding.md Updated port numbers to reflect Dogecoin port numbers. 2014-03-24 18:45:33 +00:00
Doxyfile Replace Bitcoin reference and old version with Dogecoin in Doxyfil. 2014-03-24 18:51:01 +00:00
files.md Markdown Cleanup - Part 2 2013-06-16 06:29:23 -04:00
multiwallet-qt.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
README.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
README_windows.txt Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
release-notes.md release notes: command line option is spendzeroconfchange 2014-03-14 04:52:50 +01:00
release-process.md correct gitian instructions 2014-04-02 23:42:10 +02:00
tor.md Replaced port number references with Dogecoin ports. 2014-03-24 19:01:31 +00:00
translation_process.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
unit-tests.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00

Dogecoin 0.9.0rc1 BETA

Copyright (c) 2009-2014 Bitcoin Developers

Setup

Dogecoin Core is the original Dogecoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Dogecoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once.

Running

The following are some helpful notes on how to run Dogecoin on your native platform.

Unix

You need the Qt4 run-time libraries to run Dogecoin-Qt. On Debian or Ubuntu:

sudo apt-get install libqtgui4

Unpack the files into a directory and run:

  • bin/32/dogecoin-qt (GUI, 32-bit) or bin/32/dogecoind (headless, 32-bit)
  • bin/64/dogecoin-qt (GUI, 64-bit) or bin/64/dogecoind (headless, 64-bit)

Windows

Unpack the files into a directory, and then run dogecoin-qt.exe.

OSX

Drag Dogecoin-Qt to your applications folder, and then run Dogecoin-Qt.

Need Help?

Building

The following are developer notes on how to build Dogecoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Dogecoin repo's root README contains relevant information on the development process and automated testing.

Resources

Miscellaneous

License

Distributed under the MIT/X11 software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.