Node of Bitcoin network
Go to file
2025-04-23 18:08:47 +02:00
.github Knots branding for README and GitHub issue templates 2025-02-07 18:20:49 +00:00
.tx qt: Bump Transifex slug for 28.x 2024-07-30 16:14:19 +01:00
build_msvc Merge knots_branding-28 2025-03-05 03:27:08 +00:00
build-aux/m4 Merge 14137 via win_taskbar_progress-28+knots 2025-03-05 03:27:08 +00:00
ci Merge 7483 via svg_icon-28+knots 2025-03-05 03:27:08 +00:00
contrib Update manpages, bash completion, and example bitcoin.conf 2025-03-05 03:27:08 +00:00
depends Merge 14137 via win_taskbar_progress-28+knots 2025-03-05 03:27:08 +00:00
doc Update manpages, bash completion, and example bitcoin.conf 2025-03-05 03:27:08 +00:00
share Update manpages, bash completion, and example bitcoin.conf 2025-03-05 03:27:08 +00:00
src add -maxrelaytxfee option 2025-04-23 18:08:47 +02:00
test Merge knots_branding-28 2025-03-05 03:27:08 +00:00
.cirrus.yml ci: forks can opt-out of CI branch push (Cirrus only) 2024-06-25 20:03:44 +02: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 Revert "remove libbitcoinconsensus" 2025-03-05 17:54:44 +00:00
.python-version Bump .python-version from 3.9.17 to 3.9.18 2023-10-24 18:51:24 +02:00
.style.yapf Update .style.yapf 2023-06-01 23:35:10 +05:30
autogen.sh build: make sure we can overwrite config.{guess,sub} 2023-06-13 14:58:43 +02:00
configure.ac Merge knots_branding-28 2025-03-05 03:27:08 +00:00
CONTRIBUTING.md Knots branding for README and GitHub issue templates 2025-02-07 18:20:49 +00:00
COPYING Bump copyright year to 2025 2025-02-07 17:39:22 +00:00
INSTALL.md doc: Added hyperlink for doc/build 2021-09-09 19:53:12 +05:30
libbitcoinconsensus.pc.in Revert "remove libbitcoinconsensus" 2025-03-05 17:54:44 +00:00
Makefile.am Merge 7483 via svg_icon-28+knots 2025-03-05 03:27:08 +00:00
README.md fix: typo in development process documentation 2025-02-07 19:45:57 +00:00
SECURITY.md SECURITY: Adapt for Knots 2025-02-07 18:20:49 +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 feature 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.