madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 664 forks source link

Not recognising farmer key #719

Open Johan79s opened 3 years ago

Johan79s commented 3 years ago

Hi, I been using madmax plotter on windows for a while with no issues, but im now trying to start plotting on a linux machine and i can not get it to work, im new to linux so maybe i messed something up but i have checked the keys four or five times in just the last hour and multiple times over the last two days and its the correct public farm and pool keys i have put in here, yet i get an error that i do not understand and have spent two days trying to find something online explaining what im doing wrong with no success, its on ubuntu 20.04.

The following is copied from my terminal and as its just the public keys i just left them in there, anyone know what i have done wrong?

(venv) johan@HPProliant:~/chia-blockchain/chia-blockchain-gui/chia-plotter/build$ ./chia_plot -n 1 -r 32 -u 256 -t /media/johan/ChiaTemp/ -2 /media/johan/ChiaPlotting/ -d /media/johan/Chiafarming1\ -p a02917f97e7ed1a2e7b0ab5e92a4ae66ed9854cdbfdab6ad314f28b1d0488b6c819a74055f6a1583ad5e0eca6ef100ae -f b109ac1418896b612d778b10bf473eba69bee9f343fbbe64a4ca559199d162e99cfeb16d6e2671391202637e3dc2b8a6 Pool Public Key (48 bytes) needs to be specified via -p , see chia keys show.

nort774 commented 3 years ago

-d /media/johan/Chiafarming1\ correct -d /media/johan/Chiafarming1/ -p Hope this solves your problem

Johan79s commented 3 years ago

Thank you, It got me on track sorting the main issue so i can now plot, however the plotter doesnt like that directory at all even after changing from \ to / (that was clearly a noob mistake by me) so had to take final directory out of there as it said it cant write to it so for the moment i have to move the plots manually once they are finished.