Skip to content

Commit

Permalink
Merge pull request raspiblitz#352 from rootzoll/dev
Browse files Browse the repository at this point in the history
updated shango connect
  • Loading branch information
rootzoll authored Feb 24, 2019
2 parents 1476874 + e754d53 commit 31a263c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home.admin/97addMobileWalletShango.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ read key

clear
echo "*** STEP 2 : SCAN MACAROON (make whole QR code fill camera) ***"
echo -e "${myip}:10009,\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && cat ./.lnd/tls.cert >>qr.txt && qrencode -t ANSI256 < qr.txt
#echo -e "${myip}:10009,\n$(xxd -p -c2000 ~/.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && qrencode -t ANSIUTF8 < qr.txt
echo -e "${myip}:10009,\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt && qrencode -t ANSI256 < qr.txt
echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished."
read key
shred qr.txt
Expand Down

0 comments on commit 31a263c

Please sign in to comment.