Prune Dash (#183)
This commit is contained in:
parent
097de6dc97
commit
2fd4cd50c5
1 changed files with 4 additions and 1 deletions
|
|
@ -20,5 +20,8 @@ function buildConfig () {
|
||||||
return `rpcuser=lamassuserver
|
return `rpcuser=lamassuserver
|
||||||
rpcpassword=${common.randomPass()}
|
rpcpassword=${common.randomPass()}
|
||||||
dbcache=500
|
dbcache=500
|
||||||
keypool=10000`
|
keypool=10000
|
||||||
|
litemode=1
|
||||||
|
prune=4000
|
||||||
|
txindex=0`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue