MarcoFalke
fa616c2fed
[doc] Update release-process.md
9 years ago
Luke Dashjr
42407ed43a
build-unix: Update UniValue build conditions
9 years ago
fanquake
666a0f835a
Use Debian 8.3 in gitian build guide
...
Add instructions to clone the gitian.sigs repo
9 years ago
Nathaniel Mahieu
befeb55418
Add example for displaying additional configure flags
9 years ago
Jarret Dyrbye
f9298cc60e
doc: add example for building with constrained resources
...
discussed in github issue #6658
9 years ago
Paul Rabahy
c6325cf2f9
Minor improvements to the release process
...
Instruct people to "git fetch" so that if this is their 2nd+ gitian build they will have a fresh bitcoin repo.
Instruct people to add all the known pgp keys to their keyring so that gverify will print more useful info.
9 years ago
Wladimir J. van der Laan
3b468a0e60
gitian: Need `ca-certificates` and `python` for LXC builds
9 years ago
Wladimir J. van der Laan
99fda26de0
doc: Make networking work inside builder in gitian-building.md
...
These are changes I needed to get gitian building to work with Debian
8.2, which is the version we tell to use.
- Set up NAT, so that container can access network beyond host
- Remove explicit cgroup setup - these are mounted automatically now
9 years ago
Luke Dashjr
5d3b29bc00
doc: Add UniValue to build instructions
9 years ago
Luke Dashjr
d570a1f41b
doc/bips: Document BIP 125 support
9 years ago
Luke Dashjr
63bcdc5227
More complicated package name substitution for Mac deployment
9 years ago
mb300sd
37d271d7cc
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
9 years ago
Wladimir J. van der Laan
c12ff995f7
Now that 0.12 has been branched, master is 0.12.99
...
... in preparation for 0.13
9 years ago
paveljanik
8a03727d9c
Fix various typos
9 years ago
Wladimir J. van der Laan
93236c0455
qt: Final translation update before 0.12 fork
...
- Add new translations (finally, after a long time)
- update-translation script was not considering new translations - oops
- fixed this, also remove (nearly) empty translations
- Update translation process, it was still describing the old repository
structure
9 years ago
Matt Bogosian
b440409025
Add missing automake package to deb-based UNIX install instructions.
9 years ago
MarcoFalke
fad3035e8d
[doc] Minor markdown fixes
9 years ago
Pieter Wuille
9ac63d6d30
Keep track of explicit wallet conflicts instead of using mempool
9 years ago
Pieter Wuille
49fb8e89b7
Documentation updates for BIP 130
9 years ago
Peter Todd
cde857f2d9
Connect to Tor hidden services by default
...
Adds 127.0.0.1:9050 for the .onion proxy if we can succesfully connect
to the control port.
Natural followup to creating hidden services automatically.
9 years ago
Michael Ford
b171c69c60
[doc] Update OS X build notes for new qt5 configure
...
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed.
[skip-ci]
9 years ago
Wladimir J. van der Laan
2cecb24600
doc: change suite to trusty in gitian-building.md
9 years ago
fanquake
c5f211bbd0
[doc][trivial] Remove miniupnpc build notes build-unix
9 years ago
Michael Ford
bd42e6b6ec
[doc] Users now see 'Bitcoin Core' in the OSX bundle
...
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
9 years ago
Pieter Wuille
6e18268616
Switch to libsecp256k1-based validation for ECDSA
9 years ago
Jonas Schnelli
e495ed5f08
add documentation for exluding whitelistes peer from maxuploadtarget
9 years ago
Jonas Schnelli
5760749ed8
[docs] rename reducetraffic.md to reduce-traffic.md
9 years ago
Wladimir J. van der Laan
b8c06ef409
doc: Add non-style-related development guidelines
...
I've collected these over time, mostly adding notes after
troubleshooting obscure bugs. As I hope to get the community more
involved in the whole process, I think it is useful to add to the
developer-notes.
9 years ago
MarcoFalke
9c3ee3bf77
[doc] Add -maxuploadtarget release notes
9 years ago
Wladimir J. van der Laan
58ef0ffa9e
doc: update docs for Tor listening
...
- add new data directory files for 0.12 to doc/files.md
- mention torcontrol in doc/tor.md
9 years ago
Wladimir J. van der Laan
68ccdc4696
doc: Mention Tor listening in release notes
9 years ago
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