aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-09-09Add init scripts and docs for Upstart and OpenRCAdam Weiss
2014-09-04Added XML syntax highlightinghimynameismartin
2014-09-03Remove DNS Seeds run by entities which were never well-established.Matt Corallo
2014-08-26Merge pull request #4749Wladimir J. van der Laan
425c7a8 travis: add doc (Cory Fields) 9380d01 travis: initial descriptor (Cory Fields) 386efb7 build: work around ccache/autotools warning-spamming bug (Cory Fields)
2014-08-25travis: add docCory Fields
2014-08-23Build-osx: Force Fix.Dominyk Tiller
Kills the "make" line as well.
2014-08-23Build-osx: Force Fix.Dominyk Tiller
Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840).
2014-08-22Merge pull request #4736Wladimir J. van der Laan
5d9f22b Remove link to now removed Windows Build Notes (Michael Ford)
2014-08-21Merge pull request #4740Wladimir J. van der Laan
b1ed7c2 Update build-osx.md (Rose Toomey)
2014-08-21Merge pull request #4739Wladimir J. van der Laan
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
2014-08-20Update build-osx.mdRose Toomey
The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation!
2014-08-20Added protobuf-compiler library to the Qt 5 Dependencieselichai
2014-08-20Remove link to now removed Windows Build NotesMichael Ford
Removed in
2014-08-18doc: Remove outdated information about boost versionsWladimir J. van der Laan
Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
2014-08-12qt: better looking trayiconntrgn
Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-08-07Added bullet pointBen Holden-Crowther
To make it easier to add new requirements if necessary
2014-08-06Merge pull request #4498Wladimir J. van der Laan
2887bff Update coding style and add .clang-format (Pieter Wuille)
2014-08-05Merge pull request #4626Wladimir J. van der Laan
e1eb741 doc: Modernize steps to be followed after release (Wladimir J. van der Laan)
2014-08-04doc: Add new DNSseed policyGregory Maxwell
2014-08-04doc: Modernize steps to be followed after releaseWladimir J. van der Laan
Remove old references to sourceforge, add what actually should be done and provide some more details.
2014-07-30Merge pull request #4577Wladimir J. van der Laan
0c3e101 Added systemd .service file in order to help distributions integrate bitcoind. (Aitor Pazos)
2014-07-29Added systemd .service file in order to help distributions integrate bitcoind.Aitor Pazos
2014-07-29Update openssl.org URL to include https://Jeff Garzik
Suggested by whitj00. Fixes #4595
2014-07-29Remove hopelessly outdated build-msw.mdWladimir J. van der Laan
Anyone building bitcoind/-qt on windows is welcome to contribute a new one. The current information in this document is outdated, or otherwise mostly worthless.
2014-07-28Update coding style and add .clang-formatPieter Wuille
2014-07-24doc: remove any mention of SOCKS4Wladimir J. van der Laan
SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option.
2014-07-21Revert "Add release notes entry"Wladimir J. van der Laan
This reverts commit 9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b.
2014-07-21Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan
This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901.
2014-07-03Use fee/priority estimates in wallet CreateTransactionGavin Andresen
The wallet now uses the mempool fee estimator with a new command-line option: -txconfirmtarget (default: 1) instead of using hard-coded fees or priorities. A new bitcoind that hasn't seen enough transactions to estimate will fall back to the old hard-coded minimum priority or transaction fee. -paytxfee option overrides -txconfirmtarget. Relaying and mining code isn't changed. For Qt, the coin control dialog now uses priority estimates to label transaction priority (instead of hard-coded constants); unspent outputs were consistently labeled with a much higher priority than is justified by the free transactions actually being accepted into blocks. I did not implement any GUI for setting -txconfirmtarget; I would suggest getting rid of the "Pay transaction fee" GUI and replace it with either "target number of confirmations" or maybe a "faster confirmation <--> lower fee" slider or select box.
2014-07-03Merge pull request #4455Wladimir J. van der Laan
3f7a61f Update Gitian Build guide to include OSX (Michael Ford)
2014-07-02Update Gitian Build guide to include OSXMichael Ford
2014-07-02Fix formatting in release-process.mdMichael Ford
2014-07-02Merge pull request #4312Wladimir J. van der Laan
fda3fed libsecp256k1 integration (Pieter Wuille) 5566826 secp256k1: Add build-side changes for libsecp256k1 (Cory Fields) b150b09 secp256k1: add libtool as a dependency (Cory Fields)
2014-07-02Merge pull request #4449Wladimir J. van der Laan
462ad22 Clean up release-process.md after OS X gitian changes (Micha)
2014-07-01Clean up release-process.md after OS X gitian changesMicha
This is PR #4271, but with the changes to the descriptors, both the names of the files and the names of the intermediate build artifact archives, removed. This also closes #3775 if it goes in, because it covers the changes in that PR.
2014-07-01secp256k1: add libtool as a dependencyCory Fields
2014-06-30Merge pull request #3883 from dgenr8/first_double_spendGavin Andresen
Relay and alert user to double spends
2014-06-28Merge pull request #4398Wladimir J. van der Laan
86fe1b8 update coding.md to reflect changes by pull (Philip Kaufmann) e10dcf2 ensure clean and consistent "namespace" usage (Philip Kaufmann)
2014-06-28Merge pull request #4418Wladimir J. van der Laan
d618965 Add note about PPA to build instructions (Drak) e5f0247 Simplify build instructions (Drak)
2014-06-28Add note about PPA to build instructionsDrak
2014-06-28Update OS X build instructionsMichael Ford
Update OpenSSL version Homebrew is now the preferred dependancy manager
2014-06-28doc: Add historical release notes for 0.9.2Michael Ford
Also includes 0.9.2.1
2014-06-27Formatting, spelling, comment fixes.Tom Harding
2014-06-27Add release notes entryTom Harding
2014-06-26Simplify build instructionsDrak
2014-06-26update coding.md to reflect changes by pullPhilip Kaufmann
- also mention alphabetical include ordering
2014-06-24Add dependencies for Mac OSX gitian buildsDrak
2014-06-23doc: Remove unused section from release-process.mdWladimir J. van der Laan
It is outdated information. If we ever resurrect gitian-downloader it can be brought back from history and updated.
2014-06-21Fix formattingDrak
2014-06-08Update translation_process.mdsandakersmann
Qt changed to Bitcoin Core