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
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
Rose Toomey
b1ed7c2938
Update build-osx.md
...
The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation!
10 years ago
elichai
de1f05143f
Added protobuf-compiler library to the Qt 5 Dependencies
10 years ago
Michael Ford
5d9f22b3cb
Remove link to now removed Windows Build Notes
...
Removed in
10 years ago
Wladimir J. van der Laan
bd45b1abd3
doc: Remove outdated information about boost versions
...
Bitcoin core should work with any remotely recent boost version
if a proper build environment is present. Remove a confusing comment
from the build documentation.
10 years ago
ntrgn
8bfdc9acaa
qt: better looking trayicon
...
Github-Pull: #4678
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
10 years ago