Replies: 1 comment
-
Hey @ksnagi03, this is generally related to 1 of 2 things. Either your system needs to have its blockchain database updated from v1 to v2 or your system has more than 61 cores and needs another config setting to be updated. NOTE - make sure to fully stop chia before making any changes to the needed files. To verify if the blockchain db needs to be updated navigate to ~/.chia/mainnet/db/ and look at the .sqlite file, if it has V1 in the title then we need to update and you can proceed with the steps outlined here: If this is not the case then I would look at your log file located at ~/.chia/mainnet/log/debug.log for a line that indicates ValueError: max_workers must be <= 61 . If this line is present then you will need to navigate to the config file at ~/.chia/mainnet/config/config.yaml and in the full_node section update the parameter reserved_cores to 10. If neither of these are the issue let us know and we can further debug. As a heads up we can generally provide more timely and thorough support in our discord server (https://discord.gg/chia) |
Beta Was this translation helpful? Give feedback.
-
I have updated Chia 2.3.1 from 2.0.1 but it is getting stuck at "Starting Service"
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions