mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
@@ -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
|
||||
|
Reference in New Issue
Block a user