Skip to content

Instantly share code, notes, and snippets.

@0xtav
Created September 3, 2022 01:37
Show Gist options
  • Save 0xtav/3a91aee4a47405bb4876c1e60eef9b8f to your computer and use it in GitHub Desktop.
Save 0xtav/3a91aee4a47405bb4876c1e60eef9b8f to your computer and use it in GitHub Desktop.
List of neutrino nodes.

List of neutrino nodes.

Neutrino is a lightweight bitcoin client, which allows the use of the bitcoin network without the need to run a full node, for those who don't want to wait hours or even days to use LND this can be an alternative, below is a list of nodes you can connect to.

  • mainnet1-btcd.zaphq.io
  • btcd-mainnet.lightning.computer
  • mainnet1-btcd.zaphq.io
  • mainnet2-btcd.zaphq.io
  • mainnet3-btcd.zaphq.io
  • mainnet4-btcd.zaphq.io
  • faucet.lightning.community

How to configure?

In ~/.lnd/lnd.conf you can add the following options:

bitcoin.node=neutrino
neutrino.addpeer=mainnet2-btcd.zaphq.io
neutrino.addpeer=mainnet1-btcd.zaphq.io
neutrino.addpeer=btcd-mainnet.lightning.computer  
neutrino.addpeer=mainnet1-btcd.zaphq.io
neutrino.addpeer=mainnet2-btcd.zaphq.io
neutrino.addpeer=mainnet3-btcd.zaphq.io 
neutrino.addpeer=mainnet4-btcd.zaphq.io
neutrino.addpeer=faucet.lightning.community
neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment