Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
vanorton
on 19/07/2021, 07:35:18 UTC
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
https://i.imgur.com/CkfFcSV.png



I received mention of successful upgrade of a pool where Stratum v2 is used, but two other pools (our most active ones) just yesterday gave feedback that getblocktemplate needs to be fixed, so would test it and fix asap, then ping the pools
Nice adapted taproot.watch screen btw!