-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbitcoin.conf
47 lines (35 loc) · 1.09 KB
/
bitcoin.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# location to store blockchain and other data.
datadir=/data/Bitcoin
dbcache=4000
# Must set txindex=1 so Bitcoin keeps the full index
txindex=1
# [rpc]
# Accept command line and JSON-RPC commands.
server=1
# Default Username and Password for JSON-RPC connections
rpcuser=secureUserName
rpcpassword=secureBitcoinPassword
# If you want to allow remote JSON-RPC access
rpcallowip=0.0.0.0/0
# [wallet]
disablewallet=1
# (optional for Planaria)
# [ZeroMQ]
# ZeroMQ messages power the realtime Planaria crawler
# so it is important to set the endpoint
# zmqpubhashtx=tcp://localhost:28332
# zmqpubhashblock=tcp://localhost:28332
# (optional for Planaria)
# Planaria makes heavy use of JSON-RPC so it is set to a higher number
# But you can tweak this number as you want
rpcworkqueue=512
# Support large mempool
maxmempool=6000
# Support large pushdata
datacarriersize=100000
# Prune data (max N size in MiB) (optional for Planaria)
prune=520
# Max upload limit (max N size MiB) (optional for Planaria)
# maxuploadtarget=250
# Max connections to other nodes (max nodes) (optional for Planaria)
maxconnections=6