Browse Source

Update seed.txt pathname

master
nolim1t 5 years ago
parent
commit
85d21471e3
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      stage2/04-docker-compose/files/umbrel-createwallet.py

2
stage2/04-docker-compose/files/umbrel-createwallet.py

@ -33,7 +33,7 @@ url = 'https://localhost:8080/v1/genseed'
# Initialize wallet
url2 = 'https://localhost:8080/v1/initwallet'
cert_path = '/home/umbrel/lnd/tls.cert'
seed_filename = '/home/umbrel/seed.txt'
seed_filename = '/home/umbrel/secrets/seed.txt'
# save password control file (Add this file if we want to save passwords)
save_password_control_file = '/home/umbrel/.save_password'

Loading…
Cancel
Save