madMAx43v3r / chia-gigahorse

221 stars 32 forks source link

Multiple destinations didn't function properly #138

Open goliath525 opened 1 year ago

goliath525 commented 1 year ago

i specified 3 different share folders for final destinations, but plots were only copied to the last one. Did i miss sth?

./cuda_plot_k32 -n -1 -C 8 -t /mnt/plottemp/ -d /mnt/DataAD/ -d /mnt/DataAB/ -d /mnt/DataAC/ Chia k32 next-gen CUDA plotter - 54321cd Plot Format: mmx-v2.4 Network Port: 8444 [chia] No. GPUs: 1 No. Streams: 4 Final Destination: /mnt/DataAD/ Final Destination: /mnt/DataAB/ Final Destination: /mnt/DataAC/ Shared Memory limit: unlimited Number of Plots: infinite Initialization took 0.463 sec

endurance1968 commented 1 year ago

Was not even aware that this is possible. Could it be that the last one first needs to be filled before it uses the next one?