Bitcoin Core 0.18.1
Bitcoin Core installation binaries can be downloaded from bitcoincore.org and the source-code is available from the Bitcoin Core source repository.
Bitcoin Core 0.18.1 版本現已發布,可從以下位置下載:
https://bitcoincore.org/bin/bitcoin-core-0.18.1/
此小版本包含新功能、各種錯誤修正和效能改善,以及更新的翻譯。
請使用 GitHub 的問題追蹤器回報錯誤:
https://github.com/bitcoin/bitcoin/issues
如需接收安全性和更新通知,請訂閱:
https://bitcoincore.org/zh_TW/list/announcements/join/
如何升級
如果您正在執行舊版本,請將其關閉。等待它完全關閉(舊版本可能需要幾分鐘),然後執行安裝程式(在 Windows 上)或直接複製 /Applications/Bitcoin-Qt(在 Mac 上)或 bitcoind/bitcoin-qt(在 Linux 上)。
第一次執行版本 0.15.0 或更新版本時,您的 chainstate 資料庫將被轉換為新格式,這將花費幾分鐘到半小時不等的時間,取決於您機器的速度。
請注意,區塊資料庫格式在版本 0.8.0 中也有變更,並且從 0.8 之前的版本升級到 0.15.0 或更新版本沒有自動升級程式碼。不支援從 0.7.x 及更早版本直接升級而不重新下載區塊鏈。然而,如往常一樣,仍然支援舊版本的錢包。
相容性
Bitcoin Core 在使用 Linux kernel、macOS 10.10+ 和 Windows 7 及更新版本的作業系統上受到支援和廣泛測試。不建議在不受支援的系統上使用 Bitcoin Core。
Bitcoin Core 也應該可以在大多數其他類 Unix 系統上運作,但在這些系統上的測試頻率較低。
從 0.17.0 開始,不再支援 macOS 10.10 之前的版本。0.17.0 使用 Qt 5.9.x 建置,該版本不支援 macOS 10.10 之前的版本。此外,當 macOS「深色模式」啟動時,Bitcoin Core 尚未變更外觀。
已知錯誤
錢包 GUI
對於同時 (1) 啟用幣控制功能,以及 (2) 同時使用多個載入錢包的進階使用者:使用下拉選單切換錢包時,幣控制輸入選擇對話方塊可能會錯誤地保留錯誤錢包狀態。目前建議不要在載入多個錢包時使用幣控制功能。
0.18.1 變更日誌
P2P 協定和網路程式碼
- #15990 Add tests and documentation for blocksonly (MarcoFalke)
- #16021 Avoid logging transaction decode errors to stderr (MarcoFalke)
- #16405 fix: tor: Call
event_base_loopbreakfrom the event’s callback (promag) - #16412 Make poll in InterruptibleRecv only filter for POLLIN events (tecnovert)
錢包
- #15913 Add -ignorepartialspends to list of ignored wallet options (luke-jr)
RPC 和其他 API
- #15991 Bugfix: fix pruneblockchain returned prune height (jonasschnelli)
- #15899 Document iswitness flag and fix bug in converttopsbt (MarcoFalke)
- #16026 Ensure that uncompressed public keys in a multisig always returns a legacy address (achow101)
- #14039 Disallow extended encoding for non-witness transactions (sipa)
- #16210 add 2nd arg to signrawtransactionwithkey examples (dooglus)
- #16250 signrawtransactionwithkey: report error when missing redeemScript/witnessScript (ajtowns)
GUI
- #16044 fix the bug of OPEN CONFIGURATION FILE on Mac (shannon1916)
- #15957 Show “No wallets available” in open menu instead of nothing (meshcollider)
- #16118 Enable open wallet menu on setWalletController (promag)
- #16135 Set progressDialog to nullptr (promag)
- #16231 Fix open wallet menu initialization order (promag)
- #16254 Set
AA_EnableHighDpiScalingattribute early (hebasto) - #16122 Enable console line edit on setClientModel (promag)
- #16348 Assert QMetaObject::invokeMethod result (promag)
建置系統
- #15985 Add test for GCC bug 90348 (sipa)
- #15947 Install bitcoin-wallet manpage (domob1812)
- #15983 build with -fstack-reuse=none (MarcoFalke)
測試和 QA
- #15826 Pure python EC (sipa)
- #15893 Add test for superfluous witness record in deserialization (instagibbs)
- #14818 Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions (luke-jr)
- #15831 Add test that addmultisigaddress fails for watchonly addresses (MarcoFalke)
文件
- #15890 Remove text about txes always relayed from -whitelist (harding)
Miscellaneous
- #16095 Catch by reference not value in wallettool (kristapsk)
- #16205 Replace fprintf with tfm::format (MarcoFalke)
致謝
感謝所有直接為此版本做出貢獻的人:
- Andrew Chow
- Anthony Towns
- Chris Moore
- Daniel Kraft
- David A. Harding
- fanquake
- Gregory Sanders
- Hennadii Stepanov
- John Newbery
- Jonas Schnelli
- João Barbosa
- Kristaps Kaupe
- Luke Dashjr
- MarcoFalke
- MeshCollider
- Pieter Wuille
- shannon1916
- tecnovert
- Wladimir J. van der Laan
以及所有在 Transifex 上協助翻譯的人。
