You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tom Kirkpatrick 5bd5afec65
fix: make bitcoin the default chain
6 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
Makefile add makefile 6 years ago
README.md Update README.md 6 years ago
config.go fix: make bitcoin the default chain 6 years ago
zapconnect.go ui: display zoom instructions below QR Code 6 years ago

README.md

zapconnect 🌩

Generate QRCode to connect iOS app to remote LND.

Installing zapconnect

go get -d github.com/LN-Zap/zapconnect
cd $GOPATH/src/github.com/LN-Zap/zapconnect
make

Starting zapconnect

zapconnect

Application Options

-i, --localip            Use local ip instead of public ip.
-l, --localhost          Use 127.0.0.1 for ip.
-j, --json               Display json instead of a QRCode.
    --lnddir=            The base directory that contains lnd's data, logs, configuration
                         file, etc.
    --configfile=        Path to configuration file
-b, --datadir=           The directory to store lnd's data within
    --tlscertpath=       Path to write the TLS certificate for lnd's RPC and REST services
    --adminmacaroonpath= Path to write the admin macaroon for lnd's RPC and REST services 
                         if it doesn't exist