Refactor bitcoind.nix to fetch pre-built binaries based on platform d…#38
Merged
vnprc merged 1 commit intovnprc:masterfrom May 1, 2025
Merged
Refactor bitcoind.nix to fetch pre-built binaries based on platform d…#38vnprc merged 1 commit intovnprc:masterfrom
vnprc merged 1 commit intovnprc:masterfrom
Conversation
…etection and update devenv.nix to configure bitcoind with a testnet configuration. This improves cross-platform compatibility and simplifies the build process.
vnprc
reviewed
May 1, 2025
| [testnet4] | ||
| sv2=1 | ||
| sv2port=8442 | ||
| debug=sv2" > $BITCOIND_DATADIR/bitcoin.conf && \ |
Owner
There was a problem hiding this comment.
why use bash to update bitcoin.conf? You can edit it directly at /bitcoind.conf.
Owner
|
It builds! Incredible! \o/ Getting this on I think you have clobbered the username/pw that was previously injected using bitcoind.conf. Will attempt to repair. |
Owner
|
Fixed it in this commit: a52584b i dunno how to get that commit in this PR but fuck it, merging to master #yolo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…etection and update devenv.nix to configure bitcoind with a testnet configuration. This improves cross-platform compatibility and simplifies the build process.
Needs testing on a machine that is not mine.