-
Notifications
You must be signed in to change notification settings - Fork 989
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
Addition of seed-check logic to top-level crate #3801
Conversation
When I run on Windows 11 grin.exe seedcheck, no output is returned. I compiled from the main branch. I expected something to be returned, even if an error.
|
This PR adds a
tools
module to the top-level crate, which for now only contains a single utility calledseed_check
. For now the idea is to include aseed_check
command to the grin executable that wil probe all defined seeds and determine whether they're available and responding to handshake requests.grin seed-check
command, with argument flags for testnet and output files (see help documentation for details)