klabo's avatar
klabo
_@klabo.blog
npub19a86...2ckt
iOS developer. ❤️ Bitcoin and ⚡️ I want to help nocoiners learn about Bitcoin https://bitcoinbuddy.co
klabo's avatar
klabo 2 years ago
Imagine this… but he’s the Zap Man!
klabo's avatar
klabo 2 years ago
Anything weird happening on here tonight? Long day.
klabo's avatar
klabo 2 years ago
ChatGPT is so cool: how do i set up multiple services that start up in a tmux session from systemd on ubuntu 1. Create a systemd service unit file for each service that you want to start up in a tmux session. 2. Add the following to each service unit file: [Service] ExecStart=/usr/bin/tmux new-session -d -s <session_name> <command> Replace <session_name> with the name of the tmux session and <command> with the command to start the service. 3. Start the services with the following command: sudo systemctl start <service_name> Replace <service_name> with the name of the service. 4. Enable the services to start automatically on boot with the following command: sudo systemctl enable <service_name> Replace <service_name> with the name of the service.
klabo's avatar
klabo 2 years ago
I feel like Bitcoin can sense when I’m opening a channel and just piles on the blocks.
klabo's avatar
klabo 2 years ago
#nodestriches anyone opened a channel over 16.7m sats on CLN? I’m trying to open one with C= but I’m getting an amount exceeded error. Not sure if it’s my setting or theirs
klabo's avatar
klabo 2 years ago
Is amboss.space down?
klabo's avatar
klabo 2 years ago
gn y’all, wish I was in Costa Rica. PV 🤙
klabo's avatar
klabo 2 years ago
Working on adding some tests to my CLN plugin took a while to get it running but pyln-testing is a really cool way to test setting up nodes and channels etc. Previously I was just live updating on my running mode which wasn’t very smart or fun.