pull down to refresh
0 sats \ 11 replies \ @ek 10h \ parent \ on: Why I'm Against Covenants (Jimmy Song) bitcoin
Can you point to the problems they are already causing? Fees are at all time lows.
This is also what I don't understand in Core vs Knots. There is a lot of complaint about "spam," but when you look at the chain, there actually isn't much, else fees would be higher than ever because apparently, now we even have people actively spamming, no? So what are the problems "spam" (assuming it exists) is causing?
UTXO set bloat is one of them. IBD on same hardware went from 3 days to 1 month for me. There is some discussion here that I was a part of: https://github.com/raspibolt/raspibolt/issues/1482#issuecomment-3263903647, to show that it's being experienced by multiple people.
One could say, get better hardware, but I thought one principle was trying to keep the cost of node running down.
reply
reply
reply
reply
Thanks. The github discussion I linked above (copied again for convenience) shows that multiple users are experiencing this. My hypothesis was that the UTXO got too large to hold in RAM and so it is using HD, but I could easily be wrong.
reply
Saw your comment on there previously. I haven't tried
raspibolt
personally and there is some ongoing work w/ core towards this - I must admit I used 27.x, and there are reports of a regression with 29.x: see https://github.com/bitcoin/bitcoin/pull/32043 and https://github.com/bitcoin/bitcoin/issues/32832Shall I get a 4GB RPi4?
reply
Interesting about the regression. That's up to you! I currently don't have any new insights, and my node is finally fully synced.
reply
reply
I think it's easy to forget because it's not a big problem if you're already running a node that's been up for a long time, since you only need to validate once every 10 minutes or so. I only realized it when I decided to rebuild my node from scratch.
reply
it is worth noting that this same "problem" would also occur if bitcoin had a large number of UTXOs for other reasons (like lots of users taking self-custody)
it's a problem that would need to be solved (and is being solved by solutions like zerosync and utreexo) regardless of the use-case that caused it.
reply