Skip to content

SV2 Template Provider v0.1.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sjors Sjors released this 08 Apr 18:56
· 1038 commits to sv2 since this release
sv2-tp-0.1.16
746f691

Notable changes:

  • in preparation for the Consensus Cleanup proposal, set nLockTime is set to height - 1 and nSequence to 0xffffffff - 1. This can be opted out from using -coinbaselocktime=0
  • disconnection bug fix #84

I only built binaries for Linux and macOS, let me know if you need anything else.

You need to self-sign the macOS binaries:

codesign -s - bin/bitcoin*

Use at your own risk:

The code is still under development, it's had much less review than the regular Bitcoin Core releases. See #68
The binaries were generated by me. It's safer to compile yourself from the sv2 branch here, which will also give you the most recent version.
For macOS: the binaries are not code-signed. On Apple Silicon you need to do codesign -s - bitcoind. On Intel mac you can instead open it once by right-clicking on the file, after that starting from the command-line should work. The zip file contains the GUI, whereas the tar file contains bitcoind and bitcoin-cli.

Guix build hashes: https://github.com/Sjors/guix.sigs/tree/sv2/sv2-tp-0.1.16