The Plot which is shown error in debug.log. but it is tested valid by executing chia plots check #5930
Closed
lawson1972
started this conversation in
Support
Replies: 1 comment
-
@lawson1972 , the newest version(s) of chia has fixes in place to resolve this issue. Please download it from here: https://www.chia.net/downloads/ Since this issue has been resolved with the latest version(s) of chia we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Plot which is shown error in debug.log. but it is tested valid by executing chia plots check
Which message should I trust? Do I need remove the plot from my pool?
The information in Debug Log.
2021-05-23T21:43:31.471 harvester chia.harvester.harvester: ERROR Error using prover object Invalid size for deltas: 44683
2021-05-23T21:43:31.481 harvester chia.harvester.harvester: ERROR File: D:\plot\plot-k32-2021-05-22-15-10-02db3c1667154320a76893e8893d400ec1edc2ffe4434c74393697834ef671f3.plot
The test results by executing chia plot check. shows it is a valid plot
PS C:\Users\XXXXX\AppData\Local\chia-blockchain\app-1.1.6\resources\app.asar.unpacked\daemon> .\chia plots check -g D:\plot\plot-k32-2021-05-22-15-10-02db3c1667154320a76893e8893d400ec1edc2ffe4434c74393697834ef671f3.plot
2021-05-24T16:59:55.280 chia.plotting.check_plots : INFO Loading plots in config.yaml using plot_tools loading code
2021-05-24T16:59:55.377 chia.plotting.plot_tools : INFO Searching directories ['D:\plot', 'C:\MNT\chia01\plot', 'C:\MNT\chia02\plot', 'C:\MNT\chia18\plot']
2021-05-24T17:00:12.497 chia.plotting.plot_tools : INFO Only loading plots that contain "D:\plot\plot-k32-2021-05-22-15-10-02db3c1667154320a76893e8893d400ec1edc2ffe4434c74393697834ef671f3.plot" in the file or directory name
2021-05-24T17:00:12.676 chia.plotting.plot_tools : INFO Found plot D:\plot\plot-k32-2021-05-22-15-10-02db3c1667154320a76893e8893d400ec1edc2ffe4434c74393697834ef671f3.plot of size 32
2021-05-24T17:00:12.679 chia.plotting.plot_tools : INFO Loaded a total of 1 plots of size 0.09893990436376043 TiB, in 17.335959911346436 seconds
2021-05-24T17:00:12.680 chia.plotting.check_plots : INFO
2021-05-24T17:00:12.681 chia.plotting.check_plots : INFO
2021-05-24T17:00:12.682 chia.plotting.check_plots : INFO Starting to test each plot with 30 challenges each
2021-05-24T17:00:12.682 chia.plotting.check_plots : INFO Testing plot D:\plot\plot-k32-2021-05-22-15-10-02db3c1667154320a76893e8893d400ec1edc2ffe4434c74393697834ef671f3.plot k=32
2021-05-24T17:02:01.790 chia.plotting.check_plots : INFO Proofs 27 / 30, 0.9
2021-05-24T17:02:01.793 chia.plotting.check_plots : INFO
2021-05-24T17:02:01.793 chia.plotting.check_plots : INFO
2021-05-24T17:02:01.794 chia.plotting.check_plots : INFO Summary
2021-05-24T17:02:01.795 chia.plotting.check_plots : INFO Found 1 valid plots, total size 0.09894 TiB
2021-05-24T17:02:01.796 chia.plotting.check_plots : INFO 1 plots of size 32
Beta Was this translation helpful? Give feedback.
All reactions