1
An example of the output of getblockchaininfo is here:
https://chainquery.com/bitcoin-api/getblockchaininfo
The softforks field describes the number of required / found blocks signaling the soft fork, but the bip9_softforks field does not. It just indicates a generic status message ("defined", "started", "locked_in", "active", "failed").
Is there an RPC command that will return the number of SegWit blocks?
1
Works for me :-) https://github.com/bitcoin/bitcoin/pull/9571
– pinhead – 2017-01-31T21:12:34.573