dogecoin/doc
Wladimir J. van der Laan 5f06e6ab9c gitian: upgrade OpenSSL to 1.0.1h
Upgrade for https://www.openssl.org/news/secadv_20140605.txt

Just in case - there is no vulnerability that affects ecdsa signing or
verification.

The MITM attack vulnerability (CVE-2014-0224) may have some effect on
our usage of SSL/TLS.

As long as payment requests are signed (which is the common case), usage
of the payment protocol should also not be affected.

The TLS usage in RPC may be at risk for MITM attacks. If you have
`-rpcssl` enabled, be sure to update OpenSSL as soon as possible.
2014-06-06 12:49:31 +04: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 Fixed a bunch of links and foramtting 2014-04-22 02:48:17 +05:30
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 gitian: upgrade OpenSSL to 1.0.1h 2014-06-06 12:49:31 +04: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 1.7

  • Copyright (c) 2009-2014 Bitcoin Developers
  • Copyright (c) 2011-2013 Litecoin Developers
  • Copyright (c) 2013-2014 Dogecoin 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.