add wallet backup to coin install

This commit is contained in:
Josh Harvey 2017-08-06 23:56:06 +03:00
parent a5592b612f
commit 71e354e9ff
5 changed files with 19 additions and 6 deletions

View file

@ -19,5 +19,6 @@ function setup (dataDir) {
function buildConfig () {
return `rpcuser=lamassuserver
rpcpassword=${common.randomPass()}
dbcache=500`
dbcache=500
keypool=10000`
}