Bitcoin Forum
June 25, 2024, 04:52:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: standardoutput function not working for poolers cpuminer...  (Read 329 times)
Mieljean (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 09, 2013, 11:24:59 PM
 #1

Too bad I can only post this in the newbie section, but ah well it gets me closer to losing the newbie status anyway.
Here it goes

I'm trying to read the output of minerd.exe (pooler's cpuminer) in vb .net

Code:
...blahblah

AddHandler miner1.OutputDataReceived, AddressOf OutputHandler1
miner1.BeginOutputReadLine()

...blahblah

Private Shared Sub OutputHandler1(ByVal sendingProcess As Object, ByVal outLine As DataReceivedEventArgs)
        MsgBox(outLine.Data)
End Sub

But it's not showing a msgbox with the output. Other programs do show output.

Don't know if anyone can help, but it cant hurt to post either. I'll try some vb .net forums as well

See ya!


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!