Damus

Recent Notes

Lyn Alden · 48w
Had an interesting interaction with a cashier today. This young man in his 20s was ringing people up. His voice and mannerisms were basically like Napoleon Dynamite. In front of me, the customer sai...
kriegalex⚡ profile picture
I don't think most people have yet realized that most men in his age ARE in fact sad and lonely. It has become normal.

Call it how you want, find it ok or not, an excuse or not, it exists. It started as a dating crisis in Japan, now it's everywhere.
1❤️1
Gale Rush · 48w
Agreed, I was homeschooled in a homesteading community, but outside of that community I barely see people my age hanging out. Dancing should have never gone away, I think it is super helpful.
kriegalex⚡ · 49w
Waiting to see how much max storage space an electrs electrum server will take without pruning. Currently I'm looking at already 1TB lol If I've understood correctly, the rule is that the maximum wi...
kriegalex⚡ profile picture
It took between 20 to 24 hours and peaked at almost 2TB, before compacting to ~950GB. The pool is mainly HDDs with SSD cache, but I don't think that the cache helped much, for this amount of data.

I did not use lightmode and did not use "--address-search".
kriegalex⚡ profile picture
Waiting to see how much max storage space an electrs electrum server will take without pruning.

Currently I'm looking at already 1TB lol

If I've understood correctly, the rule is that the maximum will be twice the bitcoind block storage, then it will compact.

#bitcoin #homelab #electrum #electrs
2
kriegalex⚡ · 49w
It took between 20 to 24 hours and peaked at almost 2TB, before compacting to ~950GB. The pool is mainly HDDs with SSD cache, but I don't think that the cache helped much, for this amount of data. I did not use lightmode and did not use "--address-search".
kriegalex⚡ · 49w
Online recommandation for SSDs are valid, I can hear my HDDs scratching non-stop since the initial sync finished. Not sure what would cause so much activity on an empty unused freshly initialized electrum server.
kriegalex⚡ profile picture
I'm building a helm chart for a full Bitcoin stack: bitcoind, an explorer (+electrum) and lightning. What am I missing?

Starting from the blockstream repositories, but I could try to support mix and matches from different sources, if it gets any interest.

#helm #k3s #selfhosting #homelab #docker #bitcoin #lightning
note1nt8yx...
kriegalex⚡ profile picture
I would use some kind of remote share if the same data should be shared across many apps.

Local storage isn't usually meant for shared data. But I can see why one want would want fast local shared data, that is something easy to do in non cloud native technologies, but it doesn't fit the cloud native mentality.

Maybe it's possible, let us know!
Sovereign Being · 54w
I wasn't a fan of using helm charts, especially when something goes wrong. I'm probably just inept at k3s, but I like docker for the simplicity.
kriegalex⚡ profile picture
The only real thing with helm is that your PVC or at least the PV should survive (be Retained) when you need to "helm uninstall", if you don't want to loose data.

Other than that, not really different to other tools. Since it's meant for cloud native stuff, maybe it counts more on your data being easily recoverable from snapshots or S3 buckets, or stuff like that.