-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update komodod & KDF #565
Update komodod & KDF #565
Conversation
doc/update0716.md
Outdated
pkill -9 iguana | ||
cd iguana | ||
./m_notary_build | ||
./m_notary_main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a comment here that ./m_notary_main
should be launched for mainnet nodes and ./m_notary_3rdparty
for third-party nodes only. Operators should launch the corresponding file based on the node type, meaning they should not run both files in sequence on the same node.
Also I guess we should include the following "HOW-TO" about HOW-TO If your blockchain data folder contains data from an older daemon version (before we switched to the 0.7.x versioning, such as 3.x.x), you might encounter this error when starting the
In this case, you have several options:
Future upgrades shouldn’t have these issues, but for now, we should recommend that users who encounter the p.s. To simplify the upgrade process, we also offer (optional) this script: restart_kmd_daemons.sh. Just run it on a host with launched Komodo daemons within a directory containing the new version of |
It seems the only thing left to fix is this: Lines 73 to 74 in 3b41c6a
It shouldn't be interpreted by operators as a single sequence of commands. |
for simple merging dev -> master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the latest changes, LGTM.
Removes VOTE2024
Updates komodod to 0adeeab
Updates mm2 to latest release