Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.82k stars 2.03k forks source link

GUI on 2.0.0 is missing GPU relevant settings and features #16173

Closed scoville07 closed 1 year ago

scoville07 commented 1 year ago

What happened?

After updating from 1.8.2 to 2.0.0 chia gui does not show the option "Enable GPU harvesting", in the dropdown menu for the available plotters "Bladebit CUDA" is simply missing. (farmer is Windows10, Xeon E5-2697v4, 64GB RAM, RTX3060 12GB, driver and CUDA up to date, running with gigahorse node fine)

Version

2.0.0

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

shaneo257 commented 1 year ago

the chia client 2.0.0 requires a system to have at least 256gb of ram, lower ram requirements will be enabled in a future release

BrandtH22 commented 1 year ago

Also when upgrading to 2.0.0 you need to have a new config created by:

  1. Stop chia
  2. Rename the config or move it to a different directly
  3. In CLI run chia init
  4. Copy any custom settings from the old config to the new (plot drive directories, pool info, trusted node info, etc) - be careful here as yaml is very picky about formatting including those leading spaces
  5. Start Chia

Side note - we can generally provide more thorough and timely support on our discord server: https://discord.gg/chia)

wjblanke commented 1 year ago

Closing as per above comment. If you are using a stock deployment, recreating your config should not cause issues. If you have a custom deployment please be careful. You can manually add config options which is a better option in that case.