madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

Skipping tmp_dir2 isn't working if you specify anything after it #31

Open thauch opened 3 years ago

thauch commented 3 years ago

i tried ./chia_plot pool-key farmer-key /mnt/970evo 4 7 and this is the error I get: Invalid <tmp_dir2>: 4 (needs trailing '/' or '\')

If I don't add 4 7 it works fine. Do I specify the same directory or put a / in place of tmp_dir2?

mist0706 commented 3 years ago

run this

./chia_plot pool-key farmer-key /mnt/970evo/ /mnt/970evo/ 4 7

madMAx43v3r commented 3 years ago

yeah it was trying to use "4" as tmp_dir2