Bitcoin Forum
June 22, 2024, 05:09:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 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 »
3921  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: October 01, 2011, 02:20:43 AM
Feature/Update:  Worker stats and API are now pulled live, rather than on a one minute cache.  They should never be behind by more than 10 seconds (due to work being logged to the DB in batches).
Bugfix:  Line breaks are now properly being added on plain-text versions of emails.
3922  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 30, 2011, 03:34:41 PM
Sorry for the downtime.  A script that has been running seemingly flawlessly for the past few months had an unforeseen side effect on the database server.  The script that was backing up the DB and uploading it to a remote server was not properly deleting the backup after they were successfully transferred.  Last night the hard drive on the DB server became completely full, and it ended up killing the database.

I've fixed the script, and I am sorry for the downtime that happened while I was asleep. 
3923  Bitcoin / Mining / Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend on: September 29, 2011, 02:09:04 PM
An update:  BTC Guild is running PoolServerJ for the entire pool.  We were able to push out 10 pushpool/10 bitcoind nodes with load balancing and replace them with a single PoolServerJ and 2 bitcoind nodes. 
3924  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 28, 2011, 03:25:56 PM
The pool payout stats on https://www.btcguild.com/blocks.php haven't been updated in nearly 3 weeks.

Fixed, didn't have the script added to cron ever since the previous server move.

While you're fixing stuff, the confirmation counts are pretty jumbled up again... Tongue

Ah, missed that one.  Guess now it's time to explain what happened (it has been corrected):

As I mentioned in other threads/earlier in this one, BTC Guild has been moving from pushpool to PoolServerJ, putting lots of stress on it by redirecting some loadbalance nodes.  As of Sunday evening, the entire pool was shifted to PoolServerJ.  We've gone from 10 pushpool+bitcoind instances to 1 PoolServerJ with 3 bitcoind instances.  We update confirmations by polling a list of recent transactions from bitcoind and updating the confirmations based on the bitcoind output. 

Since we're now only using 3 bitcoind instances, its possible that the list of recent transactions is pushing out blocks that aren't yet at 120 confirms.  I've increased how many transactions get pulled, so it shouldn't happen again!
3925  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 28, 2011, 02:45:51 PM
New workers cannot be added. Just saying.

I need more information.  I just made a worker and everything worked just fine.

The pool payout stats on https://www.btcguild.com/blocks.php haven't been updated in nearly 3 weeks.

Fixed, didn't have the script added to cron ever since the previous server move.
3926  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 27, 2011, 07:53:08 PM
There's a small cosmetic bug with the confirmation e-mails. The "<br />" from the HTML part is removed instead of being replaced with a space or a line break, resulting in e-mails like the following:
Quote
Your confirmed rewards of XXXXX have been sent to your wallet (YYYYY).The transaction ID was: ZZZZZZZThe payout may show up instantly, or it may take a few hours depending on the time it takes to confirm.

While that isn't a problem for the payout confirmation, it caused me to copy&paste the wrong verification token when trying to verify my e-mail address until I noticed this.

Is this recent (we did move servers over the weekend).  The emails are sent with both plaintext and HTML versions.  It looks to me like your email client is displaying the HTML version, but stripping HTML tags for "security".  Every email I've received to date has properly displayed the line breaks.
3927  Bitcoin / Mining / Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend on: September 26, 2011, 06:00:21 PM
After hammering out the last few bugs we found at BTC Guild with PoolServerJ, I'm almost ready to completely remove pushpool from my servers.

While the CPU load of PoolServerJ is higher than pushpool, I would not call it inefficient since PoolServerJ is doing far more work than pushpool.  PoolServerJ is doing full difficulty checks internally, prioritizing getwork responses to known good clients [QoS filtering], organizing work from multiple bitcoind nodes [faster LP delivery], running a cache of work so miner requests are responded to from the server rather than the server proxying the request to bitcoind [faster getwork delivery].  In the end, as long as the servers have enough extra RAM, the performance is outstanding.

PoolServerJ's work caching means if bitcoind stutters for a second, you have work ready and available to send to your miners, whereas pushpool becomes useless until bitcoind can respond, and cause miners to complain.

The tradeoff is simple:  pushpool will run on minimal specs, but becomes slow to respond after a certain level of load, even though CPU & RAM are sitting idle.  PoolServerJ will use significantly more RAM, but as long as its there, it won't choke until either your bitcoind can't provide the work as fast as its being requested, or your CPU is at full utilization.  A small pool would probably stick with pushpool, due to its low footprint and reasonable performance.  Any pool that is starting to have growing pains (they start around 250 GH/sec but they aren't "a problem" til ~450 GH/sec) would benefit greatly from taking a look at PoolServerJ.
3928  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 26, 2011, 05:47:58 PM
For the last few hours, 40% of the pool has been running on PoolServerJ.  I've been comparing the share acceptance rate/reject reasons between PSJ and Pushpool for these last few hours, and have found significantly better performance on the PoolServerJ side.

The number of stale share submissions on the PSJ side are ~80% lower than the pushpool side.  This afternoon I will be rolling out a second PSJ server, and move the pool over to 80% PSJ and 20% pushpool, monitoring the stats closely before completely phasing out pushpool from the servers.
3929  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 26, 2011, 12:13:02 AM
Long story short, I was trying to change our cert so it would work on PPS as well as Proportional, but I'm not using a self-signed cert, and it costs more to add a wildcard subdomain to our cert.  Botched my explanation of why I revoked/rekeyed the cert (its been a long day).  The old server did not have the re-issued SSL cert, since we were moving to a different server.  I didn't expect the move to take as long as it did, ideally nobody would have received any messages about an invalid/revoked certificate.
3930  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 25, 2011, 09:09:54 PM
Server is being moved if you're seeing the security certificate revoked message.  Revoked our old SSL cert trying to setup a wildcard subdomain so PPS pool could use the same cert.  Should be back up and running shortly.
3931  Bitcoin / Pools / Re: [110 GH/s] BTC Guild - Pay-per-Share Beta Pool on: September 23, 2011, 04:02:39 PM
Just woke up and noticed the issue.  The shares table was setup to use a MEDIUMINT, autoincrementing for counting share IDs.  It overflowed last night, and stopped logging new shares in that table.  However, the shares get logged in two places, once in the shares table which is only used for determining speed and debugging share rejects.  The other table is what gets used to determine payouts (it counts your share submissions per difficulty).  That other table was still functioning perfectly.

Everything is back to normal now, and your miner speeds should be counting back up Smiley.
3932  Bitcoin / Pools / Re: Thoughts and questions on BTC Pools and merged mining on: September 22, 2011, 03:34:24 PM
The PPS pool will absolutely be the first testing server I use for merged mining since I don't have to do any special accounting for NMC rounds vs BTC rounds.  I'll have to talk to shadders about it.

Has anybody tried applying the JoelKatz 4diff patch or integrating it into the merged mining bitcoind?  If they aren't compatible, it's going to be a major handicap getting a reasonably sized pool on board.
3933  Bitcoin / Pools / Re: [1800 GH/sec] BTC Guild - 0% Fees, LP, SSL, API, 8 Decimal Payouts and more! on: September 22, 2011, 02:57:33 PM
This weekend I will be moving the website to a different server again, changing it from a 2 gig VPS to a dedicated server.  I do not know when it will happen exactly (most likely Saturday evening, PDT).  Similar to the last move, the pools still be working as usual.  The only part going down is the website frontend, meaning you wont be able to access your stats / payouts until the move is complete (1~2 hours).

The move is for two main purposes:  1) Speeding up the website in general, especially when a long round is calculated/sync'd.  2) Making some DB schema changes to eventually allow merging the PPS option into the main pool, rather than running it as a separate pool.
3934  Bitcoin / Pools / Re: Thoughts and questions on BTC Pools and merged mining on: September 21, 2011, 10:55:04 PM
I've been looking into merged mining, but right now I don't see it integrating itself into the main BTC Guild pool anytime soon.  It will be a bookkeeping nightmare unless I hide the NMC part and do it as a side calculation whenever a round ends.  It's difficulty to implement in a production environment, especially one where the database is not easy to make modifications to without slowing/halting the live servers.

I may put it onto the PPS pool for BTC Guild, since the code and DB schema is much more flexible on the PPS pool [no need to keep track of 'rounds'].
3935  Bitcoin / Pools / Re: BTC Guild - Pay-per-Share Beta Pool on: September 21, 2011, 08:12:04 PM
The API key itself will be the same if your username is the same.  However, you won't see the stats from one pool on the other pool's API URL, which is what you described ("however, the app seems to be picking up my workers in my proportional account, which are all zero now as I've moved them to the PPS account.").
3936  Bitcoin / Pools / Re: BTC Guild - Pay-per-Share Beta Pool on: September 21, 2011, 06:59:10 PM
I have not inspected or used any of the API apps, but I would suspect they don't work the same with PPS Guild since the API has added/removed a lot of information related to the workers and account.  PPS Guild has a bit more detail in the API for workers, and the user section is also quite a bit different due to the lack of confirmed/unconfirmed rewards.

I'll see if I can make a secondary API that follows the format I used on BTC Guild, but it won't have the same detail as the full API.

As for picking up your proportional account's workers, there is absolutely no way that can happen unless your API tools are screwing up.  They are completely different databases and have no link between each other.  The URL is different than the BTC Guild API (http://pps.btcguild.com/api.php instead of http://www.btcguild.com/api.php).
3937  Bitcoin / Pools / Re: BTC Guild - Pay-per-Share Beta Pool on: September 21, 2011, 04:14:03 PM
API is now up for PPS Guild, you can find your key and a link to the API on your My Account page.  Last share time is being returned as the number of seconds, rather than the HH:MM:SS format BTC Guild's API used, since its easier to manipulate.

If there's any other stats you want, just ask and I'll see what I can do.
3938  Bitcoin / Pools / Re: BTC Guild - Pay-per-Share Beta Pool on: September 20, 2011, 01:53:32 PM
API should be sometime today.  I've been too busy at my regular job to get any work done on the pool during the day, and I took my first weekend off after a few months of constantly working Smiley.
3939  Bitcoin / Mining / Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend on: September 19, 2011, 02:37:45 PM
BTC Guild's testing has found 15 blocks with PoolServerJ so far, all of them were detected as proper difficulty by PSJ's internal test prior to sending to bitcoind.  No false positives, and no false negatives.
3940  Bitcoin / Pools / Re: BTC Guild - Pay-per-Share Beta Pool on: September 18, 2011, 01:36:24 AM
SMPPS is not the same as PPS.  If an SMPPS pool experiences a string of bad luck, you end up up waiting for backpay.  If a straight PPS pool has bad luck, I have to cover the payouts out of my pocket.  PPS is truly zero variance aside from your individual miners luck with diff-1 shares.  SMPPS is only zero variance as long as the pool has had enough good luck streaks to offset a bad luck streak.
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 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!