non-custodial wallets research
lnd.conf
com.blixtwallet
app.zeusln.zeus
neutrino
lnd.neutrino.addpeer=
Add a peer to connect with at startup
lnd.neutrino.connect=
Connect only to the specified peers at startup
lnd.neutrino.maxpeers=
Max number of inbound and outbound peers
lnd.neutrino.banduration=
How long to ban misbehaving peers. Valid time units are {s, m, h}. Minimum 1 second
lnd.neutrino.banthreshold=
Maximum allowed ban score before disconnecting and banning misbehaving peers.
lnd.neutrino.assertfilterheader=
Optional filter header in height:hash format to assert the state of neutrino's filter header chain on startup. If the assertion does not hold, then the filter header chain will be re- synced from the genesis block.
lnd.neutrino.useragentname=
Used to help identify ourselves to other bitcoin peers (default: neutrino)
lnd.neutrino.useragentversion=
Used to help identify ourselves to other bitcoin peers (default: 0.12.0- beta)
lnd.neutrino.validatechannels
Validate every channel in the graph during sync by downloading the containing block. This is the inverse of routing.assumechanvalid, meaning that for Neutrino the validation is turned off by default for massively increased graph sync performance. This speedup comes at the risk of using an unvalidated view of the network for routing. Overwrites the value of routing.assumechanvalid if Neutrino is used. (default: false)
lnd.neutrino.broadcasttimeout=
The amount of time to wait before giving up on a transaction broadcast attempt.
lnd.neutrino.persistfilters
Whether compact filters fetched from the P2P network should be persisted to disk.
Last updated