f701cd159adoc: fix typo in release notes of #34917 (rkrux)7bc39e3d08wallet, test: add wallet_deprecated_rbf.py for walletrbf deprecated keys & options (rkrux)2cbbcb5659wallet, test: remove -deprecatedrpc=bip125 from wallet_send.py (rkrux)307134bd7ewallet, test: remove -deprecatedrpc=bip125 from wallet_migration.py (rkrux)3ec550d168wallet, test: remove -deprecatedrpc=bip125 from wallet_basic.py (rkrux)a52ea9bff9wallet, test: remove -walletrbf startup option from wallet_backwards_compatibility.py (rkrux)42330922ddwallet, test: remove -walletrbf startup option from wallet_backwards_compatibility.py (rkrux)8cb6e405d8wallet, test: remove -walletrbf startup option from wallet_listtransactions.py (rkrux)0ee94b2fefwallet, test: remove -deprecatedrpc=bip125 from wallet_listtransactions.py (rkrux)5e833e068dwallet, test: -walletrbf startup option from wallet_bumpfee.py (rkrux)a2a2b1745fwallet, test: remove -walletrbf startup option from rpc_psbt.py (rkrux)a3fe455a95wallet: refactor to read -walletrbf only once instead of twice (rkrux) Pull request description: Prerequisite to #35404 and #35405. All these changes address the points raised in the review of PR #34917 here: https://github.com/bitcoin/bitcoin/pull/34917#pullrequestreview-4362148900. Essentially updating the existing wallet functional tests without using the -deprecatedrpc=bip125 and -walletrbf startup options. Instead, these two are added and tested via a singular new wallet_deprecated_rbf.py test that can be removed easily later when these startup options are completely removed from the wallet post deprecation. ACKs for top commit: maflcko: review ACKf701cd159a🌄 achow101: ACKf701cd159aTree-SHA512: 700785062b5de8ee3b6c4f50570b769d56c6c4960f2b6e2a2e71be8085c6b51eaeb34fb158fae76f812fe82791aaa0c0277f964f0472cb0784b86caabe6d4ec9
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.