Title: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 27, 2011, 01:32:00 PM Well im writing a GUI, hopefully everyone will like it. It will only support poclbm for version 1, but eventually im going to add:
- Support for all major miners - Support for all major pool & custom/solo - Support for custom accounts and miner settings - Custom fan controls - Disabling miner for a certain period if temp get's too high (user configurable) - JSON support and realtime pool updates At the moment it's not much, but im hoping for a couple of donations to keep me enthusiastic about it :) Anyone who donates >=0.5btc will get a beta version and anyone that donates >=1btc will get their name mentioned in the credits :) Screenshots: http://img851.imageshack.us/img851/5923/btcmine1.png http://img577.imageshack.us/img577/7166/btcmine2.png http://img546.imageshack.us/img546/9803/btcmine3.png Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 27, 2011, 01:57:14 PM Updated with screenshots :)
Anyone have any advice? Title: Re: BTCMiner - An advanced upcoming GUI. Post by: Dhomochevsky on May 27, 2011, 02:07:04 PM As long as you don't make it open source/post the code, I don't think anyone here will take the program seriously. Too many scams going on and people are just trying to be careful.
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 27, 2011, 02:09:59 PM Yeah I am going to when it's finished :) It's written in C#, so it will probably only work on windows, unless I get enough donations to port it over to wine.
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 27, 2011, 02:46:23 PM Thanks for the donations guys :) Currently got about 0.1btc worth, keep it up and this should be out within a couple of days :D
Just finished the accounts loading/saving and the arguments and stuff, now all I need is to get monitoring working, shouldn't be too hard :) SW- Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 28, 2011, 12:41:17 AM No replies? Currently have 0.2 in donations. :(
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: Zagitta on May 28, 2011, 02:34:23 AM Garbage...
1) The gui looks aweful (IMO)... 2) Using the AREO glass extensively will make the program win 7 / vista only 3) AREO uses GPU power = bad thing when you want to get the highest possibly hashrate 4) where's the Edit/delete miner button? 5) Pools, how about adding support for people adding custom pools? say their own or a new one you might not have updated it to include the URL of? 6) Is this using WPF? because you kinda want to avoid that aswell because it uses gpu resources too. 7) have you actually looked into reading fanspeed, etc from c#? because without having looked into it i doubt it's easy as c# generally doesn't have much hardware level acess API's That's about it for my thoghts, don't take it personally but rather as constructive critique :) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 28, 2011, 02:42:31 AM Garbage... 1) The gui looks aweful (IMO)... 2) Using the AREO glass extensively will make the program win 7 / vista only 3) AREO uses GPU power = bad thing when you want to get the highest possibly hashrate 4) where's the Edit/delete miner button? 5) Pools, how about adding support for people adding custom pools? say their own or a new one you might not have updated it to include the URL of? 6) Is this using WPF? because you kinda want to avoid that aswell because it uses gpu resources too. 7) have you actually looked into reading fanspeed, etc from c#? because without having looked into it i doubt it's easy as c# generally doesn't have much hardware level acess API's That's about it for my thoghts, don't take it personally but rather as constructive critique :) 1. Thanks :) 2 & 3. Yes, I know it uses gpu resources, but it uses very minimal, and it detects if it's running on xp and changed the gui accordingly. 4. When you create a miner another tab gets added and the features are on the new tab. 5. Added to the list :) 6. No, it's windows forms. 7. It's actually quite easy using interops (from C/C++) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: EpicBacon on May 28, 2011, 02:54:21 AM Cool. Enjoy the donation. :)
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 28, 2011, 02:59:58 AM Cool. Enjoy the donation. :) Thanks, got any requests? Title: Re: BTCMiner - An advanced upcoming GUI. Post by: EpicBacon on May 28, 2011, 03:02:21 AM Thanks, got any requests? Not yet, maybe I will after I test the beta :Pedit - The ability to change the white background colour. Oh, and the ability to read JSON API's so i don't have to use the windows sidebar gadget (i'm not sure how realistic this request is for a miner, but it would be an awesome feature) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 28, 2011, 08:53:45 AM Thanks, got any requests? Not yet, maybe I will after I test the beta :Pedit - The ability to change the white background colour. Oh, and the ability to read JSON API's so i don't have to use the windows sidebar gadget (i'm not sure how realistic this request is for a miner, but it would be an awesome feature) I'm hoping this is going to end up as an AIO for newbies, and people who want charts/graphics/or are afraid of > prompts. After everything's checked off the list, im going to add graphing functions, and support for the JSON extensions so you can get your current balance and total mh/s etc. :) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 29, 2011, 11:07:36 AM Anyone have any other suggestions, tips?
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: slothbag on May 29, 2011, 11:48:37 AM This looks good SomeoneWierd.. I have been looking for a simple gui miner like this, i'm not a fan of the python "guiminer".
Check out the Mono project, as long as you keep your codebase relatively platform independent your app should run on Windows, Mac and Linux no problems using Mono. If you can eventually support Ufasoft CPU miner and the CUDA miner that would be perfect. Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 29, 2011, 11:54:45 AM This looks good SomeoneWierd.. I have been looking for a simple gui miner like this, i'm not a fan of the python "guiminer". Check out the Mono project, as long as you keep your codebase relatively platform independent your app should run on Windows, Mac and Linux no problems using Mono. If you can eventually support Ufasoft CPU miner and the CUDA miner that would be perfect. Yeah, it should be pretty much compatible with wine & mono, if not it will after a few small changes. And i've made it (kind of) modular, so adding support for miners will be easy :) Would you be able to donate? It will make me code faster ;) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 31, 2011, 06:10:54 AM Beta testing now open, see here http://forum.bitcoin.org/index.php?topic=10787.0
Title: Re: BTCMiner - An advanced upcoming GUI. Post by: grue on May 31, 2011, 08:15:51 PM you got too much whitespace
http://i.min.us/i5AVi.PNG Title: Re: BTCMiner - An advanced upcoming GUI. Post by: BombaUcigasa on May 31, 2011, 08:23:03 PM Title: Re: BTCMiner - An advanced upcoming GUI. Post by: grue on May 31, 2011, 08:36:13 PM You missed some whitespace grue... Got me there. But that's likely a side effect of resizing the window. :PTitle: Re: BTCMiner - An advanced upcoming GUI. Post by: Atroxes on May 31, 2011, 08:50:47 PM Write these words on a piece of cardboard and hang them next to your programming computer:
Minimalism Efficiency Logic Performance Beauty 8) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: Zagitta on May 31, 2011, 09:00:23 PM Wrong :p Look VEEEERY close and you'll see the word "fan controls" written on it :) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: Nythain on May 31, 2011, 09:04:04 PM I don't mind a bit of the whitespace. And future fan controls and graphs will be fun. If i want minimal i'd just run poclbm.exe in cmd and minimize the window. If i want a GUI it's because i want something that looks like a program. Granted, i will agree there's probably a smidge too much white space at the moment.
Just had to throw out a little bit of positive feedback there and try to illustrate a valuable point. To each their own, and if its not to yours, don't use it. Title: Re: BTCMiner - An advanced upcoming GUI. Post by: BombaUcigasa on May 31, 2011, 09:07:37 PM Yeah, I know it says something there, but ... if it's so important that i uses 33% of the window surface, why can't I read it?!
It's not a shame if you just rip off some other program's interface and reuse the proportions, or ask a friend that knows these things to assist. Engineers and designers make different tools. Looking forward to the advanced tool parts :) Title: Re: BTCMiner - An advanced upcoming GUI. Post by: SomeoneWeird on May 31, 2011, 11:17:23 PM I don't mind a bit of the whitespace. And future fan controls and graphs will be fun. If i want minimal i'd just run poclbm.exe in cmd and minimize the window. If i want a GUI it's because i want something that looks like a program. Granted, i will agree there's probably a smidge too much white space at the moment. Just had to throw out a little bit of positive feedback there and try to illustrate a valuable point. To each their own, and if its not to yours, don't use it. Yeah, thankyou, the space at the side will eventually host the fan controls and and mining graphs etc. And I agree, if you don't like it, don't use it. PM'ed everyone interested. |