add wallet backup to coin install
This commit is contained in:
parent
a5592b612f
commit
71e354e9ff
5 changed files with 19 additions and 6 deletions
|
|
@ -19,5 +19,6 @@ function setup (dataDir) {
|
|||
function buildConfig () {
|
||||
return `rpcuser=lamassuserver
|
||||
rpcpassword=${common.randomPass()}
|
||||
dbcache=500`
|
||||
dbcache=500
|
||||
keypool=10000`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue