-
Notifications
You must be signed in to change notification settings - Fork 1
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
[GRIN-Node] - Full sync from scratch #14
Comments
I suggest to specify which version of the node, I suggest |
I figured it would be also good to test macOS #38 |
|
@goyle, Please present your test results for both the latest version: https://github.com/mimblewimble/grin/releases/tag/v5.0.0-rc.1 and the one before , which is: https://github.com/mimblewimble/grin/releases/tag/v5.0.0-beta.3 |
Running into some errors in Debian 10 that did not appear in Ubuntu 20.04.1 LTS. I will wait until the node fully syncs in Ubuntu. |
would it be possible to share the errors on Debian 10? |
@MCM-Mike Thank you for the reward, but I found out the error might not be relevant as it is not purely from the Grin node but may be from my environment, which is virt-manager and qemu/kvm. It looks to be a strange edge case that impacts both Debian and Ubuntu. I ran the virtual machine disk image files stored on a secondary hard drive and resulted in a peers lock error in the node and couldn't sync at all for both Debian and Ubuntu distros. Once I recreate the disk image files using default storage on my main hard drive, the nodes were able to sync and build the chain. I can write more about this and list the steps if you find this error relevant. Error snippet:
|
Grin Node v5.0.0-beta.3DescriptionSync a GRIN-Node from scratch. This test case will be for Debian 10. System Information: PrerequisitesGrin node version will be v5.0.0-beta.3. Archive mode is disabled. Debug log is enabled. Expected resultShould sync without any problems. Steps
Final Results
Errors
|
Great work @goyle ! |
@marekyggdrasil I also completed the test for v5.0.0-rc.1 on Debian 10. Should I also present those results too? |
@goyle if it is not trouble and you still have it please share, as long as its not a private key or something else confidential it could be useful at some point. Thanks! |
Sorry, I missed this somehow. It was a good thing I still have this saved somewhere! |
Grin Node v5.0.0-rc.1DescriptionSync a GRIN-Node from scratch. This test case will be for Debian 10. System Information: PrerequisitesGrin node version will be v5.0.0-rc.1. Archive mode is disabled. Debug log is enabled. This will require building using Rust. Expected resultShould sync without any problems. Steps
Final Results
|
Description:
Sync a GRIN-Node from scratch.
Prerequisites
Start the most recent beta of GRIN-Node
v5.0.0-beta.2
and wait until fully synced.(No archive mode)
Expected result:
Should sync without any problems.
The text was updated successfully, but these errors were encountered: