From 2fd4cd50c567096dcf50407494b8e66fd2d44f18 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Sat, 6 Oct 2018 07:46:41 -0400 Subject: [PATCH] Prune Dash (#183) --- lib/blockchain/dash.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/blockchain/dash.js b/lib/blockchain/dash.js index 6335d71d..868734b3 100644 --- a/lib/blockchain/dash.js +++ b/lib/blockchain/dash.js @@ -20,5 +20,8 @@ function buildConfig () { return `rpcuser=lamassuserver rpcpassword=${common.randomPass()} dbcache=500 -keypool=10000` +keypool=10000 +litemode=1 +prune=4000 +txindex=0` }