Pages:
Author

Topic: MPoolMonitor 4.2-monitors most pools, idle worker notification, blockchain.info - page 8. (Read 100788 times)

legendary
Activity: 2450
Merit: 1002
another request, can ya add btcoxygen? =)
legendary
Activity: 1540
Merit: 1001
can ya add deepbit?

It's odd, I was purposely leaving it to last because of its reputation.  You're the first person to mention it.  Now that deepbit isn't nearly as close to the 50% mark, as far as I know, I will probably add it.

M
legendary
Activity: 2450
Merit: 1002
legendary
Activity: 1540
Merit: 1001
I am a knob at this mining stuff, there seems like there a lot of mining pools I have chosen Tripplemining, but have no idea what API format they use, if it is possible to add Tripplemining it would be helpful in tuning my miners.

I believe the pool op asked me to add support.  It's on my list.  Not sure when it'll happen atm, but it's on my list.

M
newbie
Activity: 55
Merit: 0
I am a knob at this mining stuff, there seems like there a lot of mining pools I have chosen Tripplemining, but have no idea what API format they use, if it is possible to add Tripplemining it would be helpful in tuning my miners.
newbie
Activity: 25
Merit: 0
I know Windows.  I don't know linux, and I get ready to pull out the little hair I have every time I try playing with linux.  There seem to be a plethora of apps out there for linux that do what this does, and considering the lack of interest in my app, I don't see a reason why I should time and effort into trying to port it to linux.

M
Wasn't trying to cause offence. More pointing out that if you do your .Net / Mono development on SharpDevelop with WinForms then it should work on Apple/Windows/Linux with very little tweaking (depending on what you're doing). WinForms is a misleading title, it's this http://www.mono-project.com/WinForms It's actually a pretty nice setup for Mono development.

I've had a quick look at disassembly of it, but there's big holes in what comes out because I don't seem to have some of the dictionaries referenced installed. (Mostly Visual Studio related I think).
legendary
Activity: 1540
Merit: 1001
why dont you opensource? i'm sure you will still have donation rolling after opensource.

This will help the community tremendously. (multiple OSs compatiblity even for mobile phones.)

I'll consider it.  But for now, no thank you.

M

I'd have thought it would be relatively easy to get it working with SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/Default.aspx) & Mono.

What's the advantage in keeping it Windows only and closed source?

I know Windows.  I don't know linux, and I get ready to pull out the little hair I have every time I try playing with linux.  There seem to be a plethora of apps out there for linux that do what this does, and considering the lack of interest in my app, I don't see a reason why I should time and effort into trying to port it to linux.

M
newbie
Activity: 25
Merit: 0
why dont you opensource? i'm sure you will still have donation rolling after opensource.

This will help the community tremendously. (multiple OSs compatiblity even for mobile phones.)

I'll consider it.  But for now, no thank you.

M

I'd have thought it would be relatively easy to get it working with SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/Default.aspx) & Mono.

What's the advantage in keeping it Windows only and closed source?
sr. member
Activity: 294
Merit: 250
http://coin.furuknap.net/
why dont you opensource? i'm sure you will still have donation rolling after opensource.

This will help the community tremendously. (multiple OSs compatiblity even for mobile phones.)

I'll consider it.  But for now, no thank you.

M

In that case, for now, no thank you.
legendary
Activity: 1540
Merit: 1001
Version 2.5: changed to properly show KH for p2pool litecoin usage.  Should work for those with less than KH as well, although I didn't test it, and not sure why you'd want to run with less than a KH.

Here's my LTC address if you're feeling generous. Smiley

LWSZmAC1zGUvsSMfGtdhUz39oZfGpEPL38

M
legendary
Activity: 1540
Merit: 1001
why dont you opensource? i'm sure you will still have donation rolling after opensource.

This will help the community tremendously. (multiple OSs compatiblity even for mobile phones.)

I'll consider it.  But for now, no thank you.

M
sr. member
Activity: 462
Merit: 250
why dont you opensource? i'm sure you will still have donation rolling after opensource.

This will help the community tremendously. (multiple OSs compatiblity even for mobile phones.)

legendary
Activity: 1540
Merit: 1001
I just updated to 2.4.

The main change to this was changing it to work with Ozcoin's updated API.  There are a few other tweaks as well.

Please note that due to lack of interest and donations, this likely won't be updated much in the future.  BTC are plentiful and valuable, if you want something added, please consider sending a fraction of a BTC my way: 1EARjDYEY2kKX6xwBuypEBs6BzPn4pWBku.

M
legendary
Activity: 1540
Merit: 1001
Hello.  First, thank you for this. 

I am receiving the error below from OzCoin:

Value can not be null.
Parameter name: source.

I have tried this with two different API Keys and am receiving the same error for both.
Also, I have only installed this for the first time today, so I can't help with when this may have started.

Hope this helps...

Hi, Oz changed their API since I created this, and I haven't yet updated it to support the new API.  It didn't seem like there was any interest in this program, so I wasn't in a hurry to fix it.  I'll see if I can get this fixed in the near future.

M
sr. member
Activity: 389
Merit: 250
Hello.  First, thank you for this. 

I am receiving the error below from OzCoin:

Value can not be null.
Parameter name: source.

I have tried this with two different API Keys and am receiving the same error for both.
Also, I have only installed this for the first time today, so I can't help with when this may have started.

Hope this helps...

DBG
member
Activity: 119
Merit: 100
Digital Illustrator + Software/Hardware Developer
Great work m, this will also help me when the ASICs start their march on various pools  Wink.
newbie
Activity: 34
Merit: 0
The stats might be in the API.  There are two sets of data available from slush, one is block data.  Right now I'm not parsing the block data, but I'll look to see if what you're looking for is there or not.
i don't undertsand how to do that in the right way.

what i'm looking for ? Slush provided https://mining.bitcoin.cz/stats/ per block, it is enough for my purpose

#           Block found at           Duration   Total shares   Your BTC reward      Block #   Block value   
15128   2012-12-09 01:56:42   0:55:25   2196844           0.04896872              211453   25.16020000

so, there is available shares per block used

what i need more ? to know shares sent by worker and shares accepted by pool per worker per block

of course, you can say - calculate as /((/)*98%) = 4190, but i prefer, if posible, to see raw data - how many shares accepted per block per worker.

i'm using Slush stratum mining-proxy exe Windows (can use linux too)...

may be good idea to add feature to stratum mining proxy - to save file with block data, per block. For example, file name = block number, and data per block and per worker(-s), json or csv format. As you know, Slush's stratum mining proxy show to terminal each shares accepted...

is it possible to modify stratum mining proxy to this way ?

OR may be you will improve PoolMonitor to store data to files per blocks. I thinking many files easist way to collect data for all account's workers per block than manage one data base file. May be this way will simplify pool database and stats historial records.

OR may be you can improve PoolMonitor as stratum mining proxy...

What is my goal ? to improve my miner and to find where is my mistake - i calculated hashrates about 7.5Gh/s, pool (have experience with BTCGuild and Slush) show only about 5.3Gh/s
legendary
Activity: 1540
Merit: 1001
The stats might be in the API.  There are two sets of data available from slush, one is block data.  Right now I'm not parsing the block data, but I'll look to see if what you're looking for is there or not.

M

thanks !

your is VERY good idea.

i kindly ask slush to improve stats https://bitcointalksearch.org/topic/m.1385087 , let me repeat here
Quote
modify https://mining.bitcoin.cz/stats/ to know shares per worker per round
for example, last round you gave the data

#   Block found at   Duration   Total shares   Your BTC reward   Block #   Block value   Validity
15104   2012-12-07 17:36:25   0:43:42   1655459   0.04892136   211270   25.28510000    89 confirmations left

modify like below

#   Block found at   Duration   Total shares  Pool Ghash/s   Block #   Block value   Validity
15104   2012-12-07 17:36:25   0:43:42   1655459   2700.550 211270   25.28510000    89 confirmations left

Worker shares Worker Mhash/s Worker BTC reward
32684 5238.4 0.04892136

the question is because i can't find/understand i loosing about 25% shares sent to the stratum proxy ( calculate worker shares sent to stratum proxy and compare to account data Average hashrate in last 10 rounds: 5341 Mhash/s )

it will great if PoolMonitor DB collect all data above.

my question to PoolMonitor is - how can i see worker shares per block ?

IMHO - i less want to see PayOutInfo (which provided by slush) and WorkerHashrates (which easy to calculate based on the data), and VERY interesting into collect worker shares accepted by pool per block


many thanks

newbie
Activity: 34
Merit: 0
thanks !

your is VERY good idea.

i kindly ask slush to improve stats https://bitcointalksearch.org/topic/m.1385087 , let me repeat here
Quote
modify https://mining.bitcoin.cz/stats/ to know shares per worker per round
for example, last round you gave the data

#   Block found at   Duration   Total shares   Your BTC reward   Block #   Block value   Validity
15104   2012-12-07 17:36:25   0:43:42   1655459   0.04892136   211270   25.28510000    89 confirmations left

modify like below

#   Block found at   Duration   Total shares  Pool Ghash/s   Block #   Block value   Validity
15104   2012-12-07 17:36:25   0:43:42   1655459   2700.550 211270   25.28510000    89 confirmations left

Worker shares Worker Mhash/s Worker BTC reward
32684 5238.4 0.04892136

the question is because i can't find/understand i loosing about 25% shares sent to the stratum proxy ( calculate worker shares sent to stratum proxy and compare to account data Average hashrate in last 10 rounds: 5341 Mhash/s )

it will great if PoolMonitor DB collect all data above.

my question to PoolMonitor is - how can i see worker shares per block ?

IMHO - i less want to see PayOutInfo (which provided by slush) and WorkerHashrates (which easy to calculate based on the data), and VERY interesting into collect worker shares accepted by pool per block


many thanks
legendary
Activity: 1540
Merit: 1001
Version 2.3 released:
- added support for Slush's pool
- added more informative error handling for each of the pools to indicate bad API key
- added a note to BTCGuild's pool if you try to refresh manually more than once every 30 seconds (thanks poolop for changing from 60!)
- bunch of bug fixes, things I missed on the last few pools I added support for

M
Pages:
Jump to: