CentOS Plotting?

I have it kind of working under CentOS. There is something strange about the installer process, it doesn’t leave the binaries in a usable state. I had do mess around with the config a bit, but found that if I ran the full-path to the chia binary I could get it to work by manually specifying the farm and pool public keys. Wondering if there is a workaround for this. Anyhow, I used the following to fire-up 8 parallel plots on an HP DL380 Gen8 box with 32 cores and 256GB of ram. Im using an 8-wide Raid-0 stripe of enterprise SSD’s and see peak I/O upwards of 6 GBytes/sec. It’s blazingly faster than my PC. It looks like it might complete 8 plots in about 6-7 hours.

nohup /root/chia-blockchain/venv/bin/chia plots create -b 6144 -r 4 -f xxx -p xxx -t /home/Chia -d /home/Chia > chia1.log 2>&1 &

Keep us up to date. 8 plots at 6-7hrs is great.