pull down to refresh
0 sats \ 6 replies \ @DiedOnTitan 28 Mar \ on: incredibly impressed by LND + Neutrino bitcoin
Thanks for the pointers. I run a full verification node and I have been researching setting up an LN channel. My motivation and interest is focused on supporting the network and learning the infrastructure, as opposed to earning a profit. Based on your feedback, a full node is overkill, but I like the simplicity you are indicating. Cheers.
If you want to support the network and run a full node, then activate neutrino on your node and make it discoverable. In this way you help other to sync the neutrino from your node.
reply
Done.
neutrino=1
added to bitcoin.conf and restarted.reply
You need these:
discover=1
blockfilterindex=1
peerblockfilters=1
reply
blockfilterindex=1 peerblockfilters=1
These obviously make sense in the context of Neutrino. Added and restarted. Cheers!
reply
discover=1
is default, right? My node is already discoverable. Added it explicitly and restarted.reply
yes is visible in the bitcoin network, but that discover line is only for neutrino clients to find your node.
reply