# 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 rpcpassword=nixblitz # [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
. zmqpubrawblock=tcp://127.0.0.1:28332 # Enable publishing of raw transaction hex to
. 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 rpcport=18443 rpcallowip=127.0.0.1