mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
parent
fb9283a06c
commit
7141cb1674
@ -22,6 +22,7 @@ OPTIONS+=(PEERING "Connect to a Peer")
|
||||
OPTIONS+=(CHANNEL "Open a Channel with Peer")
|
||||
OPTIONS+=(SEND "Pay an Invoice/PaymentRequest")
|
||||
OPTIONS+=(RECEIVE "Create Invoice/PaymentRequest")
|
||||
OPTIONS+=(XPUB "Show OnChain xPubs")
|
||||
|
||||
if [ "${chain}" = "main" ]; then
|
||||
OPTIONS+=(lnbalance "Detailed Wallet Balances")
|
||||
@ -140,4 +141,16 @@ case $CHOICE in
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
XPUB)
|
||||
clear
|
||||
echo "LND wallet xPubs => $lncli_alias wallet accounts list --name default"
|
||||
echo
|
||||
$lncli_alias wallet accounts list --name default | grep --color=never .*,
|
||||
echo
|
||||
echo "EXPERIMENTAL - DONT USE FOR SERIOUS FUND RECEIVING YET"
|
||||
echo "Report your experience to: https://github.com/rootzoll/raspiblitz/issues/2192"
|
||||
echo
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user