Pull-Requests
pull
Better understandable text for sending transaction option "Request Replace-By-Fee"
#11428
ghost on September 30, 2017 GUIDocs
ghost on September 30, 2017 GUIDocs
pull
Increment MIT Licence copyright header year on files modified in 2017
#12062
ghost on December 31, 2017 Docs
ghost on December 31, 2017 Docs
pull
Fixes how the number of connections icon is shown. Now connect_4 icon i...
#1208
ghost on May 6, 2012
ghost on May 6, 2012
pull
Use the character based overload for std::string::find.
#12159
ghost on January 11, 2018 Refactoring
ghost on January 11, 2018 Refactoring
pull
Avoid temporary copies in C++11 ranged-based for loops.
#12169
ghost on January 12, 2018 Refactoring
ghost on January 12, 2018 Refactoring
pull
[TRIVIAL] Drop C headers in favour of C++-compatibility headers.
#12184
ghost on January 14, 2018 Refactoring
ghost on January 14, 2018 Refactoring
pull
Use dynamic_cast for downcasting instead of static_cast.
#12325
ghost on February 1, 2018 Refactoring
ghost on February 1, 2018 Refactoring
pull
Add systemd service to bitcoind in debian package
#12769
ghost on March 23, 2018 Scripts and tools
ghost on March 23, 2018 Scripts and tools
pull
GUI: Peer table: Visualize inbound/outbound state for every row
#13537
ghost on June 25, 2018 GUIP2P
ghost on June 25, 2018 GUIP2P
pull
Net: Do not re-enable Onion network when it was disabled via onlynet
#14425
ghost on October 7, 2018 P2P
ghost on October 7, 2018 P2P
pull
Increase the size of adressbookpage.ui in order to fix issue #1062
#1543
ghost on June 30, 2012 BugGUI
ghost on June 30, 2012 BugGUI
pull
remove unused variable - consensus.nMinerConfirmationWindow
#17448
ghost on November 12, 2019 BugConsensus
ghost on November 12, 2019 BugConsensus
pull
fix uninitialized variable nMinerConfirmationWindow
#17449
ghost on November 12, 2019 Validation
ghost on November 12, 2019 Validation
pull
Remove connect_nodes global and replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b)
#19939
ghost on September 11, 2020 Tests
ghost on September 11, 2020 Tests
pull
Remove connect_nodes global and Replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b)
#19945
ghost on September 11, 2020 Tests
ghost on September 11, 2020 Tests
pull
[doc] Fix documentation of options onlynet and listenonion
#20582
ghost on December 6, 2020 DocsNeeds rebase
ghost on December 6, 2020 DocsNeeds rebase
pull
ResetBlockFailureFlags did not remove the invalidity flag in other chain
#21086
ghost on February 5, 2021 ValidationUp for grabs
ghost on February 5, 2021 ValidationUp for grabs
pull
doc: Tell howto install clang-format on Debian/Ubuntu
#21481
ghost on March 19, 2021 DocsScripts and tools
ghost on March 19, 2021 DocsScripts and tools
pull
Add more info about prefix in error message for invalid address
#21755
ghost on April 22, 2021 Utils/log/libs
ghost on April 22, 2021 Utils/log/libs
pull
Remove `Warning:` from warning message printed for unknown new rules
#22102
ghost on May 30, 2021 Validation
ghost on May 30, 2021 Validation
pull
Fix syntax for `getindexinfo` params in help examples
#22430
ghost on July 11, 2021 RPC/REST/ZMQ
ghost on July 11, 2021 RPC/REST/ZMQ
pull
Add fee rate distribution in -getinfo
#22891
ghost on September 5, 2021 RPC/REST/ZMQUtils/log/libsNeeds rebase
ghost on September 5, 2021 RPC/REST/ZMQUtils/log/libsNeeds rebase
pull
doc: add security recommendation about *notify config params
#23850
ghost on December 23, 2021 Docs
ghost on December 23, 2021 Docs
pull
create bitcoin.conf on first run with template
#23931
ghost on January 1, 2022 Build systemUtils/log/libsNeeds rebase
ghost on January 1, 2022 Build systemUtils/log/libsNeeds rebase
pull
add `(none)` in -getinfo `Warnings:` if no warning returned
#24632
ghost on March 21, 2022 Utils/log/libs
ghost on March 21, 2022 Utils/log/libs
pull
wallet: use vector instead of list for transactions
#25236
ghost on May 28, 2022 WalletRPC/REST/ZMQ
ghost on May 28, 2022 WalletRPC/REST/ZMQ
pull
logging: remove duplicate categories from LogPrint output
#25293
ghost on June 7, 2022 RefactoringTX fees and policy
ghost on June 7, 2022 RefactoringTX fees and policy
pull
wallet: add `outputs` argument to bumpfee and psbtbumpfee RPC for replacing outputs
#25566
ghost on July 7, 2022 Wallet
ghost on July 7, 2022 Wallet
pull
privacy: `add_inputs` argument for replacements to avoid adding unnecessary inputs
#25776
ghost on August 4, 2022 Needs rebase
ghost on August 4, 2022 Needs rebase
pull
doc: add expectation that dns seed domain should not be used for other things
#26682
ghost on December 10, 2022 Docs
ghost on December 10, 2022 Docs
pull
Improve fatal error message for block read failures in BaseIndex::ProcessBlock
#33659
ghost on October 20, 2025
ghost on October 20, 2025
pull
coin control features: send from address(es), view address linkages, view all addresses
#415
ghost on July 14, 2011 Feature
ghost on July 14, 2011 Feature
pull
Removing calls to deprecated boost::filesystem3::path.native_file_string()
#456
ghost on August 8, 2011 Refactoring
ghost on August 8, 2011 Refactoring
pull
Replace 86400 with 24*60*60 to make it more consistent
#4724
ghost on August 18, 2014 Refactoring
ghost on August 18, 2014 Refactoring
pull
Update typo in README.md. Previously said "-regest" instead of "regtest"
#4973
ghost on September 24, 2014
ghost on September 24, 2014
pull
Add explanation regarding non-standard port to init.cpp and net.cpp.
#5285
ghost on November 15, 2014
ghost on November 15, 2014
pull
Remove window size/position restoration on help and about windows
#5772
ghost on February 8, 2015 GUI
ghost on February 8, 2015 GUI
pull
Enforcing a CAmout limit that is aligned with the supply algorithm.
#5925
ghost on March 18, 2015
ghost on March 18, 2015
pull
Consolidate scattered max peer connection values into single declaration.
#6503
ghost on August 1, 2015 Refactoring
ghost on August 1, 2015 Refactoring
pull
Expose information on whether transaction relayed is enabled in getne…
#7839
ghost on April 8, 2016 RPC/REST/ZMQ
ghost on April 8, 2016 RPC/REST/ZMQ
pull
Expose information on whether transaction relayed is enabled in getnetwork
#7841
ghost on April 8, 2016 RPC/REST/ZMQ
ghost on April 8, 2016 RPC/REST/ZMQ
pull
Remove obsolete reference to CValidationState from UpdateCoins.
#7976
ghost on April 30, 2016 Refactoring
ghost on April 30, 2016 Refactoring
pull
Improvement of documentation of command line parameter 'whitelist'
#9249
ghost on November 30, 2016
ghost on November 30, 2016
pull
Improvement of documentation of command line parameter 'whitelist'
#9251
ghost on November 30, 2016 Docs
ghost on November 30, 2016 Docs
Issues
issue
Feature request: Client whitelist for bandwidth limiting (maxuploadtarget)
#10131
ghost on March 31, 2017 FeatureP2P
ghost on March 31, 2017 FeatureP2P
issue
Locales with country codes use English if the country code is different
#1061
ghost on April 8, 2012
ghost on April 8, 2012
issue
Please curb your Luke-jr from trolling the new Bitcoin reference repo with obviously-misinformed-FUD-trolling.
#10723
ghost on July 3, 2017
ghost on July 3, 2017
issue
Please curb your Luke-jr from trolling the new Bitcoin reference repo with obviously-misinformed-FUD-trolling.
#10724
ghost on July 3, 2017
ghost on July 3, 2017
issue
Please curb your Luke-jr from trolling the new Bitcoin reference repo with obviously-misinformed-FUD-trolling~
#10725
ghost on July 3, 2017
ghost on July 3, 2017
issue
Please curb your Luke-jr from trolling the new Bitcoin reference repo with obviously-misinformed-FUD-trolling!
#10726
ghost on July 3, 2017
ghost on July 3, 2017
issue
Please curb your Luke-jr from trolling the new Bitcoin reference repo with obviously-misinformed-FUD-trolling .
#10727
ghost on July 3, 2017
ghost on July 3, 2017
issue
Warning about "Unknown block versions" should disappear if the amount of unknown version blocks decreases
#10918
ghost on July 24, 2017 GUI
ghost on July 24, 2017 GUI
issue
How is core going to ensure the survivability of bitcoin without a hard fork?
#11014
ghost on August 9, 2017
ghost on August 9, 2017
issue
Better text for sending transaction option "Request Replace-By-Fee"
#11344
ghost on September 15, 2017 GUIgood first issue
ghost on September 15, 2017 GUIgood first issue
issue
Usability feedback: Tooltips are not intuitively recognized
#11436
ghost on October 2, 2017 GUI
ghost on October 2, 2017 GUI
issue
[GUI] Transaction confirmation counter "clock" symbol does not visualize proportional
#11581
ghost on October 30, 2017 GUI
ghost on October 30, 2017 GUI
issue
Peer is still banned, allthough ban endtime has been reached
#11612
ghost on November 5, 2017 P2P
ghost on November 5, 2017 P2P
issue
How to create src/test/data/script_tests.json JSON file?
#11636
ghost on November 8, 2017 Tests
ghost on November 8, 2017 Tests
issue
[GUI] QT shutdown is blocked if called before gettxoutsetinfo is finished
#13217
ghost on May 11, 2018 GUIRPC/REST/ZMQ
ghost on May 11, 2018 GUIRPC/REST/ZMQ
issue
Remote peer debug window: Show connection direction (in/out)
#13483
ghost on June 16, 2018 GUIP2P
ghost on June 16, 2018 GUIP2P
issue
1-addresses with no balance read as inputs if 'addwitnessaddress' was used
#13904
ghost on August 7, 2018
ghost on August 7, 2018
issue
0.16.2 binary gives error after latest compiled client has run
#14048
ghost on August 24, 2018 Docs
ghost on August 24, 2018 Docs
issue
-reindex flag needed when switching between latest github self complile and 0.16.3 binary
#14371
ghost on October 2, 2018
ghost on October 2, 2018
issue
Bitcoin-tx : how to derive script hash address from "VIN" in raw transaction?
#14516
ghost on October 19, 2018
ghost on October 19, 2018
issue
Hide private keys and passphrases from RPC Console in GUI
#15025
ghost on December 22, 2018 GUI
ghost on December 22, 2018 GUI
issue
gui: Use MINUS (U+2212) instead of HYPHEN-MINUS (U+002D)
#15034
ghost on December 25, 2018 GUI
ghost on December 25, 2018 GUI
issue
could not find or load the Qt platform plugin "wayland" in "".
#15677
ghost on March 27, 2019 GUI
ghost on March 27, 2019 GUI
issue
Transaction Fee calculated is only 1% of what it ought to be
#15916
ghost on April 28, 2019 TX fees and policyQuestions and Help
ghost on April 28, 2019 TX fees and policyQuestions and Help
issue
Path error messages while executing test_bitcoin
#15944
ghost on May 3, 2019 Testsgood first issue
ghost on May 3, 2019 Testsgood first issue
issue
Properly handle sscanf return value in ./src/secp256k1/src/tests.c
#16385
ghost on July 14, 2019
ghost on July 14, 2019
issue
2:3 multisig transaction scriptSig attributes empty / not occuring on bitcoin-0.16.3
#18620
ghost on April 13, 2020 Bug
ghost on April 13, 2020 Bug
issue
Bitcoin Core not responding most of the time under Mac OS (Catalina)
#19165
ghost on June 4, 2020
ghost on June 4, 2020
issue
The close button of the command line options window doesn't work
#1919
ghost on October 10, 2012
ghost on October 10, 2012
issue
How can you reduce the blockchain without losing coins in your wallet.
#19437
ghost on July 3, 2020
ghost on July 3, 2020
issue
Allow to specify the number of Tor connections and clearnet connections separately
#19500
ghost on July 12, 2020 Feature
ghost on July 12, 2020 Feature
issue
Validate user input and keep path in a separate argument for importwallet, createwallet and dumpwallet
#20128
ghost on October 12, 2020 Feature
ghost on October 12, 2020 Feature
issue
Coin selection algorithm not working as expected resulting in more fees
#20598
ghost on December 8, 2020 Bug
ghost on December 8, 2020 Bug
issue
Some Qt strings are displayed in English when the locale is different
#2238
ghost on January 30, 2013
ghost on January 30, 2013
issue
If both options "onion" and "proxy" are unset, no outbound Onion connections should be made
#22647
ghost on August 6, 2021 Bug
ghost on August 6, 2021 Bug
issue
Wallet created in testnet available in `listwalletdir`, bitcoin-qt -> open wallet and can be loaded in mainnet
#22792
ghost on August 24, 2021 Bug
ghost on August 24, 2021 Bug
issue
macOS Monterey deleting bitcoin core after updates (M1)
#23134
ghost on September 29, 2021 macOS
ghost on September 29, 2021 macOS
issue
[brainstorm] policies for default `minrelaytxfee` as experiment for a release
#25716
ghost on July 26, 2022 Feature
ghost on July 26, 2022 Feature
issue
Error when parsing captured p2p messages using message-capture-parser.py
#25954
ghost on August 29, 2022 Scripts and tools
ghost on August 29, 2022 Scripts and tools
issue
`bitcoind` and `bitcoin-qt` crashes while creating PSBT
#26185
ghost on September 26, 2022 BugWallet
ghost on September 26, 2022 BugWallet
issue
In Bitcoin Core, fees are represented by a fictitious unit (kvB).
#26729
ghost on December 20, 2022
ghost on December 20, 2022
issue
Roles and procedures around adding a bitcoin core maintainer
#26751
ghost on December 25, 2022 Brainstorming
ghost on December 25, 2022 Brainstorming
issue
Bitcoin Core 27 crash at sync - Ubuntu - No error in logs
#30001
ghost on April 30, 2024 BugLinux/Unix
ghost on April 30, 2024 BugLinux/Unix
issue
configure error on OSX: No working boost sleep implementation found
#3003
ghost on September 16, 2013 BugBuild system
ghost on September 16, 2013 BugBuild system
issue
On OS/X, configure does not detect installed Berkeley DB.
#3550
ghost on January 17, 2014 macOSBuild system
ghost on January 17, 2014 macOSBuild system
issue
Incorrect ~/.bitcoin perms raises Boost exception, terminates bitcoin-qt
#4059
ghost on April 15, 2014 Bug
ghost on April 15, 2014 Bug
issue
SAV reported bitcoind infected w Silly.218, crashed bitcoind (likely false positive)
#4069
ghost on April 19, 2014 Windows
ghost on April 19, 2014 Windows
issue
Deseriaize or I/O error - std::bad_allocbitcoind
#4231
ghost on May 26, 2014 BugUTXO Db and Indexes
ghost on May 26, 2014 BugUTXO Db and Indexes
issue
LevelDB "Corruption: bad entry in block" on 0.9.1-beta
#4263
ghost on May 31, 2014 BugUTXO Db and Indexes
ghost on May 31, 2014 BugUTXO Db and Indexes
issue
v0.9.2: <boost::exception_detail::error_info_injector<boost::system::system_error>>
#4352
ghost on June 16, 2014 RPC/REST/ZMQ
ghost on June 16, 2014 RPC/REST/ZMQ
issue
0.9.2: EXCEPTION: 13leveldb_error block checksum mismatch
#4364
ghost on June 18, 2014 Data corruption
ghost on June 18, 2014 Data corruption
issue
0.9.2: make fails on ARM w Makefile:827: recipe for target 'main.o' failed
#4384
ghost on June 21, 2014
ghost on June 21, 2014
issue
Should a warning be thrown when using -port that nodes are very unlikely to get any incoming connections?
#5150
ghost on October 27, 2014 P2P
ghost on October 27, 2014 P2P
issue
json_spirit_writer_template.h:79:63: warning: comparison is always true
#5381
ghost on November 26, 2014
ghost on November 26, 2014
issue
Why the block size can't be adjusted automatically like the difficulty?
#6325
ghost on June 23, 2015
ghost on June 23, 2015
issue
(OpenBSD 5.7) configure: error: Detected LibreSSL: This is NOT supported, and may break consensus compatibility!
#6486
ghost on July 28, 2015 Build system
ghost on July 28, 2015 Build system
issue
Bitcoin Core (0.11.0) does not build on OpenBSD 5.7
#6491
ghost on July 29, 2015 Linux/UnixBuild system
ghost on July 29, 2015 Linux/UnixBuild system
issue
[0.11.2] Random crashes during blockchain sync - Windows - I/O error
#7248
ghost on December 23, 2015 WindowsUTXO Db and IndexesData corruption
ghost on December 23, 2015 WindowsUTXO Db and IndexesData corruption
issue
Unclear usecase of bitcoind option 'blocknotify' and missing definition of there mentioned "best block"
#7430
ghost on January 27, 2016 Docs
ghost on January 27, 2016 Docs
issue
build options for OpenBSD incomplete/out-of-date
#7447
ghost on January 31, 2016 Linux/UnixBuild system
ghost on January 31, 2016 Linux/UnixBuild system
issue
0.12: Transaction fee slider - User feedback: "normal" fee means confirmation time 4h ? Slider does not default to value of txconfirmtarget ?
#7754
ghost on March 28, 2016 GUI
ghost on March 28, 2016 GUI
issue
debug option to control flushing (lax/normal/agressive)
#8021
ghost on May 8, 2016 BrainstormingUTXO Db and Indexes
ghost on May 8, 2016 BrainstormingUTXO Db and Indexes
issue
Improvement: Show active command line options / parameters values in GUI
#8165
ghost on June 7, 2016 GUI
ghost on June 7, 2016 GUI
issue
In a wallet in pruned mode, show balance of imported (watch only and active) addresses.
#8497
ghost on August 10, 2016 FeatureWallet
ghost on August 10, 2016 FeatureWallet
issue
Show in GUI the type of Wallet (HD or old non-HD)
#8508
ghost on August 13, 2016 GUIgood first issue
ghost on August 13, 2016 GUIgood first issue
issue
Different recommendations for "maxuploadtarget" in docs vs. 13.0rc3 debug.log
#8555
ghost on August 20, 2016 Docsgood first issue
ghost on August 20, 2016 Docsgood first issue
issue
Outdated information on non-english bitcoin core download page?
#9146
ghost on November 12, 2016
ghost on November 12, 2016
issue
Copying chainstate folder to other computer returns to renew the blockchain data?
#9147
ghost on November 12, 2016
ghost on November 12, 2016
issue
bitcoind running as Tor hidden service: When LAN IP gets banned -> no incoming connections anymore
#9248
ghost on November 30, 2016
ghost on November 30, 2016
issue
autoreconf: aclocal failed with exit status: 1
#9379
ghost on December 19, 2016 Questions and Help
ghost on December 19, 2016 Questions and Help
issue
configure: error: Could not find a version of the boost_program_options library!
#9385
ghost on December 20, 2016 Questions and Help
ghost on December 20, 2016 Questions and Help
issue
'ERROR: Error reading proxy response' when using TOR on bitcoind
#9430
ghost on December 26, 2016 Linux/Unix
ghost on December 26, 2016 Linux/Unix
issue
Curl issue when downloading dependancies on Windows Subsystem for Linux
#9445
ghost on December 30, 2016 WindowsBuild system
ghost on December 30, 2016 WindowsBuild system
issue
If whitelist option is used, any previously banned nodes that match the whitelist should be unbanned upon restart
#9562
ghost on January 15, 2017 P2P
ghost on January 15, 2017 P2P
issue
I propose to modify the output images bitcoin.png v0.13.2
#9742
ghost on February 11, 2017 GUIWindows
ghost on February 11, 2017 GUIWindows
issue
The "Bitcoin Core Release Signing Key" for v0.11.0+ shows up as expired
#9797
ghost on February 19, 2017
ghost on February 19, 2017