I'm setting up an LND node so I can learn about Lightning Networks. I apparently need a set of user credentials so that I can connect to the network.
How do I get the credentials that I need to set this up? Is it possible for an average user who is just trying to learn about LND?
Ideally I would like to connect to the main net, so that I can connect my Zap wallet to it.
I have to fill in these values in the config:
bitcoind.rpcuser=bitcoind_rpc_user_string
bitcoind.rpcpass=bitcoind_rpc_password_string
Also can someone explain these settings to me:
bitcoind.zmqpubrawblock=tcp://127.0.0.1:18501
bitcoind.zmqpubrawtx=tcp://127.0.0.1:18502
Is 127.0.0.1 ok to leave for these values?
Thanks