how can i audit the bitcoin supply independantly using my umbrel node?
yep try these steps here:
- Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
- Type in the following command
ssh -t umbrel@umbrel.local
and press the Enter key - Run
sudo docker exec -it bitcoin_bitcoind_1 bitcoin-cli gettxoutsetinfo
which may take a couple minutes
can you help me run a command that works to audit the bitcoin supply on umbrel?