fanquake
42bae94e34
[doc] Improve lanaguge in reducetraffic.md
9 years ago
MarcoFalke
0817bf7094
[doc] Fix FIXME for libblkmaker in release-notes.md
9 years ago
Jonas Schnelli
6a776faff9
[doc] add documentation how to reduce traffic
9 years ago
Michael
779139549d
[gitian] Use vm-builder_0.12.4+bzr494 on Debian
9 years ago
Wladimir J. van der Laan
7085728786
doc: there is no libboost-base-dev, add missing sudo
...
- There is no libboost-base-dev, no idea how I ended up with this
- Without that, installing separate boost packages works fine on both
Ubuntu 14.04 and Debian 7 (tested on VMs), this did not use to be
the case, AFAIK.
- Add a missing 'sudo' for consistency
- Need `bsdmainutils` for `hexdump` (for the tests)
9 years ago
MarcoFalke
e167af2acd
[doc] Remove excessive white space
9 years ago
Wladimir J. van der Laan
dbacc69b4f
build: If both Qt4 and Qt5 are installed, use Qt5
...
If both Qt4 and Qt5 development headers are installed, use Qt5. Building
against Qt5 should be encouraged as that is where active development
happens.
9 years ago
Wladimir J. van der Laan
35bb381435
build: Improve build instructions
...
- Add package instructions for Ubuntu 15.10
- Clarify BerkeleyDB/wallet situation for unix
- Add basic build instructions for Windows (closes #1401 )
9 years ago
MarcoFalke
040c0ea093
Init: Cleanup error and warning strings
...
Also update doc/translation_strings_policy.md
9 years ago
Wladimir J. van der Laan
ceb2a9c3e1
doc: mention BIP65 softfork in bips.md
9 years ago
Kevin Cooper
e04b0b6b83
added OS X documentation to doc/init.md
9 years ago
Peter Todd
c939792baa
Add BIP65 CHECKLOCKTIMEVERIFY to release notes
9 years ago
Wladimir J. van der Laan
dca7bd3152
doc: Add developer notes about gitignore
...
- Add developer notes about `.gitignore.`
- Remove qt creator specific files from gitignore, to be consistent.
9 years ago
Thomas Kerin
d2e3fbc620
Mention PHP bindings to libbitcoinconsensus
9 years ago
Mitchell Cash
99963b938f
Correct spelling mistakes in doc folder
...
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
9 years ago
Micha
d57586f91c
Add historical release notes for October 2015 bugfix releases
...
[skip ci]
9 years ago
Michael
a0d5e0d2f4
[doc] Cleanup release-process documentation
9 years ago
Johnathan Corgan
7d325b9de7
zmq: point API link to 4.0 as that is what we are conforming to [Trivial]
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
MarcoFalke
60a8b70585
[doc] trivial: developer-notes.md covers more than just coding standards
9 years ago
Johnathan Corgan
9f5c641a40
zmq: update docs to reflect feature is compiled in automatically if possible
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
Peter Todd
9204930101
Document pull-req #6424 in release-notes
...
Mention now allowed sequence of pushdatas in OP_RETURN outputs in
release notes.
9 years ago
Wladimir J. van der Laan
a3874c7c3a
doc: no longer require use of openssl in OpenBSD build guide
9 years ago
Wladimir J. van der Laan
5424d416c2
doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev
...
Split off Bitcoin Core project development discussion from the general
Bitcoin development channel.
9 years ago
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
unsystemizer
551d7edb1b
doc: Fix dead link in gitian-building
...
- Link to Debian 8.1 netinstall ISO is dead, changed to valid 8.2
- Changed checksum to 8.2 netinstall ISO checksum (http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/SHA256SUMS )
- Verified CD checksum, checksum file's signing key
9 years ago
Wladimir J. van der Laan
9639eadd93
doc: Add build guide for OpenBSD 5.7
...
Add a specific build guide for OpenBSD. This is slightly different than
building for Linux due to different dependencies, and a compiler issue.
9 years ago
BtcDrak
06d92d71a2
Add CONTRIBUTING.md
9 years ago
dexX7
da47fe0166
Add java-libbitcoinconsensus as example to documentation
...
java-libbitcoinconsensus is a wrapper around libbitcoinconsensus, which
uses JNA to demonstrate a potential integration in Java.
9 years ago
Pieter Wuille
391dff16fe
Do not store Merkle branches in the wallet.
...
Assume that when a wallet transaction has a valid block hash and transaction position
in it, the transaction is actually there. We're already trusting wallet data in a
much more fundamental way anyway.
To prevent backward compatibility issues, a new record is used for storing the
block locator in the wallet. Old wallets will see a wallet file synchronized up
to the genesis block, and rescan automatically.
9 years ago
MarcoFalke
a09db7c19a
[trivial] Minor format fixes
9 years ago
Diego Viola
99ee4a656b
Fix spelling of Qt
9 years ago
MarcoFalke
2eb3183ca4
[doc] Merge doc/assets-attribution.md into contrib/debian/copyright
...
Even though the SVG source files are never used in the QT client,
their authors are mentioned in contrib/debian/copyright due to
simplicity.
9 years ago
Midnight Magic
c73a8ea271
Clarifying offline build process using gbuild --url and noting it is not
...
done automatically.
At some point along the line, fully offline builds were no longer happening
when strictly following the release-process.md instructions.
We should ensure that users who might want to torify or build offline need
to take extra steps to remain offline.
Also, corrections to build process: including gverify examples for new builders.
9 years ago
Jeff Garzik
e6a14b64d6
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
...
Continues Johnathan Corgan's work.
Publishing multipart messages
Bugfix: Add missing zmq header includes
Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
9 years ago
Irving Ruan
5d7a16d073
Fixes typo in build-osx.md.
9 years ago
Wladimir J. van der Laan
0574ede595
doc: update release-notes and bips.md for BIP111
9 years ago
Jonas Schnelli
a1df1e870b
[docs] add libevent dependency to build-osx.md
9 years ago
MarcoFalke
238851bf64
[doc] [tor] Clarify when to use bind
...
c.f. #6585
9 years ago
Jonas Schnelli
d6a92dd0ea
[release notes] mention apache reverse proxy to re-enable SSL
9 years ago
Wladimir J. van der Laan
1e700c9b60
doc: update deps in build-unix.md after libevent
...
Add libevent, change usage of libssl from "secure communication" to
"crypto" that's more accurate after RPC SSL support removed.
9 years ago
MarcoFalke
88f856a9e7
[doc] Clarify authors in assets-attribution.md
9 years ago
Wladimir J. van der Laan
57d85d9bee
doc: mention SSL support dropped for RPC in release notes
9 years ago
fanquake
f4b9132d0c
Update gitian build guide for Debian 8.1
...
Signed-off-by: fanquake <fanquake@gmail.com>
9 years ago
Altoidnerd
5b85126863
Update build-unix.md
...
If a user hasn't ready run autogen.sh, configure doesn't yet exist. Do the instructions seem to presume you have already built bitcoin? I don't think they do.
Would stifle beginners.
Update build-unix.md
9 years ago
Pavel Janík
70180b2e57
Implement REST mempool API, add test and documentation.
9 years ago
fanquake
183b8fbeb0
Add missing files to files.md
...
typo
9 years ago
fanquake
8778471dce
Update init doc to mention cookie authentication
9 years ago
Casey Rodarmor
75a8803901
Add v0.11.0 release notes
9 years ago
Marco
df9c2ee1c9
[Qt] replace wifi icon with network symbol
9 years ago
unsystemizer
fc25a8748e
Add note on relative paths, improve formatting
...
Added "conf, pid, and wallet accept relative paths which are interpreted as relative to the data directory. wallet only supports relative paths."
9 years ago