windows-plotman
windows-plotman copied to clipboard
python plotman.py interactive Automatically shut down after running for 5 seconds
python plotman.py interactive Automatically shut down after running for 5 seconds Below are my settings, is this correct?
Where to plot and log.
directories: # One directory in which to store all plot job logs (the STDOUT/ # STDERR of all plot jobs). In order to monitor progress, plotman # reads these logs on a regular basis, so using a fast drive is # recommended. log: C:\Users\suyi.chia\mainnet\log\debug.log
# One or more directories to use as tmp dirs for plotting. The
# scheduler will use all of them and distribute jobs among them.
# It assumes that IO is independent for each one (i.e., that each
# one is on a different physical device).
#
# If multiple directories share a common prefix, reports will
# abbreviate and show just the uniquely identifying suffix.
tmp:
- G:\7
- G:\2
- G:\3
- H:\1
- H:\3
- H:\2
- H:\2
- H:\5
- H:\6
- H:\7
comment all folders except the 1st one and check whether it will be working. pre-made folders before starting plotman is a good idea too.