Pages:
Author

Topic: New mining program for Slush's pool (Read 7699 times)

newbie
Activity: 1
Merit: 0
March 17, 2014, 01:32:13 PM
#39
Hi,

I'm new to Bitcoin Mining but does this work with CUDA mining?

Thanks
newbie
Activity: 20
Merit: 0
April 27, 2013, 02:44:25 PM
#38
Hi,

your program is only for GPU's? How about FPGA and ASIC's (virtual com port)?

Thanks

Currently SlushMiner only works with POCLBM, which as far as I know only works with OpenCL (usually GPU's). I plan on building some kind of addon system to work with other programs in the near future, so other people could write addons to work with other mining software.

hey joshua! also a member of slush, i'll download this and give it a whirl later tonight. is this just a front-end for another client or a stand-alone program? i ask because i'd like to be able to use BMIT (bitcoin miners in tray) eventually for it's auto-restart features.

It's a front-end for POCLBM, but I plan on building some kind of addon system to work with other mining programs.
newbie
Activity: 6
Merit: 0
April 26, 2013, 09:13:26 PM
#37
I tried Slush's pool but my computer was too slow.
newbie
Activity: 27
Merit: 0
April 26, 2013, 07:10:24 PM
#36
Great work there josh!

As ive read all the reviews and comments i can't wait to download this program.
Will try to download this later after work.  Smiley
newbie
Activity: 10
Merit: 0
April 26, 2013, 06:42:31 PM
#35
hey joshua! also a member of slush, i'll download this and give it a whirl later tonight. is this just a front-end for another client or a stand-alone program? i ask because i'd like to be able to use BMIT (bitcoin miners in tray) eventually for it's auto-restart features.
newbie
Activity: 11
Merit: 0
April 26, 2013, 06:39:00 PM
#34
Hi,

your program is only for GPU's? How about FPGA and ASIC's (virtual com port)?

Thanks
newbie
Activity: 20
Merit: 0
April 26, 2013, 06:00:55 PM
#33
I've released version 0.2.1 of SlushMiner on my SourceForge (https://sourceforge.net/projects/slushminer), this is mostly a bug fix and performance improvement release:

  • Fixed problems with chart zooming and increased range
  • New version checking will now actually respect user setting (was previously always on)
  • Maximum limit removed from miner refresh rate
  • Chart data is removed after a specified number of hours (keeps memory usage from getting too high)
  • Website pulls and chart updates are paused while the main form is minimized, everything gets updated when the form is restored

    Minor bug fixes:
  • JSON parsing when the user's current culture uses commas as decimal separators
  • Total stats calculations when accepted or rejected share counts go over 1,000 (thousands separator causing problems)
  • Currency exchange information is now displayed and updated all the time
newbie
Activity: 5
Merit: 0
April 26, 2013, 04:13:33 PM
#32
Looks nice, sad it don't works on linux.
newbie
Activity: 13
Merit: 0
April 26, 2013, 04:03:04 PM
#31
well done josh
newbie
Activity: 20
Merit: 0
April 26, 2013, 03:44:57 PM
#30
ok, noticed a small issue.

on the Mining stats tab, the Total line is only summing the rejected shares, resulting in 100% rejection rate being displayed.
and on the line above, the rate reflects a static 15%.

and as you can see in the screen shot, the titlebar reflects the wrong info as well.
http://nyclogan.com/slushminer.png

Yeah, I saw that problem too, it's because I started making the counts "pretty" (adding thousands separators) but when I total everything up it's not handling those numbers properly. It's on my fix list for the next version Smiley
newbie
Activity: 38
Merit: 0
April 26, 2013, 02:43:29 PM
#29
ok, noticed a small issue.

on the Mining stats tab, the Total line is only summing the rejected shares, resulting in 100% rejection rate being displayed.
and on the line above, the rate reflects a static 15%.

and as you can see in the screen shot, the titlebar reflects the wrong info as well.
http://nyclogan.com/slushminer.png
newbie
Activity: 7
Merit: 0
April 26, 2013, 02:34:17 PM
#28
What a good way to make my first official post on the forum.

This is a great tool. To be honest, I was quite intimidated by cgminer. I had GUIMiner running, and that's great too - but I really like the integration with the account stats.
newbie
Activity: 38
Merit: 0
April 26, 2013, 11:26:39 AM
#27
ok, ran over night, still chuggin along like a champ.

Overall the interface is nice, the integration with Slush account statistics and balance is great.

Will continue to use over Guiminer.  Thank you for working on this.
newbie
Activity: 5
Merit: 0
April 25, 2013, 08:37:01 PM
#26
Thanks for the link
member
Activity: 70
Merit: 10
April 25, 2013, 07:53:07 PM
#25
Interesting, I wonder if there will be a lot more single pool miners in the future
newbie
Activity: 38
Merit: 0
April 25, 2013, 04:23:36 PM
#24
Just installed and running now.  getting respectable hash rate vs Guiminer, within 5 Mhash/s.
Will let you know how it preforms over night.
newbie
Activity: 20
Merit: 0
April 25, 2013, 02:49:40 PM
#23
I've moved the entire SlushMiner project over to SourceForge: https://sourceforge.net/projects/slushminer. I've uploaded all of the source code to the built-in Git repository, there's a few basic wiki pages, and SF has a tickets system if anyone has any problems with the software.
newbie
Activity: 20
Merit: 0
April 24, 2013, 01:57:10 PM
#22
I've released version 0.2 of SlushMiner on my SourceForge (https://sourceforge.net/projects/slushminer) with some big backend changes and a few interface improvements:

  • The backend code has been completely restructured, making it much easier to maintain and allowing me to release the source code without making myself look bad Grin The source isn't quite ready yet, I need to clean up and comment everything but once it's uploaded I'll post here
  • Worker information can be manually overridden in case Slush's Pool website goes down (like it has been lately). He's got mining working but the site itself is down, so this will allow SlushMiner to work without the login
  • A new Charts tab with line charts for hashrate, share rates, and rejection rate
  • Automatic new version checking (disabled by default, you can turn this on in the Settings tab)
  • Custom refresh intervals for miner program, currency markets, and pool stats

There's a few other smaller improvements, you can find them on my website. Let me know what you think!
newbie
Activity: 20
Merit: 0
April 16, 2013, 03:56:44 PM
#21
I found a bug in the error handler where, if an error occurs on retry, it throws that blocking error message and stops mining Sad Gonna fix that...

Also, just wondering: is there a way to set up poclbm to spit out a verbose log, perhaps with a config file?

Well, poclbm has a -verbose switch, but when I use that it forces the stats refresh rate to 60 seconds instead of the 1 second it's set to right now, and you can't customize it at all. I'm not a huge fan of that, so I want to try to get a working python environment so I can tweak the code for my own purposes. (I also want to have a flag to dump platforms and devices and then exit, which you can't quite do right now, that's why detecting hardware takes a little while)
newbie
Activity: 56
Merit: 0
April 16, 2013, 02:51:32 PM
#20
Also, just wondering: is there a way to set up poclbm to spit out a verbose log, perhaps with a config file?
Pages:
Jump to: