swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.26k stars 388 forks source link

Hello, looking for help for adding Farm and Pool keys, error [3024] Failed to execute script chia #675

Open userbox020 opened 3 years ago

userbox020 commented 3 years ago

Im trying to use hpool but for some reason it says my farm and pool keys are wrong

[3024] Failed to execute script chia Traceback (most recent call last): File "chia\cmds\chia.py", line 81, in File "chia\cmds\chia.py", line 77, in main File "click\core.py", line 829, in call File "click\core.py", line 782, in main File "click\core.py", line 1259, in invoke File "click\core.py", line 1259, in invoke File "click\core.py", line 1066, in invoke File "click\core.py", line 610, in invoke File "click\decorators.py", line 21, in new_func File "chia\cmds\plots.py", line 135, in create_cmd File "chia\plotting\create_plots.py", line 55, in create_plots ValueError: Length of bytes object not equal to G1Element::SIZE

rackommended commented 3 years ago

I have same problem:

Traceback (most recent call last): File "chia/cmds/chia.py", line 81, in File "chia/cmds/chia.py", line 77, in main File "click/core.py", line 829, in call File "click/core.py", line 782, in main File "click/core.py", line 1259, in invoke File "click/core.py", line 1259, in invoke File "click/core.py", line 1066, in invoke File "click/core.py", line 610, in invoke File "click/decorators.py", line 21, in new_func File "chia/cmds/plots.py", line 135, in create_cmd File "chia/plotting/create_plots.py", line 64, in create_plots ValueError: Length of bytes object not equal to G1Element::SIZE [2998] Failed to execute script chia

MatejBajzeljGreyMatters commented 3 years ago

You are probably adding pool and farmer key you get from hpool app. this is wrong, you include your farmer and pool key. I tested this and it's working and I get paid.

rackommended commented 3 years ago

You are probably adding pool and farmer key you get from hpool app. this is wrong, you include your farmer and pool key. I tested this and it's working and I get paid.

thx, it's working.

shmox75 commented 3 years ago

You are probably adding pool and farmer key you get from hpool app. this is wrong, you include your farmer and pool key. I tested this and it's working and I get paid.

Can you please elaborate because I'm stuck with unsigned plots. Which farmer & pool key should I include ? the ones generated with hpool plotter ? or from chia gui app ? Thanks