Bitcoin Forum
May 04, 2024, 09:57:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 [90] 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 ... 204 »
1781  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 08:43:33 PM
one more feature request if not already there - to store different usernames/passwords for the Ants (when using the old style webgui login) - if possible
(instead of them sharing all the same login credentials)


Thanks.  I wasn't planning on adding additional functionality to the old style screenscraping process.  What exactly do you need this for that isn't on the API side?

M
1782  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 06:47:05 PM
How about adding a popup message when starting a new instance of the monitor IF there is already an instance already running? Sometimes I forget the monitor was minimized to the tray and not the bar and it opened a new instance.

Thanks!

Oops!  Good idea.  I added that in M's Pool Monitor, forgot to implement it here.

M
1783  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 17, 2014, 04:02:48 PM
Updated list to include FSC (fusioncoin):

To help other p2pool ops that may be interested in sharing their merged mining income, I have dedicated addresses you can send to that I'll then convert to BTC and feed back into the pool:

DVC: 1f56VqR9ajX3K42qSaDezvKXFmruSDg1B
IXC: xaNQ54gxowcwHyxqGtFM4vwCfS84V6fmKF
NMC: N1XhWNmvGhFL145zmQGQv7Vug6mThNh1iQ
I0C: jMDtRnMAk2WxaoAw8HUceMaxPPqAuZ8AEN
FSC: Fjhv8Sk8iC7AF76CTJbKo1zkHLUbTTTBs2

(I haven't given up on this yet... despite the fact that it doesn't seem be going anywhere.)

M


Some FSC coming your way. TXID cc17467f0a744766e958fdfc9d0ac1a5cf2f26f05b1702ea07bd28b5c393d60c

Thanks!

I almost have 0.1 BTC worth! Smiley

M

A few more 0dd3b50ead7d2284928fa2f1caad29488b581d9f7208b1bf05006a5c8bb2d171

BTW where are you selling these? I did not know there was even a market till I saw you were collecting them.

-Dave


At the moment I'm not selling them.  They are just collecting.  The hope is someday there will be enough to sell and distribute, and/or they get valuable enough to sell.

M
1784  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 02:54:11 PM
I haven't updated past 1.8 and if you added it great if not than; is there a possibility
to see what the current diff the ants are working at?
It isn't important really but just something else to check.

I'll look, I think it's in the API.

M
1785  Bitcoin / Pools / Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: June 17, 2014, 12:59:45 PM
Hey I've been above my minimum payout threshold for a couple of days now with less than 25BTC ahead of me in the queue, "putting this user's payout in our next block". Anyone else?

http://eligius.st/~wizkid057/newstats/userstats.php/12kp94AxdiwmdnMH6sNLBb3RESqLX7tBmY

If I understand it correctly, the payout queue is based on the age of the payout since that payout started.  So your minimum payout really doesn't mean anything if it's set too low, others who took longer to get to the queue will pop ahead of you, until your payout gets old enough to be ahead of everyone else.

For me the magic time period seems to be around 3 days.  I have my min value set to trigger around 2 days, but I end up getting paid on the 3rd day, roughly.

M
1786  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 11:16:56 AM
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.

Yes, I realized this morning that I added the code, but forgot to reference it! Smiley  Just put out an update to fix that..

Download link: MAntMonitor20a.zip

Will look at that logic, must have missed something.  Thanks!

M

ah I see yes the fail logs. is there a log showing the debug output? such as error codes from the server etc? i'm sending mine to an exchange server using basic authentication and ssl

No there isn't.  I'm using Microsoft's built in SMTP support, which, in Microsoft fashion, works best (or only?) with Microsoft servers.  Sometime I may write my own code for it, but time is one thing I don't have a lot of anymore. Sad

M
1787  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 11:02:51 AM
Notes on email logic:

- My 2.0 release missed a step, the code was there, but not referenced.  2.0a has it.
- Last I tested this, it didn't work with all SMTP servers.  It worked with Google's servers, but not Verizon's.  Didn't have any others to check.
- There aren't any governors on the email logic to prevent "spam".  That means if it's set to check your ants every 5 minutes, and there's an alert every 5 minutes, you'll get an email every 5 minutes.  You might want to enable the email feature with caution! Smiley  I intend to add a governor "only send an email once every x minutes" in next version.

M
1788  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 11:00:11 AM
Feature Request:
1. Minimise to system bar.

It does that already!  Added in v1.9 I believe.

M
1789  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 10:59:49 AM
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.

Yes, I realized this morning that I added the code, but forgot to reference it! Smiley  Just put out an update to fix that..

Download link: MAntMonitor20a.zip

Will look at that logic, must have missed something.  Thanks!

M
1790  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 17, 2014, 01:30:57 AM
Updated list to include FSC (fusioncoin):

To help other p2pool ops that may be interested in sharing their merged mining income, I have dedicated addresses you can send to that I'll then convert to BTC and feed back into the pool:

DVC: 1f56VqR9ajX3K42qSaDezvKXFmruSDg1B
IXC: xaNQ54gxowcwHyxqGtFM4vwCfS84V6fmKF
NMC: N1XhWNmvGhFL145zmQGQv7Vug6mThNh1iQ
I0C: jMDtRnMAk2WxaoAw8HUceMaxPPqAuZ8AEN
FSC: Fjhv8Sk8iC7AF76CTJbKo1zkHLUbTTTBs2

(I haven't given up on this yet... despite the fact that it doesn't seem be going anywhere.)

M


Some FSC coming your way. TXID cc17467f0a744766e958fdfc9d0ac1a5cf2f26f05b1702ea07bd28b5c393d60c

Thanks!

I almost have 0.1 BTC worth! Smiley

M
1791  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v2.0 - now with alerts! on: June 17, 2014, 01:27:22 AM
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic.  
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20a.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M
1792  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 16, 2014, 10:44:00 AM
Awesome update yo, looks great! I will enable some alert functions and let ya know what I think.

Quick question...what does "Enable Annoying Popup" enable? I am half tempted to click that option! haha  Grin

The annoying popup is a separate window that comes up when there's an error, and it tries to get your attention.  It could probably be more annoying..

M
1793  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 16, 2014, 10:20:32 AM
I'm new to p2pool, I hope someone here can answer this, I've been mining Bitcoin for a day on it, and:

Code:
Local rate: 171GH/s (1.6% DOA) Expected time to share: 12.6 hours
Shares: 0 total (0 orphaned, 0 dead) Efficiency: ???
Payout if a block were found NOW: 0 BTC to [redacted]

Is that normal to have 0 shares for that long? With that hash rate, how long should it take to solve a single share? My miner sees lots of accepted shares, so I don't think its a problem with the miner. The estimate said 12 hours, 12 hours ago, so I can't go by that. 2 blocks have been found by the whole p2pool since I started, so I'm worried I am getting absolutely no credit for hashing. Should I not bother with p2pool unless I have a terrahash or more?

What newcomers to p2pool usually don't immediately grasp is there are two types of shares in p2pool.  The type that you see your miner submitting all the time, and the type that really count. Smiley It's the second type that you aren't getting many of.

To elaborate, p2pool uses an "alt chain" of shares to keep track of who's submitted shares.  You can consider that "alt chain" to be like another coin, with a much much lower difficulty.  p2pool adjusts the difficulty required to get on that chain so that miners are getting shares on the chain roughly 30 seconds.  (I think that's the number, the wiki might be outdated).  That means the more people there are mining, the faster shares are found, so difficulty goes up.

Right now that share difficulty is at 1,809,778.  Your 171gh/s needs to find a share of that value or greater (at the time of this post), to get on that chain.  That's why it's estimating it'll take you 12.6 hours to find a share.

The good news is once you get a share, it's good for 3 days.  So, at current numbers, making it 12 hours per share to make it easy, you should have 6 shares on the chain at any given point, assuming average luck.  That's where variance comes in ... sometimes that number will be higher, sometimes that number will be lower.

M
1794  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 16, 2014, 01:51:46 AM
Just got my first error popup...
I did have the config window selected and I was searching for some sound files to use for the alerts. What format does it recognize?

It doesn't do anything itself.  It just tells Windows to run it.  So anything your PC supports should work.

There must be some logic flow I missed in there.

Thanks for the report.  I suspect once you pick something, it'll work fine?

M
1795  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 15, 2014, 11:42:58 PM
Thanks a lot for new version  Cheesy
I have seen it so late.

But gave me the following error and not working properly:

Please guide:

Looks like something funny is up with 51.  I did put error handling around an ant not responding properly, but I didn't fully test it.  Does everything seem normal with 51?

M

I use wifi connection for all ants and sometimes wifi is weak and then this happen.

I have some ideas. 

M
1796  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 15, 2014, 08:11:24 PM
Thanks a lot for new version  Cheesy
I have seen it so late.

But gave me the following error and not working properly:

Please guide:

Looks like something funny is up with 51.  I did put error handling around an ant not responding properly, but I didn't fully test it.  Does everything seem normal with 51?

M
1797  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 15, 2014, 04:58:54 PM
Luck works both ways.  There can be days when we can get 3 blocks in a row and get paid more overall than most pools. 

Is that part I put in bold accurate?  Most pools, to my knowledge, pay entirely based on luck.

M
1798  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 15, 2014, 12:27:04 PM
Also... SSH functionality for auto reboots and on demand reboots is planned for next version.

M


P.S.  Happy Father's day to the dads out there!
1799  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 15, 2014, 12:26:21 PM
Also, I'm looking for feedback from folks on the alert functionality.  Please let me know what you think, including anything you'd like to see added/changed. 

Thanks!

M
1800  Bitcoin / Mining software (miners) / Re: M's Ant (S1/S2) Monitor v1.9 - now with alerts! on: June 15, 2014, 12:20:26 PM
I just published v1.9.

v1.9
- Added basic alert functionality:
   - You can trigger alerts on Fan speed being too high, Hash speed being too low, Temperature being too high, or XCount too High.
   - There are separate thresholds for S1s and S2s.
   - Alerts can show a notification popup from the notification bar (on by default), an annoying separate window popup (off by default), highlight the field that triggered the alert (on by default), and/or start a process (off by default). 
   - The process can be anything Windows recognizes that you can run from the Start menu, like a sound clip.
   - Alerts only apply to queries done via the API.  The web (screen scrape) functionality does not have it, and unless someone says they need it, I likely won't be adding it. 
   - Alerts counts also show in the title bar.
- This now uses a notification icon and will minimize to your notification bar when you close it.  To exit it, right click it and click Exit.
- Fixed a problem that could cause an infinite loop if an Ant partially responded to an API request.
- Added more text to the title bar, indicating how many Ants responded to the poll request.




Download link: MAntMonitor19.zip


Note: I intend to add more alert functionality as well (like email alerts - same as I have in M's Pool Monitor), but this is all I had time for this weekend.

M
Pages: « 1 ... 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 [90] 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 ... 204 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!