Skip to content

Commit

Permalink
install.py: Print more output
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherDroog committed Mar 25, 2019
1 parent 039fb40 commit e87082a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noma/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,14 @@ def usb_setup():
# important
if usb.is_mounted(smallest):
import noma.bitcoind
print("Creating bitcoind files")
noma.bitcoind.create()
if noma.bitcoind.check():
noma.bitcoind.set_prune("550")
noma.bitcoind.set_rpcauth("/media/archive/archive/bitcoin/bitcoin.conf")

import noma.lnd
print("Creating lnd files")
noma.lnd.create()
if noma.lnd.check():
noma.lnd.setup_tor()
Expand Down

0 comments on commit e87082a

Please sign in to comment.