How to check the bitcoin supply?

how can i audit the bitcoin supply independantly using my umbrel node?

yep try these steps here:

  1. 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.
  2. Type in the following command ssh -t umbrel@umbrel.local and press the Enter key
  3. Run sudo docker exec -it bitcoin_bitcoind_1 bitcoin-cli gettxoutsetinfo which may take a couple minutes

This is what happened…

can you help me run a command that works to audit the bitcoin supply on umbrel?