titan_hodler
v28.1 is building right now, should be available within a few hours under the v28.1 tag and also as "latest". I'm rebuilding all images on top of base images that include yesterday's patches. Also had to deal with a…
Fixed a font rendering issue affecting v0.2.0 all the way through v0.6.0. Turned out to be a missing package, simple fix once I found it. So now the collection is complete AND actually usable. One tradeoff: for the GUI…
Huge milestone: v0.2.0 compiled and running. The collection is complete. v0.2.0 through v0.2.6 are GUI only, no daemon mode, so you need a special setup to get the GUI out of a container. Instructions for that are on…
Just tested v2.10 myself. My VPS already had port 8333 occupied so I mapped it to 8133 instead. Grabbed the container ID and checked the debug.log. After running for over an hour the connection count was still sitting…
Thanks for the tip, really appreciate it, doesn't happen often! Looking forward to any PRs you send, code or docs, both are equally needed. If I'm being honest the documentation needs just as much love as the code but…
Update: v0.2.1 is done and I've filled in a bunch of gaps in the lineup. Some v0.3.x releases weren't on GitHub at all, so I tracked down the source from SourceForge and mirrored it on my own GitHub. SourceForge was…
v0.2.7 just built successfully. This one was released somewhere around late 2009. For anyone curious how painful the build process actually is, the Dockerfile tells the whole story. Here's roughly what it took: Had to…
I did already spell this out in the original post but I'll say it again for clarity: these images are NOT for running a full node in production. They exist for things like recovering or inspecting old wallet files,…
Yeah good heads up, I should've mentioned that more clearly. Honestly though, with the really old pre-0.5.x stuff I didn't even wait for IBD to complete because those versions don't seem to start syncing at all. They…
reserved for common use case docs, will fill in later
saving this spot for future collabs
Right now the furthest back I've gotten in a reasonably clean way is v0.3.4 (or v0.3.5, honestly versioning back then was a mess and not consistent at all). v0.3.4 is basically the cutoff point where you can still…
So it started with me putting together a docker image for bitcoin core v27.1 with the testnet4 patch (which has since landed in v28.0). Just for kicks I also compiled a few older releases alongside it. Then something…