dogecoin/doc
leuqarte bb4b082c08 Minor changes
Light cleanup
2015-10-31 14:49:41 +00:00
..
gitian-building Add gitian build guide 2014-04-02 21:59:45 +02:00
release-notes Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin. 2015-10-31 14:49:41 +00:00
assets-attribution.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
bips.md Bugfix: Grammar fixes 2015-05-01 11:21:27 +00:00
bitcoin_logo_doxygen.png Lossless image optimization 2013-12-02 10:10:22 +01:00
build-osx.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
build-unix.md Minor changes 2015-10-31 14:49:41 +00:00
developer-notes.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
dnsseed-policy.md Updating docs 🎉 2015-10-31 14:49:41 +00:00
Doxyfile Updating docs 🎉 2015-10-31 14:49:41 +00:00
files.md Markdown Cleanup - Part 2 2013-06-16 06:29:23 -04:00
gitian-building.md Updating docs 🎉 2015-10-31 14:49:41 +00:00
init.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
multiwallet-qt.md Updating docs 🎉 2015-10-31 14:49:41 +00:00
README.md Updating docs 🎉 2015-10-31 14:49:41 +00:00
README_osx.txt Bugfix: Correct links for Xcode download 2015-06-05 02:29:41 +00:00
README_windows.txt Updating docs 🎉 2015-10-31 14:49:41 +00:00
release-process.md Updating docs 🎉 2015-10-31 14:49:41 +00:00
REST-interface.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
tor.md Minor changes 2015-10-31 14:49:41 +00:00
translation_process.md Bugfix: Grammar fixes 2015-05-01 11:21:27 +00:00
translation_strings_policy.md Branding 2015-10-31 14:49:41 +00:00
travis-ci.txt First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00
unit-tests.md First cut at updating docs to reflect Dogecoin 2015-10-31 14:49:41 +00:00

Dogecoin Core 1.10

Setup

Dogecoin Core is the reference 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.

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 software license. This product includes software developed by the Bitcoin developers for use in Bitcoin Core. 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.