Bitcoin Forum
May 13, 2024, 08:11:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 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 ... 82 »
401  Bitcoin / Pools / Re: [3500 GH/s]HHTT -Selected Diff/Stratum/PPS/Paid Stales/High Availability/Tor on: March 30, 2013, 09:04:35 PM
I figured that was per share of the eventually mined block. I guess there's room for both types but it seems odd for me for the pool organizer to be taking all the risk. I was on the Slush thread and I see their pot got emptied soon so it seems like this is not an uncommon problem.
Slush's pool doesn't do PPS so there's less risk. They pay out a proportion of that produced by the block based on the shares you've found (using a formula to reduce hopping). PPS pays out for every share submitted. So in periods of bad luck the pool pays out and hopes to catch up on the periods of good luck. Profit margins are so small on pools that 'paying out of profits' isn't much of an option during the bad periods. A 2% fee is only 0.5 btc per block. So to cover for one block's worth of bad luck, or one single orphan, will take 50 blocks for the pool operator to recover from in fees.
402  Alternate cryptocurrencies / Altcoin Discussion / Re: Terracoin Mandatory Update to correct difficulty retarget (update software now!) on: March 28, 2013, 11:57:40 PM
Bitparking terracoin exchange is upgraded.
403  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitparking Terracoin Exchange on: March 28, 2013, 11:51:12 PM
Exchange is down while I do the mandatory terracoin version upgrade.

Edit: Exchange upgraded and operating again.
404  Alternate cryptocurrencies / Altcoin Discussion / Re: Terracoin Mandatory Update to correct difficulty retarget (update software now!) on: March 28, 2013, 12:18:50 PM
Quote
This mandatory build alters the way the difficulty is computed during retargets
.

What exactly does the difficulty change do and why? They haven't given much time for people to update given that it's a forking change. It's likely to cause problems with pools and exchanges with users on old clients wondering why they're not getting any of their coins confirmed.
405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: March 28, 2013, 12:14:46 PM
Nice. CoiledCoin is the only one, of the coins that got a lot of attention, missing that I noticed.
406  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: March 28, 2013, 12:02:21 PM
It should ideally be: Miner->Stratum server->Litecoind directly and bypass pushpool entirely

But you could put the proxy between the miner and the stratum server if they're using a miner that only does getwork. You'll likely have to write code for the stratum server to update your pools backend database with share information,etc (I haven't looked at the python server code).

If your Java is better that your Python you might find fireduck's SockThing easier to get going.
407  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: March 27, 2013, 10:26:06 PM
I was thinking of more along the lines of having everyone allocated as a spam user, unless they contact me to request a "writer" status.
How about have the user have to send a token devcoin amount to an address. When that is received the account is activated. This is similar to how the bitcoin wiki works.
408  Bitcoin / Pools / Re: [1000 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 27, 2013, 03:44:08 AM
May I ask you when I use stratum, long poll has no importance?
That is correct. When you use stratum the long poll system is not used. All  notifications about new blocks are handle by the stratum protocol.
409  Bitcoin / Pools / Re: [1000 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 27, 2013, 03:20:05 AM
May I ask you if the stratum pool support merged mining? Thanks!
Yes it does. The recent increase in difficulty on ixcoin and devcoin (and hashrates which can be seen on vircurex.com) is due to the activation of merge mining on my stratum server.
410  Bitcoin / Pools / Re: [1000 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 26, 2013, 07:12:33 PM
I experienced an almost hour-long streak of rejects on all my rigs today:
...
This happened simultaneously with 6 rigs and 3 internet connections.
Unfortunately one of the back end bitcoind's crashed last night and was refusing connections. I'm investigating why this happened and how to work around it if it happens again.
411  Bitcoin / Pools / Re: Pay On Target: New High variance payout System Offered by Ozcoin on: March 26, 2013, 04:01:07 AM
What's the best hash someone found on this payout method, do you know?
412  Bitcoin / Pools / Re: [1000 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 25, 2013, 08:10:08 PM
Pool is down due to a server issue. I expect it to be up in about 10 minutes.

EDIT: Pool is back up. I've reset the bitcoin server wallet. This means there are currently no funds in it until a couple of blocks have gone by when the transaction to top it up again goes through. I'll notify here when the funds are back in it.

EDIT2: Pool funds are transferred and withdrawals should be working.
413  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitparking PPCoin Exchange on: March 24, 2013, 05:32:15 AM
Thanks, fixed.
414  Alternate cryptocurrencies / Altcoin Discussion / Re: [DEAD] Coiledcoin - yet another cryptocurrency, but with OP_EVAL! on: March 23, 2013, 11:33:16 AM
Has anyone played with the OP_EVAL capability of CoiledCoin? This was the alternative to bitcoin's P2SH back when it was first discussed. CoiledCoin went and made every address use this which was supposed to result in some nice capabilities. I was curious if anyone would pick that up and run with it.
415  Alternate cryptocurrencies / Altcoin Discussion / Re: [DEAD] Coiledcoin - yet another cryptocurrency, but with OP_EVAL! on: March 23, 2013, 04:53:32 AM
I suspect it pre-dates qt, as it uses multicoin, which was a system intended to let you design coins in the config file without having to hack the code. I think qt came along later.
The source I have has a 'qt' directory and it doesn't look like multicoin - it looks like it's based on the original bitcoin source.
416  Bitcoin / Pools / Re: [800 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 22, 2013, 06:43:16 PM
I get an exception on subcribe. So it does not work at all. BTW, your pool is the only one with this problem so far. Slush, BTCGuild, Ozcoin, BTCOxygen, MtRED, 50BTC... all do work with slush's stratum proxy.
I'll investigate, thanks for the report.
417  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: March 22, 2013, 11:39:17 AM
Bitparking merge mining has resumed.
I've activated merge mining on the bitparking pool stratum servers now so you may notice an increase in hash rate and difficulty on Devcoin.
418  Bitcoin / Pools / Re: [800 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 22, 2013, 10:15:51 AM
Oops, found a bug. The bug affects total pool statistics, not user statistics. I've fixed the cause and am now in the process of correcting pool stats. Sorry for the restarts.

Edit: Pool stats fixed. And we found a stratum bitcoin block which is a good sign that I didn't break bitcoin block generation when adding merged mining to stratum.
419  Bitcoin / Pools / Re: [800 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 22, 2013, 07:48:16 AM
Merge mining is enabled on stratum now so we should start seeing the hash rate of the alt coins increasing. I'll be monitoring closely the next couple of days to make sure I haven't broken anything, in particular the generation of bitcoin blocks!
420  Bitcoin / Pools / Re: [800 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 22, 2013, 07:22:19 AM
Pool will have 5 minutes of downtime to install merge mining updates.

Edit: Upgrade done. Let's see if it sticks...
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 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 ... 82 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!