mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-24 03:33:20 +00:00
19 lines
588 B
Plaintext
19 lines
588 B
Plaintext
server=1
|
|
txindex=1
|
|
|
|
# Authentication
|
|
rpcauth=coordinator:29de0441af68213532c84470616d867c$f936baec7d3d5083617d6d898b3a762999e17bf2453244a37e779caf250dc09f
|
|
# generator: https://jlopp.github.io/bitcoin-core-rpc-auth-generator/
|
|
# Cookie file authentication
|
|
rpccookiefile=/home/bitcoin/.bitcoin/.cookie
|
|
# Increase the number of connections
|
|
maxconnections=15
|
|
# Set the maximum number of transactions to keep in the memory pool
|
|
maxmempool=300
|
|
# Run this node on the Bitcoin Test Network. Equivalent to -chain=test
|
|
regtest=1
|
|
[regtest]
|
|
rpcbind=0.0.0.0
|
|
rpcallowip=0.0.0.0/0
|
|
rpcport=8332
|
|
port=18444 |