blitz_api/scripts/bitcoin_regtest.conf

34 lines
961 B
Text
Raw Permalink Normal View History

2025-02-14 17:07:16 +01:00
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/
# This config should be placed in following path:
# ~/.bitcoin/bitcoin.conf
# [rpc]
# Accept command line and JSON-RPC commands.
server=1
# Location of the RPC auth cookie
rpccookiefile=.cookie_ext
rpcuser=nixblitz
2025-02-16 20:24:23 +01:00
rpcpassword=nixblitz
2025-02-14 17:07:16 +01:00
# [chain]
# chain=regtest
# [debug]
# Enable RPC logging
debug=rpc
# Log IP Addresses in debug output.
logips=1
# [zeromq]
# Enable publishing of raw block hex to <address>.
zmqpubrawblock=tcp://127.0.0.1:28332
# Enable publishing of raw transaction hex to <address>.
zmqpubrawtx=tcp://127.0.0.1:28333
[regtest]
# Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times. (default: 127.0.0.1 and ::1 i.e., localhost)
rpcbind=127.0.0.1
2025-02-16 20:24:23 +01:00
rpcport=18443
2025-02-14 17:07:16 +01:00
rpcallowip=127.0.0.1