Last active
February 17, 2025 17:07
-
-
Save bl4ck5un/2adbd2887b2c9fc6b37cfe884ee7fdfe to your computer and use it in GitHub Desktop.
Simple bitcoind config for regtest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## 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
must be preceded by this line:
[regtest]