Skip to content

Generate QRCode to connect iOS app to remote LND

License

Notifications You must be signed in to change notification settings

ernest22/zapconnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate QRCode to connect iOS app to remote LND

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%