Bitcoin Forum
April 26, 2024, 12:38:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: New mining program for Slush's pool  (Read 7662 times)
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 16, 2013, 07: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)
1714135081
Hero Member
*
Offline Offline

Posts: 1714135081

View Profile Personal Message (Offline)

Ignore
1714135081
Reply with quote  #2

1714135081
Report to moderator
1714135081
Hero Member
*
Offline Offline

Posts: 1714135081

View Profile Personal Message (Offline)

Ignore
1714135081
Reply with quote  #2

1714135081
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714135081
Hero Member
*
Offline Offline

Posts: 1714135081

View Profile Personal Message (Offline)

Ignore
1714135081
Reply with quote  #2

1714135081
Report to moderator
1714135081
Hero Member
*
Offline Offline

Posts: 1714135081

View Profile Personal Message (Offline)

Ignore
1714135081
Reply with quote  #2

1714135081
Report to moderator
1714135081
Hero Member
*
Offline Offline

Posts: 1714135081

View Profile Personal Message (Offline)

Ignore
1714135081
Reply with quote  #2

1714135081
Report to moderator
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 24, 2013, 05:57:10 PM
Last edit: April 25, 2013, 06:51:18 PM by joshua70448
 #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!
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 25, 2013, 06: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.
nyclogan
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile
April 25, 2013, 08: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.
palm12341
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 25, 2013, 11:53:07 PM
 #25

Interesting, I wonder if there will be a lot more single pool miners in the future
mastermeow
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 26, 2013, 12:37:01 AM
 #26

Thanks for the link
nyclogan
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile
April 26, 2013, 03:26:39 PM
 #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.
BigBadJohnnyB
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 26, 2013, 06: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.
nyclogan
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile
April 26, 2013, 06: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%.

<added> and as you can see in the screen shot, the titlebar reflects the wrong info as well.
http://nyclogan.com/slushminer.png
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 26, 2013, 07: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%.

<added> 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
honkeylips
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 26, 2013, 08:03:04 PM
 #31

well done josh
xSkGx
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 26, 2013, 08:13:33 PM
 #32

Looks nice, sad it don't works on linux.
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 26, 2013, 10: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
Destr
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 26, 2013, 10:39:00 PM
 #34

Hi,

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

Thanks
Konkwest
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 26, 2013, 10: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.
dr3i
Newbie
*
Offline Offline

Activity: 27
Merit: 0



View Profile
April 26, 2013, 11: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
frflj
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 27, 2013, 01:13:26 AM
 #37

I tried Slush's pool but my computer was too slow.
joshua70448 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile WWW
April 27, 2013, 06: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.
Tixo Rebel
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 17, 2014, 05:32:13 PM
 #39

Hi,

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

Thanks
Pages: « 1 [2]  All
  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!