Bitcoin Core 0.19.1

Bitcoin Core installation binaries can be downloaded from bitcoincore.org and the source-code is available from the Bitcoin Core source repository.

0.19.1 版本說明

Bitcoin Core 0.19.1 版本現已發布,可從以下位置下載:

https://bitcoincore.org/bin/bitcoin-core-0.19.1/

Download torrent

此小版本包含各種錯誤修正和效能改善,以及更新的翻譯。

請使用 GitHub 的問題追蹤器回報錯誤:

https://github.com/bitcoin/bitcoin/issues

如需接收安全性和更新通知,請訂閱:

https://bitcoincore.org/zh_TW/list/announcements/join/

如何升級

如果您正在執行舊版本,請將其關閉。等待它完全關閉(對於舊版本可能需要幾分鐘),然後執行安裝程式(在 Windows 上)或直接複製 /Applications/Bitcoin-Qt(在 Mac 上)或 bitcoind/bitcoin-qt(在 Linux 上)。

可以直接從已達到 EOL 的 Bitcoin Core 版本升級,但如果需要遷移資料目錄,可能需要一些時間。通常支援舊版本的 Bitcoin Core 錢包。

相容性

Bitcoin Core 在使用 Linux kernel、macOS 10.10+ 和 Windows 7 及更新版本的作業系統上受到支援和廣泛測試。不建議在不受支援的系統上使用 Bitcoin Core。

Bitcoin Core 也應該可以在大多數其他類 Unix 系統上運作,但在這些系統上的測試頻率較低。

從 Bitcoin Core 0.17.0 開始,不再支援 macOS 10.10 之前的版本,因為 Bitcoin Core 現在使用需要 macOS 10.10+ 的 Qt 5.9.x 建置。此外,當 macOS「深色模式」啟動時,Bitcoin Core 尚未變更外觀。

除了先前支援的 CPU 平台外,此版本的預編譯發行版為 RISC-V 平台提供二進位檔案。

0.19.1 變更日誌

錢包

  • #17643 Fix origfee return for bumpfee with feerate arg (instagibbs)
  • #16963 Fix unique_ptr usage in boost::signals2 (promag)
  • #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas, mchrostowski)
  • #17924 Bug: IsUsedDestination shouldn’t use key id as script id for ScriptHash (instagibbs)
  • #17621 IsUsedDestination should count any known single-key address (instagibbs)
  • #17843 Reset reused transactions cache (fjahr)

RPC 和其他 API

  • #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic)
  • #17728 require second argument only for scantxoutset start action (achow101)
  • #17445 zmq: Fix due to invalid argument and multiple notifiers (promag)
  • #17524 psbt: handle unspendable psbts (achow101)
  • #17156 psbt: check that various indexes and amounts are within bounds (achow101)

GUI

  • #17427 Fix missing qRegisterMetaType for size_t (hebasto)
  • #17695 disable File->CreateWallet during startup (fanquake)
  • #17634 Fix comparison function signature (hebasto)
  • #18062 Fix unintialized WalletView::progressDialog (promag)

測試和 QA

  • #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery)
  • #17488 fix “bitcoind already running” warnings on macOS (fanquake)
  • #17980 add missing #include to fix compiler errors (kallewoof)

平台支援

  • #17736 Update msvc build for Visual Studio 2019 v16.4 (sipsorcery)
  • #17364 Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes (sipsorcery)
  • #17887 bug-fix macos: give free bytes to F_PREALLOCATE (kallewoof)

Miscellaneous

  • #17897 init: Stop indexes on shutdown after ChainStateFlushed callback (jimpo)
  • #17450 util: Add missing headers to util/fees.cpp (hebasto)
  • #17654 Unbreak build with Boost 1.72.0 (jbeich)
  • #17857 scripts: Fix symbol-check & security-check argument passing (fanquake)
  • #17762 Log to net category for exceptions in ProcessMessages (laanwj)
  • #18100 Update univalue subtree (MarcoFalke)

致謝

感謝所有直接為此版本做出貢獻的人:

  • Aaron Clauson
  • Adam Jonas
  • Andrew Chow
  • Fabian Jahr
  • fanquake
  • Gregory Sanders
  • Harris
  • Hennadii Stepanov
  • Jan Beich
  • Jim Posen
  • João Barbosa
  • Karl-Johan Alm
  • Luke Dashjr
  • MarcoFalke
  • Michael Chrostowski
  • Russell Yanofsky
  • Wladimir J. van der Laan

以及所有在 Transifex 上協助翻譯的人。