ore-cli-gpu
ore-cli-gpu copied to clipboard
Take the path to the executsble that was just created and replace the PATH_TO_EXE with the path to the .exe in the mine.rs.
let mut child = tokio::process::Command::new("C:\ore-cli-gpu\target\release") .stdin(std::process::Stdio::piped()) .stdout(std::process::Stdio::piped()) .stderr(std::process::Stdio::piped()) .spawn() .expect("nonce_worker failed to spawn");
I set it this way, and it keeps showing an error. How do I set it
add r before " and it should be cuda process not ore
r"C:\ore-cli-gpu\windows.exe"