<willcl-ark>
I'm syncing it now on testnet, but I'm guessing I won't hit the same errors you're seeing roasbeef...
<willcl-ark>
Also possibly of interest to you, I am going to be maintaining **unofficial** docker images --which will actually be updated in a timely fashion-- of supported versions (i.e. not EoL), here: https://hub.docker.com/r/bitcoin/bitcoin I've modernised both alpine and debian builds a bit too. Possibly of note, there is no bdb wallet support -- only migration to sqlite (as BDB is going away
<willcl-ark>
very soon). But everything else should match those unmaintained ruimarinho images.
blockdyor has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 272 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
<darosior>
For what it's worth i'm not experiencing this on my 25.0 testnet node.
adil1 has joined #bitcoin-core-dev
puchka has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
<Unit640>
It appears as if only the "all." files are relevant, which leaves me puzzled by what the "noncodesigned." ones are for.
<sipa>
Unit640: our deterministic build process works in two stages; in the first stage, people compile the binaries without code signatures from source; when those succeed and match, code signatures for those binaries are published, and in a second stage, everyone can compile the full signed binaries using those
<laanwj>
yes, note that for platforms that don't have codesigning (so, all linux archs) what is in -noncodesigned is exactly the same as what is in -all
Guest91 has joined #bitcoin-core-dev
Guest91 has quit [Client Quit]
ion- has quit [Remote host closed the connection]
ion- has joined #bitcoin-core-dev
ion- has quit [Remote host closed the connection]
ion- has joined #bitcoin-core-dev
ion- has quit [Remote host closed the connection]
ion- has joined #bitcoin-core-dev
ion- has quit [Remote host closed the connection]
ion- has joined #bitcoin-core-dev
Guest30 has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
Guest30 has quit [Client Quit]
ion- has quit [Ping timeout: 245 seconds]
<achow101>
roasbeef: did that datadir get uploaded? also, maybe rebuild that docker container and actually use the released bitcoind?