3cola

Results 6 comments of 3cola

you could also add support for cpuset at the same time ? (by adding also "cgroup_enable=cpuset" )

I don't know if that help, but I succeeded to build it on freebsd with this command: `CFLAGS='-g -stdlib=libc++ -std=c++11 -fno-rtti' pip install --force-reinstall --global-option="build_ext" --global-option="-I/usr/local/include" --global-option="-L/usr/local/lib" plyvel `

I am just testing the teosd setup for now, but not the watchtower plugin for c-lightning.

> Hello @3cola , I am continuing the work on integration of TEoS into nix-bitcoin (https://github.com/seberm/nix-bitcoin/tree/feature/add-rust-teos-v4). > > > Commonly used by teos is the port 2121, like this: .......

I know this is not a solution but I have this command running in a cron to autorenew, if that helps someone: `lightning-cli listtowers | jq -r 'to_entries | map(.value...

I made a fork for this repo, and I made a commit that should fix the issue of the great msat migration of CLN v23.05. Along the way, I also...