Open szarkivach opened 3 years ago
Use quotes: -t "/some/drive name/".
or don't use spaces... Spaces don't go in file-/pathnames
this is not the app.. generally no linux Cli tool will accept spaces, When linux calls an app the command line is already parsed by the linux os. (spaces are separaters) the app gets the leftovers.
Generally it is very bad practice to have spaces & amulets in file & directly names on ANY OS due to multi-byte character sets. ESP..... when dealing with "del" & "rm" on linux......
(anyone who whines.. well i can use it on windows.. better go check out the windows developer website, or better still the German amulet fiasco, where MS completely destroyed the distinction between 3 separate characters...)
Talking about that pool code not 96 hex issue. Space in drive name confuses the command run on start up
Originally posted by @szarkivach in https://github.com/madMAx43v3r/chia-plotter/issues/132#issuecomment-859719417