windows-plotman icon indicating copy to clipboard operation
windows-plotman copied to clipboard

Attempt at a Windows version of the plotman Chia Plot Manager system

Results 14 windows-plotman issues
Sort by recently updated
recently updated
newest added

PS C:\Users\Rafael\AppData\Local\chia-blockchain\app-1.1.2\resources\app.asar.unpacked\daemon> python plotman.py interactive Traceback (most recent call last): File "C:\Users\Rafael\AppData\Local\chia-blockchain\app-1.1.2\resources\app.asar.unpacked\daemon\plotman.py", line 12, in import readline File "C:\Users\Rafael\AppData\Local\chia-blockchain\app-1.1.2\resources\app.asar.unpacked\daemon\readline.py", line 1 from gnureadline import

![image](https://user-images.githubusercontent.com/35680539/115959157-586c1b00-a53d-11eb-84bb-8ba6747db89e.png) it looks like no polt_id when i run this code in powershell.

config.yaml: ``` scheduling: # Don't run a job on a particular temp dir until all existing jobs # have progresed at least this far. Phase major corresponds to the #...

PS C:\plot> python.exe .\plotman.py status Traceback (most recent call last): File "C:\plot\plotman.py", line 113, in jobs = Job.get_running_jobs(dir_cfg['log']) File "C:\plot\job.py", line 76, in get_running_jobs jobs.append(Job(proc, logroot)) File "C:\plot\job.py", line 130,...