Skip to content

Instantly share code, notes, and snippets.

@m3dwards
m3dwards / core-lightning.service
Last active September 18, 2023 13:57
Core Lightning CLN systemd service unit (/etc/systemd/system/core-lightning.service)
[Unit]
Description=Core Lightning
After=network.target
[Service]
ExecStart=/usr/local/bin/lightningd --alias myalias --rbg 000000 --network bitcoin --daemon --pid-file /run/lightningd/lightningd.pid --log-file /home/bitcoin/.lightning/debug.log --proxy 127.0.0.1 --fee-base=0 --fee-per-satoshi=25
PermissionsStartOnly=yes
RuntimeDirectoryMode=0775
RuntimeDirectory=lightningd
RuntimeDirectoryPreserve=yes
@m3dwards
m3dwards / guix-sigs-mac-docker.md
Last active April 17, 2024 18:04 — forked from hebasto/guix-sigs.md
The `bitcoin-core/guix.sigs` Repository Workflow on Mac with docker
@m3dwards
m3dwards / runnercost.md
Created March 12, 2025 17:03
Estimated Runner Costs on Warpbuild
Current Runner Job Monthly Minutes CPUs used now Price per minute Cost per month
Cirrus 32-bit CentOS, dash, gui 196 2x 0.004 0.784
Cirrus ARM, unit tests, no functional tests 4162 2x ARM 0.003 12.486
Cirrus CentOS, depends, gui 12398 2x 0.004 49.592
Cirrus MSan, depends 22770 2x 0.004 91.08
Cirrus TSan, depends, gui 22572 4x 0.008 180.576
Cirrus Win64, unit tests, no gui tests, no functional tests 181 2x 0.004 0.724
Cirrus Win64-cross 5919 2x 0.004 23.676
Cirrus fuzzer,address,undefined,integer, no depends 42529 4x 0.008 340.232