I'm trying to follow the Taproot signaling block using this:
https://bitcoin.stackexchange.com/a/105854. It should do the job right?
Currently, there is still no block signaling for Taproot, assuming the above method which is used by Bitcoin could be applied to BGL.
BGL-cli getblockchaininfo | jq '.softforks | .taproot'
{
"type": "bip9",
"bip9": {
"status": "started",
"bit": 2,
"start_time": 1626307200,
"timeout": 1629936000,
"since": 67824,
"statistics": {
"period": 432,
"threshold": 237,
"elapsed": 299,
"count": 0,
"possible": false
},
"min_activation_height": 74574
},
"active": false
}
The awk script also returns no blocks of Taproot signaling.
I also fork the
https://taproot.watch/ to match with the BGL taproot activation threshold.
https://github.com/vv181/fork-explorer/tree/BGL