dogecoin/doc
Dominyk Tiller 7790a6ed19 Build-osx: Force Fix.
The dependencies were out of date. Homebrew doesn't have a formula called berkeley-db5, berkeley-db *is* version 5.3.28.

I've also stripped out the language about forcing OpenSSL to link, because with the build process it shouldn't even be necessary, and it's an incredibly incredibly bad idea to force OpenSSL into ``` /usr/local ```. Even if we did need it in the path, which we shouldn't because pkg-config should find the Homebrew OpenSSL build path automatically, we could temporarily add the Homebrew OpenSSL to the $PATH with an export command rather than forcing a permanent link.

This change was adopted by Bitcoin a few days back.
2014-08-24 20:42:47 +01:00
..
gitian-building Add gitian build guide 2014-05-26 20:08:59 +02:00
img refactored bootstrap info for doge infra and screenshots 2014-05-29 23:58:06 +04:00
release-notes Rename 1.7 release notes into archival directory. 2014-08-23 23:58:42 +01:00
assets-attribution.md Update moved and dead links 2014-05-25 18:02:48 +02:00
bitcoin_logo_doxygen.png Lossless image optimization 2013-12-02 10:10:22 +01:00
bootstrap.md refactored bootstrap info for doge infra and screenshots 2014-05-29 23:58:06 +04: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 Build-osx: Force Fix. 2014-08-24 20:42:47 +01:00
build-unix.md A few more bitcoin -> dogecoin in build-unix.md 2014-08-19 13:20:19 -07:00
coding.md Change Bitcoin to Dogecoin 2014-08-22 21:28:16 +01:00
Doxyfile Update Doxyfile 2014-05-26 21:29:43 +02:00
files.md Markdown Cleanup - Part 2 2013-06-16 06:29:23 -04:00
gitian-building.md Update doc/gitian-building.md for new gitian 2014-05-29 18:29:36 +02:00
multiwallet-qt.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00
README.md Added Blockchain Bootstraping Tutorial 2014-05-29 23:47:26 +04:00
README_windows.txt VERSION obtained from source instead of the previous git tag. 2014-05-26 21:34:40 +02:00
release-process.md Changed libpng mirror to sourceforge 2014-07-15 21:36:11 +02:00
tor.md Fixed the refs to bitcoin 2014-06-01 19:58:24 +01:00
translation_process.md devtools: add a script to fetch and postprocess translations 2014-05-29 23:40:13 +01:00
unit-tests.md Completed replacement of Bitcoin with Dogecoin in core documentation. 2014-03-24 18:54:46 +00:00

Dogecoin 1.7.2 ALPHA

  • 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. If you would like the process to go faster you can download the blockchain directly

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.