Open Chovus13 opened 3 years ago
curses_main error -> try to ALT+Enter (full screen) your powershell / bigger windows.
I'm getting the same error with this config,
directories:
log: C:\chia_logs
tmp:
- d:\1
- e:\1
tmp2: C:\chia_tmp
dst:
- c:\chia_plot
scheduling:
tmpdir_stagger_phase_major: 2
tmpdir_stagger_phase_minor: 0
tmpdir_max_jobs: 2
global_stagger_m: 4
polling_time_s: 1
plotting:
k: 32
e: False
n_threads: 12
n_buckets: 128
job_buffer: 6000
I've checked that all folders exist.
I fixed this bug by modifying the manager.py to point to the correct chia executable,
https://github.com/wolfrage76/windows-plotman/blob/master/manager.py#L112
Yea you may want to mention that in the README until it gets fixed... it's not just looking for chia2.exe, it's looking for a chia2.exe that's hardcoded to use the developer's local user folder.
UPDATE: Where to copy your files, which folder. Should I leave in your folder "windows-plotman-master" or extracted files put where? UPDATE2: I finnaly started after 6 hours :-D I copied in wrong folder (\AppData\Local\chia-blockchain\app-1.0.3) instead off (\AppData\Local\chia-blockchain\app-1.0.3\resources\app.asar.unpacked\daemon) ....actually I copy it in all over place :-D So the real one QUESTION? I Copy your "masterwork" to \app-1.0.03 and start it from there? And just in folder "\AppData\Local\chia-blockchain\app-1.0.3\resources\app.asar.unpacked\daemon" make a copy of chia.exe to chia2.exe? Right?
Sorry if my English is bad. I hope it will work
First thanks for an effort. It will be nice to work for me, not to put allarm to start a new jobs :-D
I do as instruction you gave. I installed Python and modules (for the first time). I Copy chia.exe to chia2.exe. Didnt start a GUI version. Make a directories on A: (chia,1,2)....I named NVme drive A:) and Finally got a "Plotman screen" and then this error:
PS C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3> python plotman.py interactive A:\chia\2021-04-13-01.09.23.log Traceback (most recent call last): File "C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3\plotman.py", line 126, in
interactive.run_interactive()
File "C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3\interactive.py", line 314, in run_interactive
curses.wrapper(curses_main)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1264.0_x64qbz5n2kfra8p0\lib\curses__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3\interactive.py", line 141, in curses_main
(started, msg) = manager.maybe_start_new_plot(dir_cfg, sched_cfg, plotting_cfg)
File "C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3\manager.py", line 131, in maybe_start_new_plot
p = subprocess.Popen(plot_args,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1264.0_x64qbz5n2kfra8p0\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1264.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
PS C:\Users\SM\AppData\Local\chia-blockchain\app-1.0.3>
Where I should look for a problem?
this is my config.yaml
Where to plot and log.
directories:
One directory in which to store all plot job logs (the STDOUT/
Plotting scheduling parameters
scheduling:
Don't run a job on a particular temp dir until all existing jobs
Plotting parameters. These are pass-through parameters to chia plots create.
See documentation at
https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference#create
plotting: k: 32 e: False # Use -e plotting option n_threads: 3 # Threads per job n_buckets: 128 # Number of buckets to split data into job_buffer: 5200 # Per job memory