-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create chainstate manager options. #3
Comments
I think you are the first person to test this on a mac - thank you for doing so! This executable built by I am working on making the packaging here a bit easier, but for the meantime did you see the installation command that hebasto posted here: bitcoin/bitcoin#30835 ? Might be a bit easier to wield than switching everything else off:
|
That is an easier workflow indeed (also having Somehow cargo build doesn't work anymore though:
Probably because this doesn't install
|
I just force-pushed a patch to my |
Yup, now it installs But building still fails:
It's looking in the wrong place for |
Yeah, I missed that 🫠 Edit: Mmh, maybe I recently also broke the way it is looking for headers. |
20e0b8178ff931672717ba401c083d03712b3f28 now puts
|
Seems like the prefix directory needs to be specified at configure time after all. So adding back |
That results in a more reasonable
|
You probably have to set |
Yes that works! All tests pass. |
Bitcoin Core is now integrated as a git subtree in this project, which makes building and linking much easier. There is no need to set environment variables anymore. It also makes it clear which version of my various branches are actually working with this library. |
Nice! I was able to
|
Found some time to clean up the example binary. It now takes as an argument a path to a previously used Bitcoin Core regtest directory and then scans for silent payments to a specific hard-coded address. I will completely rework these examples in the future and they probably won't include a silent payment scanner anymore. The current example can be used with:
|
I might wait for that refactor, because I only use silent payments on mainnet :-) |
On Intel macOS 14.6.1
Built Bitcoin Core from bitcoin/bitcoin#30595 @ acca9ee21652d8cffac14926511c2d7a3e40043d using:
Built this repo master @ a4649f9 using:
And then run it:
The text was updated successfully, but these errors were encountered: