Bitcoin Forum
July 06, 2024, 01:56:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 234 235 236 »
4581  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 02:05:18 PM
Give it one more try for good luck.
4582  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 02:00:47 PM
Please try again nick.  I keep track of your confirmed rewards vs your "donation confirmed rewards" separately, they're just added together on the interface so it's less confusing (when it works correctly!).  When fixing the huge scientific notation negative that Nythain posted, I made it round very small negatives/positives to 0.  It ended up setting your confirmed rewards to 0, when they are actually NEGATIVE (because you've been paid out more than your confirmed rewards due to donations).
4583  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 01:51:43 PM
Probably cosmetic, but the wonky -5.5511151231258E-17 in Unconfirmed Rewards isn't gonna mess up anything is it?

Fixed Smiley.
4584  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 01:49:22 PM
Those of you with 2.5%+ donations should now properly be seeing your rewards go directly into confirmed (with payout available) for any blocks solved while your donation was at 2.5%+.

Thank you for your support, I'm working hard to earn my current slave wages  Smiley.
Well I had +2.5% from the moment i joined and only 1 went from unconfirmed to comfirmed. Did 3 blocks if i remember correctly.

author=nicksasa link=topic=7760.msg115882#msg115882 date=1305121672]

Weird ... I did receive the 1.55 tough.
[/quote]

Fixed your problem nick.  Try again for the remaining amount.  Your confirmed rewards were being temporarily double counted when I was correcting the display.
4585  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 01:36:44 PM
Those of you with 2.5%+ donations should now properly be seeing your rewards go directly into confirmed (with payout available) for any blocks solved while your donation was at 2.5%+.

Thank you for your support, I'm working hard to earn my current slave wages  Smiley.
4586  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 01:27:28 PM
I too keep getting disconnected.  Sad

At least i am not alone..

Just woke up, and fixed the problem.  Pretty sure I was dreaming about the code last night.  It should be completely fixed this time, not just a bandaid type fix.

Regarding instant payouts, there is a minimum payout of 0.01 BTC.  I'll take a look at the users who said their rewards are not going directly to confirmed with 2.5% to see what happened.
4587  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 04:56:41 AM
Thank you for the support all.  It has been stable since the last crash (although it normally crashes about 1 minute after I say that).

It will go down for about 3 seconds shortly so that the auto-restart script can run during the night.

Worker rename and password resets are working in testing, but there's no nice way to fit them in the current page.  Tomorrow morning I will be splitting workers into two pages.  "My Account" will show the current worker stats table (with reset buttons).  Then you will have a "Manage Workers" page which has the ability to add, hide, rename, reset, and change the passwords for your workers.
4588  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 04:23:49 AM
Looks like we still have one worker that has caused a crash every time they try to communicate with the server...they're causing something completely different from the others.  Back to running a fully logged version to see what they're doing differently.
4589  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 03:54:11 AM
Always assume your users are going to try to screw with you when dealing with their input. Smiley

Oh I know that one.  Problem was I just finished setting up the password hashing on the website (PHP) when I added it to the pool (C).  So my habits of PHP carried over.  Worked fine with standard data, but C doesn't fail quite as softly when passed bad data as what PHP allows.  The curse of higher level languages!
4590  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 03:53:01 AM
eleuthria:

Additionally, I am showing I am pushing out 624Mhash/s right now and your site is only showing me: 62.04 mH/sec on 1 worker and 81.13 mH/sec   on the other.

Ideas?

The hash rate shown by the pool is your average hash rate over the past 15 minutes, and is calculated based on submitted shares in that window.  It is only an ESTIMATE.  Your luck on reporting getwork results will always cause some variance over what is shown by your client.  Since you only recently started, the rate will be much lower until you've been running for 15 minutes.
4591  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 03:49:43 AM
The crash should now be fixed!  All my time working in PHP/MySQL the past few years, I forgot some very basic memory management in good old C.  The crash was caused when somebody forgot to send a password with their worker.  Because I added a function to combine the password with the salt, and then hash it, I was trying to work in unallocated memory (the password was a NULL value).

Running in a debugger for the next hour and a half to make sure it got caught (I can only test it so many dozens of ways).  If it looks stable again, the pool will be down for about 3 seconds in an hour when I switch it out of gdb and run it through the auto-restart script.
4592  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 03:20:32 AM
The bug causing all these crashes has finally been identified.  Pool will be resuming in approximately 10 minutes and should not be seeing any more crashes related to the problem.
4593  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 01:59:16 AM
A few of the new features were added to the website, but meanwhile the pool is getting crashed during a user authentication again.  Just added a massive amount of debug lines (it's quite beautiful to see the spam of log strings) to pinpoint exactly where it crashes next time, because the backtrace wasn't being particularly useful.

Currently added:
  Hide Workers (and Reveal)
  Block Statistics include your share count, reward, and donation amount


Almost finished:
  Worker password reset
  Worker rename
4594  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 11, 2011, 12:59:02 AM
Yeah, I found a block.    Cheesy   Which one?

You found the most recent one.  I'll follow deepbit's format of bolding the blocks found by you when I add personal statistics to the block listing.  Should be up in the next hour or so!  Looks like the server itself is running great (no crashes in the last 14 hours).  Haven't had any new miner idles/RPC comm errors since the issue which BitLex mentioned.
4595  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 10, 2011, 10:48:02 PM
well, restarting my worker was the first thing i did when i noticed that error and all shares after got rejected,
it didnt help though, new shares also got rejected (all of them), so i stopped the miner again,
then posted (actually i just wanted to post that error, then i noticed the rejects i haven't looked at before).

anyway, i might have been a victim of that spike then (just started testing ~2hours before),
will test later again. Smiley

Code:
WORKSIZE=128 VECTORS AGGRESSION=6 BFI_INT

Can you send me a PM with the worker name you used?  I'll take a look at the shares log to find out why the server was rejecting them all.
4596  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 10, 2011, 10:31:39 PM
I will be home and ready to resume looking into any pool issues that rise.

The high rejection rate is VERY odd, it looks like there was a spike in rejected shares about 20 minutes ago (all my miners jumped about 15 rejects recently), as well as a communication error.

I'd recommend resetting your worker stats and/or restarting your worker just to get a fresh count.  Until the spike, my 12 workers were averaging 0.29% rejected/invalid shares over the past 8 hours.

BitLex: What settings are you using on phoenix (queue size, worksize, etc)?
4597  Bitcoin / Pools / Re: BTC Guild - 0% Fee Mining Pool (Long polling, JSON API) on: May 10, 2011, 09:41:31 PM
Wow one hell of a long round. Over 12 hours now. Hopefully we get a karmic streak of awesome luck for a bit after this one.

Not that long actually.  At current difficulty with the pool hashrate rounds should AVERAGE around 16 hours (due to that 50% difficulty spike the other day).  This round (AVERAGE) would be slightly higher since the pool was not running at the current speed this whole round.  The pool is only currently operating at 11.7 gHash.  It's been creeping up all day though, so rounds should get faster and faster.

UPDATE:  Average speed has gone up another 400 mHash since the above figures were posted!
4598  Bitcoin / Mining / Re: Which VNC program do you use? (... assuming you do) on: May 10, 2011, 07:15:52 PM
RealVNC on my windows machines, the rest all use linux and SSH.
4599  Bitcoin / Mining / Re: Windows Sidebar Gadget Supports deepbit / slushpool / Eligius on: May 10, 2011, 07:09:15 PM
Hi netxshare,
  I'd love to get my pool supported by your gadget.  Please send me a PM with what information/format you'd expect, or you could register on my pool to take a look at the current JSON-API output Smiley.  Thank you.
4600  Bitcoin / Mining / Re: when is the exact month it will go from 50 btc to 25? on: May 10, 2011, 06:52:27 PM
At this point all that can be done is extrapolation and guessing for difficulty jumps.  The probability of the network continues to grow at 20-40% every 10-14 days is very small.  Right now it can and will happen due to the small / new nature of BitCoin, but that kind of growth simply can't be sustained for a long period of time .  Eventually you'd hit the point where your rate of growth is faster than the speed at which new computing power is created on the assembly lines.

I think (and hope) that the network speed levels out to a gradual growth rate in a few more months (so probably around 500-600k difficulty), at which point the growth would likely be linear rather than exponential.
Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 234 235 236 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!