public-pool/full-setup/bitcoin-regtest.conf
Thomas Shufps f7303d73af
Feat/regtest network (#11)
Feat/regtest network
2023-12-03 20:45:21 -05:00

23 lines
256 B
Plaintext

[main]
[test]
[signet]
[regtest]
# allow all IPs
rpcallowip=0.0.0.0/0
# start RPC server
server=1
# bind to 0.0.0.0
rpcbind=0.0.0.0
# RPC Port 28332
rpcport=28332
# RPC username and password
rpcpassword=bitcoin
rpcuser=bitcoin
# set pruning
prune=550