-
Notifications
You must be signed in to change notification settings - Fork 1
/
bitcoin.conf
21 lines (17 loc) · 873 Bytes
/
bitcoin.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/
# [core]
# Set database cache size in megabytes; machines sync faster with a larger cache. Recommend setting as high as possible based upon machine's available RAM.
dbcache=2048
# Maintain a full transaction index, used by the getrawtransaction rpc call.
txindex=1
# [rpc]
# Accept command line and JSON-RPC commands.
server=1
# Bind to given address to listen for JSON-RPC connections. This option is ignored unless -rpcallowip is also passed. Port is optional and overrides -rpcport. Use [host]:port notation for IPv6. This option can be specified multiple times. (default: 127.0.0.1 and ::1 i.e., localhost)
rpcbind=0.0.0.0
# [wallet]
# Do not load the wallet and disable wallet RPC calls.
disablewallet=1
# [zeromq]
# Enable publishing of block hashes to <address>.
zmqpubhashblock=0.0.0.0:8433