Browse Source
Improve on the config. Make it more clear of what we are trying to achieve
patch-1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
5 additions and
4 deletions
-
bitcoin/bitcoin.conf
|
|
@ -12,17 +12,18 @@ maxuploadtarget=5000 |
|
|
|
port=8333 |
|
|
|
rpcport=8332 |
|
|
|
|
|
|
|
# Prune it up first |
|
|
|
# Prune it up first (We can uncomment this later or by script, should there be enough space) |
|
|
|
prune=550 |
|
|
|
|
|
|
|
# Temporary solution while we don't have the drives |
|
|
|
# txindex=1 |
|
|
|
|
|
|
|
# blockfilterindex=1 |
|
|
|
peerbloomfilters=0 |
|
|
|
avoidpartialspends=1 |
|
|
|
# peerbloomfilters=0 |
|
|
|
|
|
|
|
logips=1 |
|
|
|
logtimestamps=0 |
|
|
|
logthreadnames=1 |
|
|
|
|
|
|
|
nodebuglogfile=1 |
|
|
|
rpcbind=0.0.0.0 |
|
|
|
|
|
|
|