ACTIVATION.WATCH

How to Signal
Proposal Info

How to Signal

This is a guide on how to signal support for a Bitcoin BIP.

Option 1: Build from Source

1. Checkout Bitcoin branch 29.x: https://github.com/bitcoin/bitcoin/tree/29.x

2. Apply patch:activation.patch

3. Mine blocks using GBT:./bitcoin-cli getblocktemplate '{"rules": ["segwit", "taproot", "APO", "TXHSH"]}'


Option 2: Use Pre-built Binaries

1. Download the binary: bitcoin-activation-x86_64-pc-linux-gnu.tar.gz

2. Example usage:

./bitcoin-cli getblocktemplate '{"rules": ["segwit", "taproot", "APO", "TXHSH"]}'