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
Please add a CLI flag for --chain to switch between networks instead of compiling multiple binaries and building Docker images for each network.
--chain
$ lotus # connect by default to mainnet $ lotus --chain testnet $ lotus --chain nerpa $ lotus --chain butterfly
Most blockchain protocols clients like Ethereum and Bitcoin has a flag or CLI option for switching between different networks.
The text was updated successfully, but these errors were encountered:
This seems like it could be a dangerous operation. Do we need to reset the node or should it be in a config file?
Sorry, something went wrong.
I think this issue can be closed now as this has been merged? #rengjøring
No branches or pull requests
Please add a CLI flag for
--chain
to switch between networks instead of compiling multiple binaries and building Docker images for each network.Most blockchain protocols clients like Ethereum and Bitcoin has a flag or CLI option for switching between different networks.
The text was updated successfully, but these errors were encountered: