From e87082a0eb69c877af232e0f256d02ac264eb8d7 Mon Sep 17 00:00:00 2001 From: AnotherDroog <36770425+AnotherDroog@users.noreply.github.com> Date: Mon, 25 Mar 2019 16:58:56 +0700 Subject: [PATCH] install.py: Print more output --- noma/install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noma/install.py b/noma/install.py index 047820b..0ec7846 100644 --- a/noma/install.py +++ b/noma/install.py @@ -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()