madMAx43v3r / chia-gigahorse

221 stars 32 forks source link

Starting farmer error on Win 10 #133

Closed aeugene1977 closed 1 year ago

aeugene1977 commented 1 year ago

Hi, I have a problem with running the farmer from the command line on Windows 10 Pro. Before that, I used the Chia application while the plots were not compressed. Now I have transferred some of them to the C8 level using Madmax Gigahorse (version 1.8.1) . When I start farming , the following is issued: ‘’’ PS C:\chia-gigahorse-farmer> ./chia start farmer Daemon not started yet Starting daemon Traceback (most recent call last): File “C:\CHIA-G~1\chia.py”, line 4, in File “”, line 1027, in _find_and_load File “”, line 1006, in _find_and_load_unlocked File “”, line 688, in _load_unlocked File “C:\CHIA-G~1\chia.py”, line 139, in File “C:\CHIA-G~1\chia.py”, line 135, in main File “C:\CHIA-G~1\click\core.py”, line 1130, in call File “C:\CHIA-G~1\click\core.py”, line 1055, in main File “C:\CHIA-G~1\click\core.py”, line 1657, in invoke File “C:\CHIA-G~1\click\core.py”, line 1404, in invoke File “C:\CHIA-G~1\click\core.py”, line 760, in invoke File “C:\CHIA-G~1\click\decorators.py”, line 26, in new_func File “C:\CHIA-G~1\chia\cmds\start.py”, line 23, in start_cmd File “C:\CHIA-G~1\asyncio\runners.py”, line 44, in run File “C:\CHIA-G~1\asyncio\base_events.py”, line 649, in run_until_complete File “C:\CHIA-G~1\chia\cmds\start_funcs.py”, line 64, in async_start File “C:\CHIA-G~1\chia\cmds\start_funcs.py”, line 42, in create_start_daemon_connection File “codecs.py”, line 322, in decode UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc5 in position 29: invalid continuation byte PS C:\chia-gigahorse-farmer> ‘’’ Before that, I ran the Gigahorse farmer on two nodes in this way and there were never any errors. What could be the reason?

madMAx43v3r commented 1 year ago

It seems you are mixing official Node with Gigahorse Farmer, cannot do that. Need to run Gigahorse Node also. Make sure to restart properly via chia stop all -d. The -d is important.

aeugene1977 commented 1 year ago

Excuse me, but I didn't quite understand what "mixing" means? I have deleted the official Chia application, and I only run the file chia.exe from the folder 'chia-gigahorse-farmer' after rebooting. I understand that the error is at the end of the above text, here: "UnicodeDecodeError: ‘utf-8’ codec can't decode byte 0xc5 in position 29: invalid continuation byte". And why it occurs, what it means and how to remove it is unclear (. PS. I used "chia stop all -d"

madMAx43v3r commented 1 year ago

It just seems there is still some official Chia daemon running. Can you just reboot to make sure?

madMAx43v3r commented 1 year ago

In any case, you need to use chia.exe start farmer.

zhurakovsky01 commented 1 year ago

Запустите повторно start_farmer.cmd. Со второго раза запустится. Проблема в том, что у вас имя юзера виндовс на кирилице. Измените ПРАВИЛЬНО имя юзера виндовс на латиницу и все пройдет.

aeugene1977 commented 1 year ago

Запустите повторно start_farmer.cmd. Со второго раза запустится. Проблема в том, что у вас имя юзера виндовс на кирилице. Измените ПРАВИЛЬНО имя юзера виндовс на латиницу и все пройдет.

Спасибо, я уже вчера сам догадался)