mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-17 21:31:42 +01:00
23 lines
256 B
Plaintext
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
|