-
Notifications
You must be signed in to change notification settings - Fork 795
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
Easy way to switch between beta/live network #1099
Comments
It is possible, and we have been wanting to make this change for a while but have not implemented to-date. We will make this change in the future. Thank you for the contribution ! |
A CLI option might be best here, allowing config files for the chosen network to be created on startup.
|
Bitcoin has |
We should probably keep the flag names consistent with terms used within the Nano community, regardless of what other projects do. So simply livenet, betanet and testnet IMO. |
Yes agreed, but we should also try and maintain some form of consistency with naming if there are acceptable standards adopted by projects already, just to make multi node service's lives easier. I don't think livenet is necessary as it should be the default. But what do do if someone specifies both nano_node --daemon --testnet --betanet? Guess betanet makes more sense to have priority here or just exit with an error saying it is ambiguous |
Yeah I think multiple nets should be an error. |
In Bitcoin allow the user to switch between live/testnet change the configuration of
bitcoin.conf
, settingtestnet=1
. It's easier and simple. This behavior are present in many others cryptocurrencies.Why not create a new field in
config.json
:It's possible?
The text was updated successfully, but these errors were encountered: