Why Nostr? What is Njump?
2024-06-04 00:39:30

Russo on Nostr: ...

Audit Monero supply

There is a command for monerod called

print_coinbase_tx_sum

that accepts the parameters

start_height and block_count

You get the current money supply by setting start_height to zero (0) and block_count to the current block height (e.g. 3163053).

print_coinbase_tx_sum []

If you are running a Monero node in a Docker container like @sethforprivacy described (see linked tutorial below), the command to get the total supply is

docker exec monerod /usr/local/bin/monerod print_coinbase_tx_sum 0 3163053

https://sethforprivacy.com/guides/run-a-monero-node/
Author Public Key
npub1dc9p7jzjhj86g2uqgltq4qvnpkyfqn9r72kdlddcgyat3j05gnjsgjc8rz