Open thauch opened 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 '\')
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?
run this
./chia_plot pool-key farmer-key /mnt/970evo/ /mnt/970evo/ 4 7
yeah it was trying to use "4" as tmp_dir2
tmp_dir2
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?