Don't snap install Bitcoin Core
I asked Claude Code to fix a broken systemd service for Bitcoin Core. It migrated me from the snap to a tarball install, then ran snap remove bitcoin-core --purge — which deleted 750 GB of blockchain data that was still stored under ~/snap/. Nothing was permanently lost, but the blockchain has to be downloaded and validated again from scratch. My Lightning node is offline for a few days while that happens. ...