Author

Topic: Specifying blockfilterindex in the new getindexinfo RPC (Read 70 times)

legendary
Activity: 1258
Merit: 1027
Use quotes:

Code:
src/bitcoin-cli getindexinfo "basic block filter index"

That does the trick, thanks!
staff
Activity: 3458
Merit: 6793
Just writing some code
Use quotes:

Code:
src/bitcoin-cli getindexinfo "basic block filter index"
legendary
Activity: 1258
Merit: 1027
Anyone know how to specify the block filter index for the new getindexinfo rpc?

Code:
bash-5.0# bitcoin-cli getindexinfo
{
  "txindex": {
    "synced": true,
    "best_block_height": 771336
  },
  "coinstatsindex": {
    "synced": true,
    "best_block_height": 771336
  },
  "basic block filter index": {
    "synced": true,
    "best_block_height": 771336
  }
}
bash-5.0# bitcoin-cli getindexinfo blockfilterindex
{
}
bash-5.0# bitcoin-cli getindexinfo basicblockfilterindex
{
}
bash-5.0# bitcoin-cli getindexinfo txindex
{
  "txindex": {
    "synced": true,
    "best_block_height": 771336
  }
Jump to: