micahstubbs / lightpay

Atomic swaps for the Lightning Payment Network
https://lightpay.it/
MIT License
17 stars 2 forks source link

start lightning network daemon lnd again #9

Closed micahstubbs closed 6 years ago

micahstubbs commented 6 years ago

now that we've 1) generated a new TLS cert 2) added a new neutrino.addpeer entry into lnd.conf (see issue #8)

we can start lnd again and see if it can connect to the bcoin node that we're running on the same server

## Run LND

# switch to bash if you are using another shell
$ bash
$ nohup /root/go/bin/lnd > /root/.lnd/lnd.log 2>&1 &
$ lncli create
micahstubbs commented 6 years ago

first attempt

screen shot 2018-04-08 at 10 54 03 am
➜  ~ bash
root@vultr:~# nohup /root/go/bin/lnd > /root/.lnd/lnd.log 2>&1 &
[1] 20475
root@vultr:~# lncli create
Input wallet password:
Confirm wallet password:

Do you have an existing cipher seed mnemonic you want to use? (Enter y/n): n

Your cipher seed can optionally be encrypted.
Input your passphrase you wish to encrypt it (or press enter to proceed without a cipher seed passphrase):

Generating fresh cipher seed...

[lncli] unable to generate seed: rpc error: code = Unimplemented desc = unknown service lnrpc.WalletUnlocker
root@vultr:~#