Post
Topic
Board Announcements (Altcoins)
Merits 2 from 2 users
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
vv181
on 18/07/2021, 13:32:40 UTC
⭐ Merited by my luck (1) ,OcTradism (1)
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'
Code:
{
  "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