Bitcoin Knots version 0.19.0.1.knots20200104 is now available from: https://bitcoinknots.org/files/0.19.x/0.19.0.1.knots20200104/ This release includes new features, various bug fixes and performance improvements, as well as updated translations. Please report bugs using the issue tracker at GitHub: https://github.com/bitcoinknots/bitcoin/issues To receive security and update notifications, please subscribe to: https://bitcoinknots.org/list/announcements/join/ For the full release notes and change log, see: https://github.com/bitcoinknots/bitcoin/blob/v0.19.0.1.knots20200104/doc/release-notes.md New features of particular interest =================================== - BIP157 (Neutrino) can be enabled to serve compact block filters to peers. This requires both the `-blockfilterindex` and `-peercfilters` options enabled, and can also be turned on in the GUI settings under the Network tab. - PSBT support has been experimentally expanded to include the new version and proprietary fields, as well as easier usage from the GUI for watch-only wallets. - The Overview tab now has the ability to hide private information. This is still an experimental feature, and suggestions for how the new "privacy mode" should look can be made on the related Core PR: https://github.com/bitcoin/bitcoin/pull/16432