ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
911 stars 280 forks source link

Cannot plot with madmax on plotman@development #812

Closed mohit242 closed 3 years ago

mohit242 commented 3 years ago

Plotman throws this error when I try to plot with madmax - FileNotFoundError: [Errno 2] No such file or directory: 'chia_plot'

I have set alias chia_plot="~/chia-plotter/build/chia_plot" and have also tried moving chia_plot to home.

OS: Ubuntu 21.04 plotman branch: developement

mohit242 commented 3 years ago

Solved it. Added a symlink to /usr/bin/chia_plot sudo ln -s ~/chia-plotter/build/chia_plot /usr/bin/chia_plot