Prune Dash (#183)

This commit is contained in:
Neal Conner 2018-10-06 07:46:41 -04:00 committed by Josh Harvey
parent 097de6dc97
commit 2fd4cd50c5

View file

@ -20,5 +20,8 @@ function buildConfig () {
return `rpcuser=lamassuserver
rpcpassword=${common.randomPass()}
dbcache=500
keypool=10000`
keypool=10000
litemode=1
prune=4000
txindex=0`
}