lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

Fix unknown flag `bitcoin.rpcuser' error #24

Closed maxgiraldo closed 6 years ago

maxgiraldo commented 6 years ago

When running the command with the --bitcoin flag, it throws the error:

unknown flag 'bitcoin.rpcuser'

It seems that with lnd, you have to specify the actual bitcoin daemon that you're connecting to, so either btcd or bitcoind. Since the tutorial assumes you're using btcd, the tutorial should use that flag instead.

bryanvu commented 6 years ago

Thanks for this @maxgiraldo. I'm closing this because PR #25 addresses the same issue and also a couple additional ones.