Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Last active July 19, 2024 05:05
Show Gist options
  • Save bl4ck5un/2adbd2887b2c9fc6b37cfe884ee7fdfe to your computer and use it in GitHub Desktop.
Save bl4ck5un/2adbd2887b2c9fc6b37cfe884ee7fdfe to your computer and use it in GitHub Desktop.
Simple bitcoind config for regtest
##
## bitcoin.conf configuration file. Lines beginning with # are comments.
##
daemon=1
regtest=1
listen=0
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
rpcuser=exch
rpcpassword=goodpass
rpcport=8332
# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands
server=1
#prune=5500
txindex=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment