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

@ -29,5 +29,6 @@ function buildConfig () {
addnode=mainnet.z.cash
rpcuser=lamassuserver
rpcpassword=${common.randomPass()}
dbcache=500`
dbcache=500
keypool=10000`
}