fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
248 stars 98 forks source link

When miner is run with Process.Start(), 'output_file' is not written. #170

Closed Alexander-0x80 closed 6 years ago

Alexander-0x80 commented 6 years ago

When running the miner executable with Process.Start() , the file name which is set in the 'output_file' option is not being written.

Alexander-0x80 commented 6 years ago

My bad, Solved by updating ProcessStartInfo.WorkingDirectory value.