aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-bashrc
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-19 18:00:47 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-19 18:11:19 +0100
commit561f83cf2b7e9ce797eddf1602ce55a58dfbb36c (patch)
treed9ae8675a0e428a776e58897934f70aa2fc19a33 /home-dots/dot-bashrc
parent089b97cb2f1379ca8981b77edc0a4fc9e7484b66 (diff)
downloaddotfiles-561f83cf2b7e9ce797eddf1602ce55a58dfbb36c.tar.gz
dotfiles-561f83cf2b7e9ce797eddf1602ce55a58dfbb36c.tar.bz2
dotfiles-561f83cf2b7e9ce797eddf1602ce55a58dfbb36c.zip
[LN] local network
Diffstat (limited to 'home-dots/dot-bashrc')
-rw-r--r--home-dots/dot-bashrc6
1 files changed, 6 insertions, 0 deletions
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'