Pages:
Author

Topic: Beta 4 Released! BitMiner - Advanced Mining GUI - page 5. (Read 50249 times)

hero member
Activity: 700
Merit: 500
Add the ability to switch pools if one goes down and I'd download it.

Will do, expect version 0.2 soon with quite a few changed. Won't do the graphing features unless there is more interest, as it will take me along time to write Smiley
hero member
Activity: 742
Merit: 500
Add the ability to switch pools if one goes down and I'd download it.
hero member
Activity: 700
Merit: 500
Mac native version?

I'll try it out in bootcamp in a few hrs.

No, windows only at the moment as i've said. I havn't got a mac to code on, so unless someone wants to give me a few hundred btc, then I'll dev one Tongue

But as i've said, if theres enough interest and some donations i'll make it compatible with mono/wine and then it should work on OSX aswell.
hero member
Activity: 695
Merit: 502
PGP: 6EBEBCE1E0507C38
Mac native version?

I'll try it out in bootcamp in a few hrs.
hero member
Activity: 700
Merit: 500
Doesn't work under Wine?

I havn't tested it, and im not sure whether your comment is a statement or a question haha. I don't think it would though, seeing as several API calls are windows based, if theres enough interest and some donations I will make sure I get a mono capable client working.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
Doesn't work under Wine?
hero member
Activity: 700
Merit: 500
bump.
hero member
Activity: 700
Merit: 500
I've just reflected the code, and it's completely safe.
The only thing to comment on would be how the code looks. Though since .NET Reflector is pretty good at decompiling good code in to hard to read code, I'd have to leave that uncommented until I can see the actual source code.

Yeah thanks, the code looks pretty rough now that i've just had a look at it with .NET reflector aswell.


Pretty much this is how it works,

Each new miner creates a new miner 'class', that class then starts the backend process, and reads and parses the output, it then fires off the relevant events to the GUI (well, the gui is listening) and then the gui changes the text etc.
newbie
Activity: 35
Merit: 0
I've just reflected the code, and it's completely safe.
The only thing to comment on would be how the code looks. Though since .NET Reflector is pretty good at decompiling good code in to hard to read code, I'd have to leave that uncommented until I can see the actual source code.
hero member
Activity: 700
Merit: 500
bump.
hero member
Activity: 700
Merit: 500
No source code, no download (at least for me)

I'll PM the code to you if you want, It's just anyone with the know how to read the code should know that .NET is easily reflectable. So I didn't post the code because some skid might rip it off, but if everyone think's I should, and it means more people will use it, i will.

Quote

Relax, its sunday and very early morning on US still.


That would probably be why, thanks Smiley Im in a different timezone here Tongue
legendary
Activity: 2618
Merit: 1007
No source code, no download (at least for me)
sr. member
Activity: 365
Merit: 250
Relax, its sunday and very early morning on US still.
hero member
Activity: 700
Merit: 500
Seriously is nobody interested in this?
hero member
Activity: 700
Merit: 500
bump :|
hero member
Activity: 700
Merit: 500
Is it supposed to pop up an error any time I run it or click tabs?
Code:
************** Exception Text **************
System.DllNotFoundException: Unable to load DLL 'dwmapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Simple7.NonClientArea.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& margins)
   at Simple7.NonClientArea.ExtendFrame(Form form, Int32 left, Int32 right, Int32 top, Int32 bottom)
   at BitMiner.Form1.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am a bit confused...  Huh

Sorry, your on XP yeah? I'll upload an XP friendly version in a minute
member
Activity: 79
Merit: 10
Is it supposed to pop up an error any time I run it or click tabs?
Code:
************** Exception Text **************
System.DllNotFoundException: Unable to load DLL 'dwmapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Simple7.NonClientArea.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& margins)
   at Simple7.NonClientArea.ExtendFrame(Form form, Int32 left, Int32 right, Int32 top, Int32 bottom)
   at BitMiner.Form1.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am a bit confused...  Huh
hero member
Activity: 700
Merit: 500
I'm sure your program is totally legit (especially since you're providing the source), but with the way bitcoins are rising in cost (up to like seventeen bucks apiece now!) I'm sure it's only a matter of time before someone releases a "helper program" that submits 90% of the shares to the target pool, and a hidden 10% to the program author's secret pool...

... hmm, that gives me an idea... think I'll start learning VB  Wink

Ha, good luck with that. VB is way less powerful than C#, and it's easily reversable, so you'll probably ruin your rep haha. And i'm not actually providing the source as such, but seeing as it's .NET you can easily use .NET reflector or something to decompile it to C# and then read it and such.
sr. member
Activity: 418
Merit: 250
I'm sure your program is totally legit (especially since you're providing the source), but with the way bitcoins are rising in cost (up to like seventeen bucks apiece now!) I'm sure it's only a matter of time before someone releases a "helper program" that submits 90% of the shares to the target pool, and a hidden 10% to the program author's secret pool...

... hmm, that gives me an idea... think I'll start learning VB  Wink
hero member
Activity: 700
Merit: 500
Can you actually save multiple account "profiles"? Host, login, PW, port?

You can save multiple profiles with different pools and different logins (user + pass), but not host or port, they're hardcoded to pools, if theres enough interest (none at the moment :| ) i'll release version 2 with a stack of new features including custom pools
Pages:
Jump to: