Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.81k stars 2.02k forks source link

[Bug] working directories (tmpdir/tmpdir2) are swapped after first plot #9844

Closed nomadiclizard closed 2 years ago

nomadiclizard commented 2 years ago

What happened?

Plot > Add a Plot Pick madMAx Plotter, set plot count = 2, select alternate tmpdir/tmpdir2 Enter e.g. /mnt/nvme0 as tmpdir and /mnt/ramdisk as tmpdir2 Start plotting

After first plot completes successfully, plot 2 is queued with the tmpdir and tmpdir2 reversed e.g. tmpdir set to /mnt/ramdisk and tmpdir2 set to /mnt/nvme0

Version

1.2.11

What platform are you using?

Linux

What ui mode are you using?

GUI

Relevant log output

No response

nomadiclizard commented 2 years ago

Lol nm this appears to be intended behaviour.. 'alternate' is being used as a verb, and not a toggle to enable use of tmpdir2