mruddy
83c0f7fea8
trivial: update 0.13.0 release note info on linux arm builds
8 years ago
Jorge Timón
b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
8 years ago
Pieter Wuille
0941f556b7
Update implemented bips for 0.13.1
8 years ago
poole_party
7c1716f65d
Documentation for Building on Windows with WSL
...
The new Windows Subsystem for Linux (WSL) allows a user to run a bash shell directly on Windows in an Ubuntu based environment. This can be used to cross-compile Bitcoin directly on Windows without the need for a separate Linux VM or Server. The instructions included in this commit explain how to configure the environment and build Bitcoin Core using this new feature.
8 years ago
Steven
aa9d3c9a50
add software-properties-common
...
This allows using `add-apt-repository`.
8 years ago
Wladimir J. van der Laan
3f92bc9e83
doc: Add build instructions for FreeBSD
8 years ago
fanquake
ef28d8a899
[Doc] Update bips.md for Segregated Witness
8 years ago
fanquake
f2e939bdbc
[Doc] Update Doxygen configuration file
8 years ago
MarcoFalke
eeeebdd3cb
[doc] Rework docs
...
* Minor formatting such as adjusting links
* Move sections of `doc/multiwallet-qt.md` to the source code and delete
the file, as it is outdated
* Fix typo in the release notes
* Amend release process to mention update of BLOCK_CHAIN_SIZE
8 years ago
Lauda
203e2ddad8
Mention Gitian building script in doc.
8 years ago
Johnson Lau
2fa0063c26
Add NULLDUMMY verify flag in bitcoinconsensus.h
8 years ago
Wladimir J. van der Laan
ac01ff22be
doc: Add privacy recommendation when running hidden service
8 years ago
fanquake
b1948723c9
Remove old manpages from contrib/debian
8 years ago
Amir Abrams
3f58a283ee
[Doc] Add missing autogen to example builds
8 years ago
Luke Dashjr
6f933c6bb6
Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be updated
...
Section was renamed in c907f4d56b
8 years ago
unsystemizer
04d91f4a8c
Trivial: Fix ISO URL, capitalization
...
- Changed Debian 8.5.0 ISO CD ROM URL by redirecting from current (which now has only 8.6.0) to a persistent archive link which should not change anytime soon.
- Added a link to official Debian checksum verification procedure (which is more verbose and also acts as a backup source of SHA256sum's)
- Fix capitalization (iso)
8 years ago
Marty Jones
12a721b45e
Trivial: Fix typo
8 years ago
Michael Ford
b16a7f609f
[Doc] Target protobuf 2.6 in OS X build notes.
...
Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead.
8 years ago
Anders Øyvind Urke-Sætre
dad932c241
Minor change in section name
...
Changed 'build' to 'create', as the section name have changed in newer versions of release-process.md
8 years ago
Jonas Schnelli
1b6bcdd3aa
Remove maxuploadtargets recommended minimum
8 years ago
Gaurav Rana
df2d2e70ca
update name of file bitcoin.qrc
8 years ago
nomnombtc
09546ca0c9
regenerated all manpages with commit tag stripped, also add bitcoin-tx
8 years ago
Pieter Wuille
854f1af22e
Make the dummy argument to getaddednodeinfo optional
8 years ago
djpnewton
f012a857f5
rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
8 years ago
MarcoFalke
fae6bb85cf
[doc] build: Mention curl
8 years ago
Luke Dashjr
b729fcdb84
Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit
8 years ago
Wladimir J. van der Laan
6275123ce9
doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9
...
- Python 3 now supported.
- Bump boost version to 1.61 - one boost patch no longer needed.
- All checked with OpenBSD 5.9, except for the clang part, I left this
as-is for someone adventurous.
- Mention overriding resource limits, OpenBSD's default ulimit does not
suffice for building Bitcoin Core with gcc 4.9.3.
8 years ago
nomnombtc
00dba72cc3
add doc/man/Makefile.am to include manpages
8 years ago
nomnombtc
eb5643b7c7
add autogenerated manpages by help2man
8 years ago
fanquake
c25083bcef
[trivial][doc] Mention gpg --refresh-keys in release-process.md
8 years ago
fanquake
ab53207b9c
[trivial][doc] Mention ++i as preferred to i++ in dev notes
8 years ago
MarcoFalke
fab5ecb771
[wallet] rpc: Drop misleading option
8 years ago
djpnewton
c91103573b
Add default port numbers to REST doc
8 years ago
Wladimir J. van der Laan
9358893518
doc: Add historical release notes for 0.12.1 0.13.0
8 years ago
Justin Camarena
e11f9a2f02
[doc] typos, READMEs, comments
...
Just a quick run through some docs and fixing some text errors.
8 years ago
fanquake
7fdbce9de4
[doc] Increase recommended memory in gitian build guide
8 years ago
Wladimir J. van der Laan
5e3557b8e3
doc: Clean out release notes
...
Now that 0.13 has branched, release notes for 0.13 should be maintained
there, and the release notes file on master is for 0.14 release
notes.
8 years ago
Wladimir J. van der Laan
6c0336c772
build: bump version to 0.13.99
...
Now that 0.13 branch has been split off, master is 0.13.99 (pre-0.14).
8 years ago
MarcoFalke
faa59318db
[doc] gbuild: Set memory explicitly (default is too low)
8 years ago
Krzysztof Jurewicz
d6dc1bc49b
Fix 0.12 release notes on block relaying
...
The previous information about block relaying in pruned mode suggested
that blocks are relayed only to nodes that support BIP 130, which is not
true.
8 years ago
Wladimir J. van der Laan
efd1d8339a
doc: Mention dbcache increase in release notes
8 years ago
fanquake
ab0c35a290
[Doc] Update bips.md for CSV softfork.
8 years ago
BtcDrak
14d01309be
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
8 years ago
Wladimir J. van der Laan
b0be3a0186
doc: Mention Windows XP end of support in release notes
...
Closes #7681 .
8 years ago
Wladimir J. van der Laan
05f64c9940
doc: Mention Linux ARM builds in release notes
8 years ago
Wladimir J. van der Laan
b7bf037121
doc: Mention ARM executables in release process
...
Mention ARM executables in the release process documentation
(these were introduced in #8188 ).
As well as that Linux tarballs have changed name to contain an
architecture tuple, instead of `linux32`/`linux64`.
Also mention that `-debug` files should not be uploaded (these were
introduced in #8167 ).
8 years ago
fanquake
e5a680dc6a
[Doc] Update OS X build notes for 10.11 SDK
8 years ago
Matt Corallo
678ee9793f
Add BIP 152 to implemented BIPs list
8 years ago
Nathaniel Mahieu
9e3ec74fac
Clarify documentation for running a tor node
...
Previous wording suggested that no additional setup was required for a
tor hidden service to be created.
9 years ago
fanquake
b0938a0020
[trivial][doc] Use Debian 8.5 in the gitian-build guide
9 years ago