tydeno / Ploto

A Windows PowerShell based Chia Plotting Manager. Lets you automatically spawn and move plots. Sends you notifications on the go.
MIT License
32 stars 5 forks source link

Question about Config #69

Closed Yamanipanuchi closed 3 years ago

Yamanipanuchi commented 3 years ago

Running script, Love it. But its been going for about 2 hours now and has only spawned two plotters. I have 4 plot disks and 1 out disk. all 500g or more. Am I missing something in the config?

"JobConfig": [ { "IntervallToCheckInMinutes": "5", "InputAmountToSpawn": "100", "WaitTimeBetweenPlotOnSeparateDisks": "15", "WaitTimeBetweenPlotOnSameDisk": "30", "MaxParallelJobsOnAllDisks": "6", "MaxParallelJobsOnSameDisk": "2", "MaxParallelJobsInPhase1OnAllDisks" : "10", "StartEarly": "true", "StartEarlyPhase": "4", "BufferSize": "5000", "Thread": "4", "Bitfield": "true", "FarmerKey": "", "PoolKey": "" } ],

image

Yamanipanuchi commented 3 years ago

I think I see the issue.. Two of my disks are 300gb. There large enough to plot on but the script isn't allowing it.

Yamanipanuchi commented 3 years ago

Yes, That was it. I changed the size from 290 to 250 and it worked. Been plotting on these driver for a while now so I'm sure there big enough. They happen to be REALLY fast drives so..

tydeno commented 3 years ago

Glad you got it resolved by changing the script! :) 290 is a simple generalization I do. And I also prefer some overhead.