We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've seen that in modules/bitcoin.nix we have
modules/bitcoin.nix
nix-bitcoin/modules/bitcoind.nix
Lines 153 to 156 in 8db4a1e
which means that only mainnet or regtest are supported.
mainnet
regtest
However, can I forcefully add testnet in the services.bitcoind.extraConfig?
testnet
services.bitcoind.extraConfig
nix-bitcoin/examples/configuration.nix
Lines 39 to 42 in 8db4a1e
If not, how can I run a node using testnet?
The text was updated successfully, but these errors were encountered:
any news?
Sorry, something went wrong.
No one is working on this as far as I know.
No branches or pull requests
I've seen that in
modules/bitcoin.nix
we havenix-bitcoin/modules/bitcoind.nix
Lines 153 to 156 in 8db4a1e
which means that only
mainnet
orregtest
are supported.However, can I forcefully add
testnet
in theservices.bitcoind.extraConfig
?nix-bitcoin/examples/configuration.nix
Lines 39 to 42 in 8db4a1e
If not, how can I run a node using
testnet
?The text was updated successfully, but these errors were encountered: