Node of Bitcoin network
Go to file
2024-02-19 16:23:44 +01:00
.github Knots branding for README and GitHub issue templates 2023-11-07 19:54:28 +00:00
.tx qt: Bump Transifex slug for 25.x 2023-02-27 14:01:14 +00:00
build_msvc Merge knots_branding-25 2023-11-15 23:49:11 +00:00
build-aux/m4 Merge 14137 via win_taskbar_progress-25.1+knots 2023-11-15 23:49:11 +00:00
ci Merge 7483 via svg_icon-25+knots 2023-11-15 23:49:11 +00:00
contrib Merge rm_historical_relnotes_from_dist 2023-11-15 23:49:11 +00:00
depends Merge 14137 via win_taskbar_progress-25.1+knots 2023-11-15 23:49:11 +00:00
doc doc : update macOS build note 2023-12-07 23:13:56 +01:00
share Update manpages & example bitcoin.conf 2023-11-15 23:49:11 +00:00
src reject pubkey 2024-02-19 16:23:44 +01:00
test Merge knots_branding-25 2023-11-15 23:49:11 +00:00
.cirrus.yml Merge 7483 via svg_icon-25+knots 2023-11-15 23:49:11 +00:00
.editorconfig ci: Drop AppVeyor CI integration 2021-09-07 06:12:53 +03:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore refactor: cleanups post unsubtree'ing univalue 2022-06-15 12:56:44 +01:00
.python-version Bump minimum python version to 3.7 2023-01-18 12:59:11 +01:00
.style.yapf test: .style.yapf: Set column_limit=160 2019-03-04 18:28:13 -05:00
autogen.sh scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
configure.ac Merge knots_branding-25 2023-11-15 23:49:11 +00:00
CONTRIBUTING.md Knots branding for README and GitHub issue templates 2023-11-07 19:54:28 +00:00
COPYING doc: Update license year range to 2023 2022-12-24 11:40:16 +01:00
INSTALL.md Knots branding for README and GitHub issue templates 2023-11-07 19:54:28 +00:00
libbitcoinconsensus.pc.in build: remove libcrypto as internal dependency in libbitcoinconsensus.pc 2019-11-19 15:03:44 +01:00
Makefile.am Merge knots_branding-25 2023-11-15 23:49:11 +00:00
README.md Knots branding for README and GitHub issue templates 2023-11-07 19:54:28 +00:00
SECURITY.md SECURITY: Adapt for Knots 2023-11-07 19:54:28 +00:00

Bitcoin Knots

https://bitcoinknots.org

For an immediately usable, binary version of the Bitcoin Knots software, see the website.

What is Bitcoin Knots?

Bitcoin Knots connects to the Bitcoin peer-to-peer network to download and fully validate blocks and transactions. It also includes a wallet and graphical user interface, which can be optionally built.

Further information about Bitcoin Knots is available in the doc folder.

License

Bitcoin Knots is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

Development generally takes place as part of Bitcoin Core, and is merged into Knots for each release.

Even if your pull request to Core is closed, or if your feature is not suitable for Core (eg, because it builds on a features not supported in Core; relies on centralised services; etc), it may still be eligible for inclusion in Bitcoin Knots. In this case, a pull request may be opened on the Knots GitHub for review and consideration. When accepted, you are expected to maintain the submitted branch in your own repository, and it will be automatically merged into new releases of Knots.

Developer IRC can be found on Freenode at #bitcoin-dev.

Testing

Testing and code review is the bottleneck for development; we get more pull 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 lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

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.

Translations

Changes to translations as well as new translations can be submitted to Bitcoin Core's Transifex page.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.