Old Dip Tracker
Old Dip Tracker
@SandroMarques46: Could you please verify in your `debug.log` file (you can find that in `%APPDATA%\Dogecoin`) that this happens during / right after `"Verifying last blocks at level "`?
@SandroMarques46 perhaps there's a `debug.log` file in `D:\Dogecoin` if you specified that as datadir?
I wouldn't mind targeting 1.15 for this
Added `help wanted` for review by a native speaker.
This is caused by `be32enc` and `le32dec` being specifically macro'd to not be included on FreeBSD because until now, this was provided (likely by boost or openssl) https://github.com/dogecoin/dogecoin/blob/b4a5d2bef20f5cca54d9c14ca118dec259e47bb4/src/crypto/scrypt.cpp#L46-L63 I suspect...
Great! I'll have a look at openssl and especially boost 1.85 diffs. In the meantime we probably best integrate `[b|l]e32[dec|enc]` into `src/compat/endian.h` and be good for the foreseeable future until...
I've finally been able to reproduce this and confirm the workaround when compiling using the 14.1-RELEASE `qcow2` preinstalled disk image. While we're working on a permanent fix, the workaround from...
Thank you for the analysis! Same bug as #3739. Since after ports/brew, more package managers will provide this, it makes sense to patch it sooner rather than later.
Did a new install yesterday because I also got a report for ubuntu 22.04 x86_64 with the release binary (probably from same person you got it from) but could not...
I don't know what happens outside of what is here so if people bother you, I'm sorry they do. If you have an issue, file it. Let's not close this...