Open 0xB10C opened 12 months ago
I've also been working on-and-off on https://github.com/0xB10C/bitcoind-gunix. My goal is to do a full dependencies-from-source build, similar to the current GUIX release builds, in Nix. Ideally, I can get close to the GUIX binary. I'm not sure if getting a hash-by-hash match is possible, though. See https://github.com/0xB10C/bitcoind-gunix/issues/1.
thanks so much for this @0xB10C
here's a summary of where I am so far:
v0.21.0
working, which is what I actually needed when I started this repo... as you've probably noticed, it is still quite limited in features (--disable-bench --disable-wallet --disable-tests --disable-gui-tests
)
I just came across this and thought I share what I have locally. It takes a
rev
as input. Maybe this helps/inspires you.