blvm-node 0.1.1

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
{
  "listen_addr": "127.0.0.1:8333",
  "transport_preference": "tcp_only",
  "max_peers": 100,
  "protocol_version": "BitcoinV1",
  "storage": {
    "database_backend": "auto",
    "data_dir": "data",
    "pruning": {
      "mode": {
        "type": "aggressive",
        "keep_from_height": 0,
        "keep_commitments": true,
        "keep_filtered_blocks": false,
        "min_blocks": 144
      },
      "auto_prune": true,
      "auto_prune_interval": 144,
      "min_blocks_to_keep": 144,
      "prune_on_startup": false,
      "utxo_commitments": {
        "keep_commitments": true,
        "keep_filtered_blocks": false,
        "generate_before_prune": true,
        "max_commitment_age_days": 0
      }
    },
    "cache": {
      "block_cache_mb": 50,
      "utxo_cache_mb": 100,
      "header_cache_mb": 10
    }
  }
}