ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
909 stars 280 forks source link

Not Stopping Plotman #317

Open furqanarda opened 3 years ago

furqanarda commented 3 years ago

How can we stop plotman? Which code line? Because when i write: plotman kill [idprefix ...] one of plotting is stopping but new one is starting immediately. And new plotting is not taking a new config.yaml settings.

Thank you.

cranzy commented 3 years ago

You need to:

  1. stop (ctrl + D) the plotman plot process.
  2. plotman kill {id} where id is the plot you want to delete
  3. Then update your config.yaml with the desired changes
  4. Run plotman plot

If this doesn't help, share your config.yaml

furqanarda commented 3 years ago

Hello @cranzy, i found to update my plotting process with my new config.yaml. We are using plotman interactive and press

button for inactive the plotting. After that, we write plotman kill {id} and make it active our plotting process again. At this stage, new plotting is starting with updated config.yaml. But my problem is still here. I want to stop enless loop of plotman. I kill a one plotting, but other plotting is starting. it goes on like this. (ctrl +D) it didn't work. This is the main question. How can we stop Plotman?

Thank you.