Richard J. Safier

Results 14 comments of 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.

oh didn't even think if they are using a library that doesn't understand signet that might be root issue. I will try messing with the lnpay.co backend see how that...

yeah looks like it needs reference put in for its location, not sure how tests missed that, I will fix it

Fixed template with commit ce34b6903a7796b185500f5f00702c6b9d7cc4e7 not sure why but on this mac the install script isn't building properly, but manually running docker compose build is.

needs the python requirements installed?

screen shot not so easy to read command that caused misfunction is: `play-lnd "lncli -n signet openchannel 02682ab25dd7b33e249496cfe35f943f944d925904a9f3870816778898df06ca2f 50000000 25000000 --minconf 0 --help" `