Richard J. Safier
Richard J. Safier
would like to just be able to pass signet as network type and the lndDir to avoid having to explicitly path
requires lndclient to support signet: https://github.com/lightninglabs/lndclient/issues/94 Then should be just adding signet as choice in `config.go`: ``` Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"` ```
starting in lnd 0.13 they are offering etcd clustering (still experimental), that seems to be only other alternative to mirroring the drive lnd lives on.
tACK 2ae79d0 on ARM M1/macOS/Monterey 12.1 (Qt 5.15.2)
tested it out and seemed to behave as expected.