f4a6d079c4qa: Support `get_bind_addrs` and `feature_bind_extra` on illumos (Hennadii Stepanov)5e96a8fd5adoc: Add `lsof` to Test Suite Dependencies on NetBSD (Hennadii Stepanov)5d01aa4772qa: Ignore `lsof` warnings on NetBSD (Hennadii Stepanov)70352fda03qa: Strip prefix length from NetBSD `ifconfig` output (Hennadii Stepanov)1c1735567edoc: Add `lsof` to Test Suite Dependencies on FreeBSD (Hennadii Stepanov)4cb7f39c2cqa: Drop OpenBSD from supported platforms in `get_bind_addrs` function (Hennadii Stepanov)8a982eea85qa: Add `skip_if_no_lsof_on_nonlinux` helper and use it where needed (Hennadii Stepanov) Pull request description: This PR is a follow-up to #34256. It extends functional test support to illumos-based OSes and fixes several related issues on the *BSDs. Changes: - Make `lsof` an optional functional test dependency via a new `skip_if_no_lsof` helper, consistent with other optional test deps. - Strip the CIDR prefix length from NetBSD `ifconfig` output (no-op on other platforms). - Suppress spurious `lsof` warnings on NetBSD. - Drop OpenBSD from the platforms supported by `get_bind_addrs`. - Document the `lsof` Test Suite Dependency for FreeBSD and NetBSD. - Add support for `get_bind_addrs` and `feature_bind_extra` on illumos. CI runs: https://github.com/hebasto/bitcoin-core-nightly/pull/280. Addresses https://github.com/bitcoin/bitcoin/pull/34256#issuecomment-4361855749. ACKs for top commit: l0rinc: Lightly tested code review ACKf4a6d079c4sedited: utACKf4a6d079c4Tree-SHA512: 24d943d059f5fa3f5626017eff744836177a41724544355f34b3a31fdf287bd1916bc6e903b598c1c55b61da2ff0f931b4455542d9cff6cf399ef7963096dff4
Bitcoin Core
Setup
Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Bitcoin transactions, which requires several hundred gigabytes or more of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to several days or more.
To download Bitcoin Core, visit bitcoincore.org.
Running
The following are some helpful notes on how to run Bitcoin Core on your native platform.
Unix
Unpack the files into a directory and run:
bin/bitcoin-qt(GUI) orbin/bitcoind(headless)bin/bitcoin(wrapper command)
The bitcoin command supports subcommands like bitcoin gui, bitcoin node, and bitcoin rpc exposing different functionality. Subcommands can be listed with bitcoin help.
Windows
Unpack the files into a directory, and then run bitcoin-qt.exe.
macOS
Drag Bitcoin Core to your applications folder, and then run Bitcoin Core.
Need Help?
- See the documentation at the Bitcoin Wiki for help and more information.
- Ask for help on Bitcoin StackExchange.
- Ask for help on #bitcoin on Libera Chat. If you don't have an IRC client, you can use web.libera.chat.
- Ask for help on the BitcoinTalk forums, in the Technical Support board.
Building
The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
- Dependencies
- macOS Build Notes
- Unix Build Notes
- Windows Build Notes
- FreeBSD Build Notes
- OpenBSD Build Notes
- NetBSD Build Notes
Development
The Bitcoin repo's root README contains relevant information on the development process and automated testing.
- Developer Notes
- Productivity Notes
- Release Process
- Source Code Documentation (External Link)
- Translation Process
- Translation Strings Policy
- JSON-RPC Interface
- Unauthenticated REST Interface
- BIPS
- Dnsseed Policy
- Benchmarking
- Internal Design Docs
Resources
- Discuss on the BitcoinTalk forums, in the Development & Technical Discussion board.
- Discuss project-specific development on #bitcoin-core-dev on Libera Chat. If you don't have an IRC client, you can use web.libera.chat.
Miscellaneous
- Assets Attribution
- bitcoin.conf Configuration File
- CJDNS Support
- Files
- Fuzz-testing
- I2P Support
- Init Scripts (systemd/upstart/openrc)
- Managing Wallets
- Multisig Tutorial
- Offline Signing Tutorial
- P2P bad ports definition and list
- PSBT support
- Reduce Memory
- Reduce Traffic
- Tor Support
- Transaction Relay Policy
- ZMQ
License
Distributed under the MIT software license.