2015-10-05 12:20:43 -07:00
|
|
|
Bitcoin Core integration/staging tree
|
2013-12-17 02:50:26 -08:00
|
|
|
=====================================
|
2012-12-12 18:27:58 -08:00
|
|
|
|
2014-08-26 02:10:52 -07:00
|
|
|
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
|
|
|
|
|
2016-01-14 23:45:39 -08:00
|
|
|
https://bitcoincore.org
|
2012-12-12 18:27:58 -08:00
|
|
|
|
|
|
|
What is Bitcoin?
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Bitcoin is an experimental new digital currency that enables instant payments to
|
|
|
|
anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
|
|
|
|
with no central authority: managing transactions and issuing money are carried
|
2013-12-16 23:47:30 -08:00
|
|
|
out collectively by the network. Bitcoin Core is the name of open source
|
2012-12-12 18:27:58 -08:00
|
|
|
software which enables the use of this currency.
|
|
|
|
|
|
|
|
For more information, as well as an immediately useable, binary version of
|
2016-02-27 06:15:38 -08:00
|
|
|
the Bitcoin Core software, see https://bitcoin.org/en/download, or read the
|
2016-02-01 00:55:08 -08:00
|
|
|
[original whitepaper](https://bitcoincore.org/bitcoin.pdf).
|
2012-12-12 18:27:58 -08:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2013-12-16 23:47:30 -08:00
|
|
|
Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
|
2015-12-10 09:45:23 -08:00
|
|
|
information or see https://opensource.org/licenses/MIT.
|
2010-09-23 11:06:50 -07:00
|
|
|
|
2015-09-24 06:28:07 -07:00
|
|
|
Development Process
|
2012-12-12 18:27:58 -08:00
|
|
|
-------------------
|
2010-09-23 11:06:50 -07:00
|
|
|
|
2012-12-12 18:27:58 -08:00
|
|
|
The `master` branch is regularly built and tested, but is not guaranteed to be
|
|
|
|
completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created
|
2015-10-05 12:20:43 -07:00
|
|
|
regularly to indicate new official, stable release versions of Bitcoin Core.
|
2010-12-19 07:39:36 -08:00
|
|
|
|
2015-09-24 06:28:07 -07:00
|
|
|
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
|
|
|
|
|
|
The developer [mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
|
|
|
|
should be used to discuss complicated or controversial changes before working
|
|
|
|
on a patch set.
|
|
|
|
|
2015-09-30 05:37:40 -07:00
|
|
|
Developer IRC can be found on Freenode at #bitcoin-core-dev.
|
2015-09-24 06:28:07 -07:00
|
|
|
|
2013-01-09 12:55:47 -08:00
|
|
|
Testing
|
2012-12-12 18:27:58 -08:00
|
|
|
-------
|
|
|
|
|
|
|
|
Testing and code review is the bottleneck for development; we get more pull
|
2014-05-23 00:49:01 -07:00
|
|
|
requests than we can review and test on short notice. Please be patient and help out by testing
|
|
|
|
other people's pull requests, and remember this is a security-critical project where any mistake might cost people
|
2012-12-12 18:27:58 -08:00
|
|
|
lots of money.
|
|
|
|
|
|
|
|
### Automated Testing
|
2011-09-26 19:22:19 -07:00
|
|
|
|
2015-11-23 12:11:53 -08:00
|
|
|
Developers are strongly encouraged to write [unit tests](/doc/unit-tests.md) for new code, and to
|
2015-11-17 15:26:07 -08:00
|
|
|
submit new unit tests for old code. Unit tests can be compiled and run
|
|
|
|
(assuming they weren't disabled in configure) with: `make check`
|
2013-01-09 12:55:47 -08:00
|
|
|
|
2015-11-17 15:26:07 -08:00
|
|
|
There are also [regression and integration tests](/qa) of the RPC interface, written
|
2015-06-30 06:40:44 -07:00
|
|
|
in Python, that are run automatically on the build server.
|
2016-03-10 03:12:40 -08:00
|
|
|
These tests can be run (if the [test dependencies](/qa) are installed) with: `qa/pull-tester/rpc-tests.py`
|
2015-06-30 06:40:44 -07:00
|
|
|
|
2016-05-09 05:00:28 -07:00
|
|
|
The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.
|
2013-01-09 12:55:47 -08:00
|
|
|
|
2012-12-12 18:27:58 -08:00
|
|
|
### Manual Quality Assurance (QA) Testing
|
2013-01-09 12:55:47 -08:00
|
|
|
|
2015-11-12 04:07:34 -08:00
|
|
|
Changes should be tested by somebody other than the developer who wrote the
|
|
|
|
code. This is especially important for large or high-risk changes. It is useful
|
|
|
|
to add a test plan to the pull request description if testing the changes is
|
|
|
|
not straightforward.
|
2014-04-09 11:11:08 -07:00
|
|
|
|
|
|
|
Translations
|
|
|
|
------------
|
|
|
|
|
|
|
|
Changes to translations as well as new translations can be submitted to
|
|
|
|
[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).
|
|
|
|
|
2014-07-07 01:32:38 -07:00
|
|
|
Translations are periodically pulled from Transifex and merged into the git repository. See the
|
2014-04-09 11:11:08 -07:00
|
|
|
[translation process](doc/translation_process.md) for details on how this works.
|
|
|
|
|
2014-07-07 01:32:38 -07:00
|
|
|
**Important**: We do not accept translation changes as GitHub pull requests because the next
|
2014-04-09 11:11:08 -07:00
|
|
|
pull from Transifex would automatically overwrite them again.
|
2014-05-23 07:30:38 -07:00
|
|
|
|
2014-07-07 01:32:38 -07:00
|
|
|
Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/bitcoin-translators).
|