Pieter Wuille
be0e0703f2
Remove file and class order guidelines
10 years ago
Wladimir J. van der Laan
c8a25189bc
doc: release notes update for `rpcallowip` syntax change
10 years ago
Wladimir J. van der Laan
c313d6ecb9
doc: add headers first backwards compat warning
10 years ago
Wladimir J. van der Laan
8e9a665f55
doc: Add historical release notes for 0.9.3
10 years ago
Pieter Wuille
4b0e2d75d7
Squashed 'src/leveldb/' changes from 7924331..7d41e6f
...
7d41e6f Merge upstream LevelDB 1.18
803d692 Release 1.18
git-subtree-dir: src/leveldb
git-subtree-split: 7d41e6f89ff04ce9e6a742932924796f69c6e23d
10 years ago
Whit J
f60dc15c50
doc: add make install to build-osx.md and build-unix.md
10 years ago
JL2035
347a3a3eaa
Update build-unix.md
...
Debian also need libboost-all-dev installed.
10 years ago
Whit J
41020ebe86
Fix formatting in init.md
10 years ago
Wladimir J. van der Laan
28fb5f388d
doc: update gpg command line for SHA256SUMS.asc in release process
10 years ago
Saivann
0dcb0a5578
doc: Add instructions for consistent Mac OS X build names
10 years ago
Wladimir J. van der Laan
a38eaea082
doc: Update SHA256SUMS.asc step in release-process.md
...
- The Hash: header is prepended by gpg, and states the hashing used by
gpg, not what is used to hash the files
- Add more detailed steps
10 years ago
Janusz Lenar
346d5443f1
Fixed the broken `brew` shell command
10 years ago
Wladimir J. van der Laan
27fc5277f7
build: change cdrkit location in build-process.md
...
The cdrkit.org domain expired.
Thanks to gdm85 on IRC for reporting this.
10 years ago
Wladimir J. van der Laan
d547ebf56e
Remove mention of MacPorts from OSX build docs
10 years ago
Adam Weiss
234bfbf6a5
Add init scripts and docs for Upstart and OpenRC
10 years ago
himynameismartin
fb51e28227
Added XML syntax highlighting
10 years ago
Matt Corallo
550d4fa7a7
Remove DNS Seeds run by entities which were never well-established.
10 years ago
Cory Fields
425c7a8389
travis: add doc
10 years ago
Dominyk Tiller
df920c6d49
Build-osx: Force Fix.
...
Kills the "make" line as well.
10 years ago
Dominyk Tiller
5a61553a14
Build-osx: Force Fix.
...
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 ).
10 years ago
Rose Toomey
b1ed7c2938
Update build-osx.md
...
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!
10 years ago
elichai
de1f05143f
Added protobuf-compiler library to the Qt 5 Dependencies
10 years ago
Michael Ford
5d9f22b3cb
Remove link to now removed Windows Build Notes
...
Removed in
10 years ago
Wladimir J. van der Laan
bd45b1abd3
doc: Remove outdated information about boost versions
...
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.
10 years ago
ntrgn
8bfdc9acaa
qt: better looking trayicon
...
Github-Pull: #4678
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
10 years ago
Ben Holden-Crowther
b6884b8594
Added bullet point
...
To make it easier to add new requirements if necessary
10 years ago
Gregory Maxwell
0a0878d43a
doc: Add new DNSseed policy
10 years ago
Wladimir J. van der Laan
e1eb741e34
doc: Modernize steps to be followed after release
...
Remove old references to sourceforge, add what actually should be done
and provide some more details.
10 years ago
Aitor Pazos
0c3e101966
Added systemd .service file in order to help distributions integrate bitcoind.
10 years ago
Jeff Garzik
6b5ee2e092
Update openssl.org URL to include https://
...
Suggested by whitj00. Fixes #4595
10 years ago
Wladimir J. van der Laan
2920322871
Remove hopelessly outdated build-msw.md
...
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.
10 years ago
Pieter Wuille
2887bffcfd
Update coding style and add .clang-format
10 years ago
Wladimir J. van der Laan
59abcefc2e
doc: remove any mention of SOCKS4
...
SOCKS4 support was removed in 0127a9b
, as well as the `-socks=` option.
10 years ago
Wladimir J. van der Laan
680f7252f0
Revert "Add release notes entry"
...
This reverts commit 9fa53dd3bd
.
10 years ago
Wladimir J. van der Laan
ad26dc9c31
Revert "Formatting, spelling, comment fixes."
...
This reverts commit 7a19efe040
.
10 years ago
Gavin Andresen
b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction
...
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.
10 years ago
Michael Ford
3f7a61fc09
Update Gitian Build guide to include OSX
10 years ago
Michael Ford
9d5ad718cf
Fix formatting in release-process.md
10 years ago
Micha
462ad223d6
Clean up release-process.md after OS X gitian changes
...
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.
10 years ago
Cory Fields
b150b09edc
secp256k1: add libtool as a dependency
10 years ago
Drak
d618965eb8
Add note about PPA to build instructions
11 years ago
Michael Ford
92ddf2c0dd
Update OS X build instructions
...
Update OpenSSL version
Homebrew is now the preferred dependancy manager
11 years ago
Michael Ford
3f1ea918a8
doc: Add historical release notes for 0.9.2
...
Also includes 0.9.2.1
11 years ago
Tom Harding
7a19efe040
Formatting, spelling, comment fixes.
11 years ago
Tom Harding
9fa53dd3bd
Add release notes entry
11 years ago
Drak
e5f0247bb6
Simplify build instructions
11 years ago
Philip Kaufmann
86fe1b864b
update coding.md to reflect changes by pull
...
- also mention alphabetical include ordering
11 years ago
Drak
e9f2460c58
Add dependencies for Mac OSX gitian builds
11 years ago
Wladimir J. van der Laan
17db9767c4
doc: Remove unused section from release-process.md
...
It is outdated information. If we ever resurrect gitian-downloader it
can be brought back from history and updated.
11 years ago
Drak
040c2d3f57
Fix formatting
11 years ago