Replies: 1 comment 1 reply
-
Ok, so the issue there is actually one I ran into the other day myself. We look for log files open by the plot process itself. When you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible for plotman to track phase, plot id and tmp values of manually created plot jobs? At the moment plots are recognized but mentioned values are missing:
I use two slower SSDs that I don't want to assign the same CPU per plot as for the main SSD (so slow SSDs are not hogging CPU for extended amount of time while doing ph1).
Is it a logfile in a certain format that would make plotman display that info? Or should I change the command used to manually run a plot? Currently I use this:
screen -d -m -S chia3-1 bash -c 'cd /home/toom/chia-blockchain && . ./activate && sleep 0h && chia plots create -k 32 -b 4000 -e -r 5 -u 128 -t /mnt/ssd3/ -d /mnt/hdd/bigdata5-b | tee /home/toom/chia-blockchain/logs/chia3-1-'date +%d%b%Y-%H%m'.log'
EDIT:
I ran the job with command mimicking plotman (taken from ps -ef) but it didn't make a difference.
/home/toom/chia-blockchain/venv/bin/python /home/toom/chia-blockchain/venv/bin/chia plots create -k 32 -r 5 -u 128 -b 4000 -t /mnt/ssd3/ -d /mnt/hdd/bigdata5-c
Beta Was this translation helpful? Give feedback.
All reactions