I’ve started playing around with writing a GUI for a bitcoin miner and right now I just have a window with a “Start” and “Stop” button and I’ve got those working so you click start and it uses self.p = subprocess.Popen(args) to open the process and self.p.terminate() to end the process. My next step is to read the speed of the miner from it’s output. How do I read the output from the process?
Share
you call: