Jason Lewicki
468aa3bf0a
Re-wrote a passage of text that was difficult to understand.
10 years ago
paveljanik
abcec3082e
Update REST URL to match reality
10 years ago
Michael Ford
9bdd03fb40
Point to the Debian 7.8 installer
...
Link to 7.7 is broken.
10 years ago
sandakersmann
fa535f9a5b
Remove folder and images for bootstrap.md
10 years ago
David A. Harding
2dc679d22f
Docs: Use new Bitcoin.org download URLs
10 years ago
Wladimir J. van der Laan
15facb4aca
doc: add historical release notes for 0.10.0
10 years ago
joshr
723664b5db
startup script for centos, with documentation.
10 years ago
Pieter Wuille
b63ae56269
Add list of implemented BIPs
10 years ago
Wladimir J. van der Laan
a77021a763
doc: Add note-to-self about SHA256SUMS to release-process.md
10 years ago
Jonathan Brown
f9a8fc4b1a
Fix filename for testing QT.
10 years ago
bikinibabe
ee932025c1
Changed pronouns for correctness and inclusivity
10 years ago
UdjinM6
1fa89a54e8
fix _code_ snippet in gitian-building.md
...
Trivial typo-like fix
10 years ago
Pavel Janík
3800135ad3
Fix typo
10 years ago
Michael Ford
bfc29dcdc5
Improve gitian build guide
...
Point to the Debian 7.7 installer
Fix wording now that we only use a single image
Remove bitcoin checkout steps, they are covered in release-process
10 years ago
Michael Ford
86731603d4
Remove bootstrap.md
...
See #5455
10 years ago
Cory Fields
f0172bf91e
osx: bump build sdk to 10.9
10 years ago
Michael Ford
06b24240cd
Update OS X build instructions to use Qt 5
10 years ago
Luke Dashjr
7eeeac0ff5
Remove dead BitcoinUnits::id code and update assets-attribution for non-image unit selector
10 years ago
Wladimir J. van der Laan
e6df2bb48f
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.
10 years ago
Cory Fields
0d50c2fd81
dmg: fix deterministic dmg creation and docs
10 years ago
Jonas Schnelli
2c0f901ea9
[REST] rest/chaininfos add documentation
10 years ago
Julian Yap
244fdc7bee
Fix typo
10 years ago
Jonas Schnelli
1f670846f7
[Docs] clean up assets-attributen.md
...
- Make sure it represents the current state
10 years ago
Cory Fields
dd14a0e799
docs: update gitian building docs
10 years ago
Michael Ford
3bf5f52808
Create developer-notes.md
...
Moves coding guidelines and development tips/tricks into a single file.
Also adds a section explaining pull request terminology.
10 years ago
Michael Ford
e85855fa55
Drop beta suffixes from readmes
10 years ago
Jonas Schnelli
54f2571a00
Qt: HiDPI (retina) support for splash screen
...
- remove splash screen images (reduce binary size)
- dynamicly draw splash screen with available icon.
- remove testnet icon
- dynamicly colorize testnet icon
10 years ago
Michael Ford
78253fcbad
Remove references to X11 licence
10 years ago
Cory Fields
e27d7cb248
docs: release process fixups
...
Add instructions for manually fetching sources, as well as some misc. fixes.
10 years ago
Wladimir J. van der Laan
d7492304e9
Now that 0.10 has been branched, master is 0.10.99
10 years ago
Jonas Schnelli
cae548685d
[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation
10 years ago
Blake Jakopovic
88eb44d30f
Revised translation process doc
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
Jonas Schnelli
31aac02446
Qt: new icons
...
- flat and b/w icons seems to be the new trend
- support for HiDPI/retina
- change icon sizes
- fix assets-attribution.md
- removed unused icons
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