Peter Todd
4a3d3e20c0
Fix typo in release notes
10 years ago
Cory Fields
221a38024a
dmg: fix deterministic dmg creation and docs
...
Rebased-From: 0d50c2fd81
Github-Pull: #5569
10 years ago
Jacob Welsh
c2029018cc
Release notes: fix REST URIs and wrap line
...
Rebased-From: e64e084e95ca85b038c7f65ad0824d14d03bc044
Github-Pull: #5581
10 years ago
Wladimir J. van der Laan
8061d67aeb
Remove redundant copyright notices from README files
...
The normative place for these for the entire project is COPYING,
and the main README already has a MIT license section.
Rebased-From: e6df2bb48f
10 years ago
Luke Dashjr
d1bcef4391
release-notes: updates
...
- Avoid ambiguous language regarding when transactions confirm
- Elaborate on downgrading warning
- Other minor language improvements
- Clarify watch-only behaviour
Github-Pull: #5534
10 years ago
Wladimir J. van der Laan
968f13cae3
mention leveldb 1.18 ARM/x86 db interop
10 years ago
Pieter Wuille
591c5692f8
Release notes: formatting, headers-first, rest
10 years ago
Jeff Garzik
4e0bfa5814
doc: add bitcoin-tx section to release notes
10 years ago
Peter Todd
2bb0ca9b55
doc: mention P2SH IsStandard relaxation in release notes
10 years ago
Wladimir J. van der Laan
a2300499b7
doc: mention consensus library in release notes
10 years ago
Pieter Wuille
343492795a
doc: add section about watch-only addresses to release notes
10 years ago
Wladimir J. van der Laan
3aa3c710ac
Preliminary release notes for 0.10
10 years ago
Cory Fields
c888111a3f
docs: update gitian building docs
...
Github-Pull: #5512
Rebased-From: dd14a0e799
10 years ago
Wladimir J. van der Laan
c3c635b316
version 0.9.99 -> 0.10.0
...
Bump version but keep CLIENT_VERSION_IS_RELEASE at false as this is not
a release yet.
10 years ago
Cory Fields
0133e4fb48
depends: Gitian 0.10 fixes
...
Github-Pull: #5465
Rebased-From: 422f873ef3
d546191dc2
d7db4b6317
e27d7cb248
10 years ago
Jonas Schnelli
cae548685d
[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation
10 years ago
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
10 years ago
LongShao007
be7b0bff5a
Package libqt5core5 replaced with libqt5core5a
...
libqt5core5 installs failed.
Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian.
The website is:
http://packages.ubuntu.com/trusty/libqt5core5a
https://packages.debian.org/sid/libqt5core5a
10 years ago
Gregory Maxwell
5fdbe67ad9
Add 0.10 release notes on improvement to signing security.
...
I dropped mention of libgmp that I had in my first draft because
it looks like we'll be able to get that out prior to release.
10 years ago
Jonas Schnelli
199627c94c
[REST] adding basic documentation
10 years ago
Cory Fields
7a9cf80b19
docs: add/update docs for osx dmg signing
10 years ago
Cory Fields
dfef929bf7
release: update docs to reflect new layout
...
- Split linux32/linux64 releases
- Split win32/win64 zips
- Post-processing should no longer be required. The deterministic outputs are
ready for consumption.
10 years ago
Pavel Vasin
be4ac91aef
docs: ThreadGetMyExternalIP has been removed
...
It was removed in https://github.com/bitcoin/bitcoin/pull/5161
10 years ago
Cory Fields
4bbbdf3244
gitian: quick docs update
10 years ago
Wladimir J. van der Laan
b5d1b10929
doc: add libgmp dependency for secp256k1
...
Also reorganize the document a bit.
10 years ago
Gavin Andresen
8c41853380
gmp needed to build on OSX
10 years ago
Jonas Schnelli
409e9ef04c
[OSX, docs] update some release build informations
...
- switching release builds to 10.7
- release binary looks like 64bit only
- tested up to 10.10
- gitian builder builds against 10.7. The docs should be consistant.
- remove 32bit text because nowadays it's obvious to support 64bit only on OSX.
10 years ago
Jonas Schnelli
6c8c704bb4
[docs] Add mini-"howto" using Qt Creator (osx)
10 years ago
sandakersmann
369be584f9
doc: Correct several typos in bootstrap.md
...
- Also remove references to the blockchain size
10 years ago
Daniel Kraft
af82884ab7
Add "warmup mode" for RPC server.
...
Start the RPC server before doing all the (expensive) startup
initialisations like loading the block index. Until the node is ready,
return all calls immediately with a new error signalling "in warmup"
with an appropriate status message (similar to the init message).
This is useful for RPC clients to know that the server is there (e. g.,
they don't have to start it) but not yet available. It is used in
Namecoin and Huntercoin already for some time, and there exists a UI
hooked onto the RPC interface that actively uses this to its advantage.
10 years ago
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