From 561f83cf2b7e9ce797eddf1602ce55a58dfbb36c Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 19 Jan 2025 18:00:47 +0100 Subject: [LN] local network --- home-dots/dot-bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home-dots') diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc index 5488946..edfc360 100644 --- a/home-dots/dot-bashrc +++ b/home-dots/dot-bashrc @@ -85,3 +85,9 @@ alias lar='ls -lahrt' alias ssh='TERM=xterm-256color ssh' alias emacs='TERM=xterm-direct emacs' alias mykeys='setxkbmap -I$HOME/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' + +# For local lightning network +REGLNDIR="/scratch/titan/lnd/reg" +alias lnali='lncli --lnddir="${REGLNDIR}-ali" --rpcserver=localhost:10001 -n regtest' +alias lncarl='lncli --lnddir="${REGLNDIR}-carl" --rpcserver=localhost:10002 -n regtest' +alias lnbob='lncli --lnddir="${REGLNDIR}-bob" --rpcserver=localhost:10003 -n regtest' -- cgit v1.2.3