fulcrum_zmq_allow_hashtx
0 removals
Words removed | 0 |
Total words | 78 |
Words removed (%) | 0.00 |
24 lines
1 addition
Words added | 3 |
Total words | 81 |
Words added (%) | 3.70 |
25 lines
# MiniBolt: fulcrum configuration
# MiniBolt: fulcrum configuration
# /data/fulcrum/fulcrum.conf
# /data/fulcrum/fulcrum.conf
## Bitcoin Core settings
## Bitcoin Core settings
bitcoind = 127.0.0.1:8332
bitcoind = 127.0.0.1:8332
rpccookie = /data/bitcoin/.cookie
rpccookie = /data/bitcoin/.cookie
## Admin Script settings
## Admin Script settings
admin = 8000
admin = 8000
## Fulcrum server general settings
## Fulcrum server general settings
datadir = /data/fulcrum/fulcrum_db
datadir = /data/fulcrum/fulcrum_db
cert = /data/fulcrum/cert.pem
cert = /data/fulcrum/cert.pem
key = /data/fulcrum/key.pem
key = /data/fulcrum/key.pem
ssl = 0.0.0.0:50002
ssl = 0.0.0.0:50002
tcp = 0.0.0.0:50001
tcp = 0.0.0.0:50001
peering = false
peering = false
zmq_allow_hashtx = true
# Set utxo-cache according to your device performance (only apply on initial indexing)
# Set utxo-cache according to your device performance (only apply on initial indexing)
# recommended: utxo-cache=1/2 x RAM available e.g: 4GB RAM -> utxo-cache=2000
# recommended: utxo-cache=1/2 x RAM available e.g: 4GB RAM -> utxo-cache=2000
utxo-cache = 2000
utxo-cache = 2000
# Banner
# Banner
banner = /data/fulcrum/fulcrum-banner.txt
banner = /data/fulcrum/fulcrum-banner.txt