mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 06:31:39 +00:00
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
server=1
|
|
txindex=1
|
|
|
|
# Authentication
|
|
rpcauth=XXX:1234
|
|
# 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
|
|
signet=1
|
|
[signet]
|
|
rpcbind=0.0.0.0
|
|
rpcallowip=0.0.0.0/0
|
|
rpcport=8332 |