MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

First Delay label and Max Time input #80

Closed hbapps20 closed 3 years ago

hbapps20 commented 3 years ago

Hi!

Thanks for this excelent tool, I'm just writing this because I saw some issues when creating a New Job

The label First Delay (min), it is not working with minutes but with seconds, so it es kind of confusing the lable.

Also, the max limit is something above 32000, as it is for seconds it is not possible to do a first delay for above 8 hours more or less.

Thanks!

MrPig91 commented 3 years ago

Hi there! Can I ask which version you are using. I believe I resolve this issue in a later update. You can check your version with the following command. The latest version is 1.0.29

Import-Module PSChiaPlotter; Get-Module PSChiaPlotter

hbapps20 commented 3 years ago

Oh! Thanks,

I have 1.0.24, I just need to run Update-Module PSChiaPlotter?, and then make some tests.

If I update it will stop my current plotting?

Thanks!

MrPig91 commented 3 years ago

You can open up a new admin powershell window and run Update-Module PSChiaPlotter and it "should" not mess with your current running GUI. But if you want to be safe you can wait until those are done and then update.

MrPig91 commented 3 years ago

I think updating resolved the bug in a previous version. Thank you.

hbapps20 commented 3 years ago

It works when updating! Thanks!