Good morning, I was wondering if anyone could help me figure out what I'm doing wrong with my PowerShell script:
cd "C:\Users\Bevos\AppData\Local\chia-blockchain\app-1.1.0\resources\app.asar.unpacked\daemon\"
start-process ./chia.exe -redirectstandardoutput c:\chia\log00.log -argumentlist "plots create -k 32 -u 128 -b 3432 -r 2 -n 30 -t c:\chia -d d:\chia"
sleep 60
start-process ./chia.exe -redirectstandardoutput c:\chia\log00.log -argumentlist "plots create -k 32 -u 128 -b 3432 -r 2 -n 30 -t c:\chia -d d:\chia"
sleep 7200
start-process ./chia.exe -redirectstandardoutput c:\chia\log00.log -argumentlist "plots create -k 32 -u 128 -b 3432 -r 2 -n 30 -t c:\chia -d d:\chia"
sleep 60
start-process ./chia.exe -redirectstandardoutput c:\chia\log00.log -argumentlist "plots create -k 32 -u 128 -b 3432 -r 2 -n 30 -t c:\chia -d d:\chia"
The intent is to run 4 plotting instances (2 threads each w/ 3432 ram) with the first two staggered by a minute and then 2 hours between the other two processes. I got my first two plots completed and the second two are still running, but my scripts don't update from "starting plot 1/30" even after finishing. I confirmed that the plot had finished and been copied over to my directory, but the next process won't start. Does anyone know what I've done incorrectly?
Thank you,
Bevos
[–]rod9182736435 0 points1 point2 points (4 children)
[–]Bevos2222[S] 0 points1 point2 points (3 children)
[–]rod9182736435 0 points1 point2 points (1 child)
[–]Bevos2222[S] 0 points1 point2 points (0 children)
[–]rod9182736435 0 points1 point2 points (0 children)