dogecoin/doc
Wladimir J. van der Laan bd1bc7db09
Update build instructions for Berkeley DB
- People were having problems with the .so when installing in
  alternative locations.
  Like gitian, build a static library with -fPIC that can
  be embedded into the executables.

- Add some missing steps

- Add reminder that BerkeleyDB is only needed when wallet support is
  enabled

Conflicts:

	doc/build-unix.md
2014-05-29 22:25:33 +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 Typo fix: anonimized => anonymized + infromation => information 2014-02-05 21:34:44 +11: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 Added instructions for when wrong openssl detected after brew link 2014-05-26 20:14:41 +02:00
build-unix.md Update build instructions for Berkeley DB 2014-05-29 22:25:33 +01:00
coding.md Doxygen-compatible comments in coding style 2014-05-26 20:19:23 +02: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 Intermediate build hashes 2014-05-26 20:42:55 +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-notes.md release notes: command line option is spendzeroconfchange 2014-03-14 04:52:50 +01:00
release-process.md gitian: build against Qt 4.6 2014-05-29 22:11:14 +01:00
tor.md Replaced port number references with Dogecoin ports. 2014-03-24 19:01:31 +00:00
translation_process.md Update moved and dead links 2014-05-25 18:02:48 +02: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.