pull down to refresh
21 sats \ 0 replies \ @sime 10 Sep \ on: A PSA from Nicolas Dorier for those who run a BTCPay Server on a VPS bitcoin
Spent a few minutes looking up what the 'UTXO set' is because I assumed running bitcoind as blocks only might skip the need for extra disk space.
So I was wrong, the UTXO set is list of all current unspent outputs. I think it's name confused me, it's all UTXOs not some of them.
The set is used by nodes to validate each new block, without it, the node couldn't continually audit the chain.