Skip to content

Instantly share code, notes, and snippets.

@bliotti
Created July 7, 2021 01:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bliotti/ca5a0492448b8171c726e9ef99ab9835 to your computer and use it in GitHub Desktop.
Save bliotti/ca5a0492448b8171c726e9ef99ab9835 to your computer and use it in GitHub Desktop.
QR codes on LND.md

create QR codes on LND

sudo apt-get install qrencode jq
lncli newaddress np2wkh | jq -c -r .address |qrencode -t ASCII -m 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment