Bitcoin Forum
April 25, 2024, 09:01:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »  All
  Print  
Author Topic: MPoolMonitor 4.2-monitors most pools, idle worker notification, blockchain.info  (Read 100786 times)
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 03, 2012, 11:40:16 PM
 #21

It is correct and I can see all my miners and hash rates. Just gives the error.

Also, if you manually hit the refresh button more than once a minute, BTCGuild will complain.  I'll try to change MPoolMonitor in the future to give better feedback about that.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
1714078891
Hero Member
*
Offline Offline

Posts: 1714078891

View Profile Personal Message (Offline)

Ignore
1714078891
Reply with quote  #2

1714078891
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714078891
Hero Member
*
Offline Offline

Posts: 1714078891

View Profile Personal Message (Offline)

Ignore
1714078891
Reply with quote  #2

1714078891
Report to moderator
Roland68
Member
**
Offline Offline

Activity: 103
Merit: 10



View Profile
December 06, 2012, 06:27:53 PM
 #22

Seem broken for btc guild gives api error2 of something like this

was working 2 days ago
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 07, 2012, 01:17:50 AM
 #23

Seem broken for btc guild gives api error2 of something like this

was working 2 days ago

I believe BTCGuild has been having problems.  Not sure if it affects their API output or not, but they have been having problems.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
eleuthria
Legendary
*
Offline Offline

Activity: 1750
Merit: 1007



View Profile
December 07, 2012, 02:28:26 AM
 #24

Seem broken for btc guild gives api error2 of something like this

was working 2 days ago

I believe BTCGuild has been having problems.  Not sure if it affects their API output or not, but they have been having problems.

M

The DDoS/stratum problems had no affect on API, and there have been no changes to the API other than fixing the displayed PPS rate of the pool (it was showing 0 diff/0 rate).

RIP BTC Guild, April 2011 - June 2015
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 07, 2012, 02:46:39 AM
 #25

Seem broken for btc guild gives api error2 of something like this

was working 2 days ago

I believe BTCGuild has been having problems.  Not sure if it affects their API output or not, but they have been having problems.

M

The DDoS/stratum problems had no affect on API, and there have been no changes to the API other than fixing the displayed PPS rate of the pool (it was showing 0 diff/0 rate).

Then it must be my side, or he was clicking refresh manually and hit the 60 second window.  I know while working on the next pool (slush), I found I missed adding some steps to the last two pools.  I've discovered that I don't find problems that others will because I always test all pools at once, and there are certain things that won't surface unless you're only using that pool. 

I hope to have an update out this weekend with slush support and the aforementioned bugs fixed.

Thanks.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 08, 2012, 03:08:13 AM
 #26

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
PetrovMichael
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 08, 2012, 05:04:27 AM
 #27

thanks !

your <Store DB stats> is VERY good idea.

i kindly ask slush to improve stats https://bitcointalk.org/index.php?topic=1976.msg1385087#msg1385087 , 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
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
December 08, 2012, 11:41:21 AM
 #28

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 <Store DB stats> is VERY good idea.

i kindly ask slush to improve stats https://bitcointalk.org/index.php?topic=1976.msg1385087#msg1385087 , 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


I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
PetrovMichael
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 09, 2012, 05:56:56 AM
Last edit: December 09, 2012, 07:56:14 AM by PetrovMichael
 #29

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 <Your BTC reward>/((<Block value>/<Total shares>)*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
DBG
Member
**
Offline Offline

Activity: 119
Merit: 100


Digital Illustrator + Software/Hardware Developer


View Profile
February 21, 2013, 12:39:48 PM
 #30

Great work m, this will also help me when the ASICs start their march on various pools  Wink.

Bitcoin - 3DTcMYT8SmRw4o4Lbq9cvm71YaUtVuNn29
Litecoin - MAoFYsBf7BzeK86gg6WRqzFncfwWnoYZet
/* Coins are never required but always appreciated if feeling generous! */
MashRinx
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250



View Profile
March 08, 2013, 05:41:31 PM
 #31

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...

mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
March 08, 2013, 06:02:17 PM
 #32

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 10, 2013, 02:59:16 PM
 #33

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
Nemesis
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
April 10, 2013, 09:20:47 PM
 #34

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.)

mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 10, 2013, 10:36:13 PM
 #35

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 mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 20, 2013, 09:56:43 PM
 #36

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
furuknap
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

http://coin.furuknap.net/


View Profile WWW
April 22, 2013, 12:11:14 PM
 #37

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.

Mogsington
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 29, 2013, 07:06:42 PM
 #38

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?
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 30, 2013, 12:23:32 AM
 #39

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
Mogsington
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 30, 2013, 12:58:22 AM
 #40

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).
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »  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!