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

Dual network support #63

Merged
merged 4 commits into from Oct 17, 2023
Merged

Dual network support #63

merged 4 commits into from Oct 17, 2023

Conversation

jholdstock
Copy link
Member

dcrseeder is now able to run on mainnet and testnet simultaneously. It runs two HTTP servers on two different ports. This PR also adds a sample config file.

Note: The config format has changed significantly to enable this change.

Closes #14

sample-dcrseeder.conf Outdated Show resolved Hide resolved
sample-dcrseeder.conf Outdated Show resolved Hide resolved
Enable a single instance of dcrseeder to run on mainnet and testnet
simultaneously.

The config changes to enable this are not backwards compatible.
Copy link
Member

@davecgh davecgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine. Pinging @dajohi for final review though because this breaks existing setups and I'm not sure what the release policy for this repo is.

@davecgh davecgh merged commit dc1a9e7 into decred:master Oct 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

single process should be able to crawl and resolve multiple networks
3 participants