|
@ -161,6 +161,7 @@ if [ ${walletExists} -eq 0 ]; then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# generate wallet with seed and set passwordC |
|
|
# generate wallet with seed and set passwordC |
|
|
|
|
|
echo "Generating new Wallet ...." |
|
|
source /home/admin/python-env-lnd/bin/activate |
|
|
source /home/admin/python-env-lnd/bin/activate |
|
|
python /home/admin/config.scripts/lnd.initwallet.py new ${passwordC} > /home/admin/.seed.tmp |
|
|
python /home/admin/config.scripts/lnd.initwallet.py new ${passwordC} > /home/admin/.seed.tmp |
|
|
source /home/admin/.seed.tmp |
|
|
source /home/admin/.seed.tmp |
|
|