h9-dev / chia-miner

The miner for Chia.
https://www.h9.com
225 stars 40 forks source link

I get "invalid plot file format" for most of my files with 1.3.0-3 #254

Open powerforce1 opened 3 years ago

powerforce1 commented 3 years ago

I get "invalid plot file format" for most of my files with 1.3.0-3.

Might be related to them being network shares, but I can access the files just fine from the computer.

Can you please fix this?

powerforce1 commented 3 years ago

My system is Linux and the network shares are mounted as regular directories and are accessible by any program just fine.

kasander commented 3 years ago

Make sure your permissions are 666 on all the files, without doing that all my files from my NAS (a linux based box) were being marked as invalid even if it was shared to my windows machine. Now I have a cron job every hour that update permissions and since then I had no invalid plots.

gdesatrigraha commented 3 years ago

if you're using arm version, I've found something here https://github.com/hpool-dev/chia-miner/issues/256

powerforce1 commented 3 years ago

@kasander Yes, this fixed it, thanks.