Skip to content
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

Testnet support #642

Open
realeinherjar opened this issue Sep 8, 2023 · 2 comments
Open

Testnet support #642

realeinherjar opened this issue Sep 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@realeinherjar
Copy link

I've seen that in modules/bitcoin.nix we have

network = mkOption {
readOnly = true;
default = if cfg.regtest then "regtest" else "mainnet";
};

which means that only mainnet or regtest are supported.

However, can I forcefully add testnet in the services.bitcoind.extraConfig?

# You can add options that are not defined in modules/bitcoind.nix as follows
# services.bitcoind.extraConfig = ''
# maxorphantx=110
# '';

If not, how can I run a node using testnet?

@jaonoctus
Copy link

any news?

@jonasnick
Copy link
Member

No one is working on this as far as I know.

@jonasnick jonasnick added the enhancement New feature or request label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants