Bitcoin Forum
June 22, 2024, 05:45:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 141 142 143 144 145 146 147 148 149 150 151 152 ... 155 »
2021  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: December 02, 2012, 12:13:20 PM
It's testing time again!

GBT and getwork testing on port 9000. Stratum testing on port 3334.

Stratum in production will go on port 3333 with 5050 as an option if 3333 is a problem for you.

There's an X-Stratum HTTP header in all responses on port 9000. Looks like cgminer has a --fix-protocol option that makes it not switch to Stratum. But it seems to use getwork in that case. Any way to force GBT? Until the pool supports the more advanced GBT features, I think it makes sense to tell the miner where the Stratum port is.

What's new on testports:
  • Stratum: brand new
  • GBT: add workaround for bug in cgminer prior to 2.9.4
  • var diff: max diff 16

Already 5 Stratum connections active. If you are mining with a Stratum or GBT capable bfgminer/cgminer/poclbm then please join in and help test this.

For Stratum connect to: stratum+tcp://mint.bitminter.com:3334
For GBT or getwork: http://mint.bitminter.com:9000
(you may need to force your miner to use GBT or getwork, whichever you want to try)
2022  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 01, 2012, 07:38:37 PM
I edited bitcoin.it wiki: https://en.bitcoin.it/wiki/Getwork

Thanks Smiley

So current miners try GBT first, and if it has a Stratum HTTP header they switch to Stratum. If GBT fails completely they switch to getwork, which could also have a Stratum header, but that is never looked at if GBT is supported.

If you implement both GBT and Stratum, the server will decide the default by including a Stratum HTTP header in GBT responses or not.
2023  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 01, 2012, 11:49:01 AM
Is the X-Stratum HTTP header documented somewhere?

What should be the contents?

How should it be interpreted by miners? As "stratum is there, if you want it" or "stratum is there, switch to that"
2024  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 30, 2012, 01:17:47 PM
Hmm. So cgminer tries GBT first, and if it sees no Stratum header it stays on GBT?
In order of priority, cgminer will try to mine on stratum first, gbt second and getwork if all else fails, based on what order I think mining should occur. As far as I'm concerned, it's up to the pool operator to decide what they think is most important to prioritise. If you want to put a stratum redirect header in your GBT based pool, that's entirely your choice, knowing that cgminer will then use stratum preferentially. You can see the way cgminer prioritises the different protocols based on what I think is best for miners and pools, and the rest is up to you.

Generally I would like to support all 3 options and let the user choose.

I was wondering if by putting a Stratum header on getwork responses but not on GBT responses I have made a choice for the user.
2025  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 30, 2012, 08:39:29 AM

Sure, I'll add one of those ports. What's special about them anyway?

...
BFGMiner interprets the Stratum header as "prefer Stratum over the current protocol", so IMO it would be better if it were only offered to getwork requests.

Good to know, I'll just add the header on getwork responses then.

Um - that doesn't make much sense?

Hmm. So cgminer tries GBT first, and if it sees no Stratum header it stays on GBT?
2026  Bitcoin / Pools / Re: got a little extra @ 50BTC/block! on: November 29, 2012, 03:33:46 PM
My O.P. question was if the extra 30 blocks of 50BTC, after halving was a pool error, or is it an inherent processing delay in the Bitcoin network?

Block 210000 and up gave 25 BTC + transaction fees. If any pools paid out 50 BTC for those blocks that would be an error. Or a lot of transaction fees.
2027  Bitcoin / Pools / Re: SCAMMED: ABCpool: I was mining at 2430Mhash and ABC pool has shown 1900Mhash on: November 29, 2012, 03:31:17 PM
I noticed my payouts were a bit low and with the reward halving I went on the site and found that my current rate was 2100 Mhash and the history shows 1900 Mhash for the last 15+ days.

Your miner doesn't actually report the hashrate to the pool server. Pool servers try to guess your hashrate based on how many proofs of work ("shares") you send in. When you are lucky and find many, the pool will show a higher than actual hashrate, and the opposite when you are unlucky. So the hashrates shown on pool web servers are just guesstimates.

I guess your actual hashrate is 1900 Mh/s and the inaccurate website hashrate just showed 2100 for a short time while you were being lucky and finding many proofs of work? Or what hashrate does the miner software on your computer show?
2028  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 29, 2012, 03:21:32 PM
Now that I know GBT is on 9000, I'll point my miners there.  I don't recall seeing that on the website, and I certainly didn't wade through the 100 pages of data here.

EDIT: it seems stats don't report work if you use the GBT port. Sad

Yeah, it's only for testing. GBT will soon be on the regular port. Port 9000 may be unstable, and hashrate on that port won't show on the website. But you do get paid, and the hashrate will show in shifts, it just won't show as current hashrate.

It's a bit of a hack. In the future I will add proper support for multiple servers and they will show properly in the stats.

BFGMiner interprets the Stratum header as "prefer Stratum over the current protocol", so IMO it would be better if it were only offered to getwork requests.

Good to know, I'll just add the header on getwork responses then.
2029  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 29, 2012, 10:19:52 AM
Why not keep them on separate ports :3333 for stratum seems to be the default port chosen by pools using it.

Yeah, it will be GBT and getwork on the regular port and Stratum on a different one. But the GBT/getwork responses will have an HTTP header informing the miner where to find the Stratum port.
2030  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 29, 2012, 07:19:21 AM
All three of my miners on cgminer are complaining that bitminter isn't providing work fast enough.  Stratum is coming soon, right? Smiley

The "not providing work fast enough" message comes pretty quickly after long poll - may not be a big deal.

Yes, we have GBT testing on port 9000 now and Stratum testing will begin soon.

If I put GBT on main port now then users with cgminer with GBT support but earlier version than 2.9.4 will get 100% rejects. I need to add a workaround for this bug before enabling GBT on the main port, otherwise it could be pretty painful for some users.

I hope to move GBT and Stratum to main port within a week's time, if not before. Maybe before the weekend is over, if testing goes well.
2031  Bitcoin / Mining software (miners) / Re: BitMinter miner (Win/Linux/Mac, NEW: BFL and Icarus FPGAs supported) on: November 29, 2012, 07:05:48 AM
You might want to update the "Approx. mint speed" cause since the blockreward halfing it is off by about 100%.

Yep, new version coming in a bit. Smiley
2032  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 28, 2012, 10:06:11 PM
My only other concern with vardiff is that when you enabled it on the main pool, it was done per worker.

Does vardiff now work by used the x-mining-hashrate header if available?

It uses x-mining-hashrate only for the initial difficulty. After it has measured the worker's hashrate it uses that as a basis for difficulty. Using only x-mining-hashrate basically means letting the user select the difficulty - I'm not sure that's a good idea.

I have a pool-wide setting for max difficulty though. I can set this to what is appropriate for 1 minirig now, and later adjust up to what is appropriate for 1 SC minirig. So 10 minirigs running on the same worker account will get the same difficulty as 1 minirig.

Is that then still an issue?

GBT replaced X-Mining-Hashrate with the "target" request option (BIP 23 Basic Pool Extensions). Stratum has no equivalent (and no HTTP for headers) yet.

I didn't implement the target request option yet. I don't know if I would use it for anything but the first minute either. Letting a user with 10+ TH/s set the difficulty makes me a bit uneasy. Tongue
2033  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 28, 2012, 09:43:05 PM
When can we expect vardiff and stratum support on the main pool?

I have some little things still to do on Stratum support. I hope to enable Stratum on the testport within a couple days.

If everything runs perfectly I could perhaps enable Stratum and GBT with var diff on the main pool before the weekend is over. But perhaps delay var diff on getwork a bit longer until hashpower.com supports it.

Also I think ztexminer doesn't support var diff. And perhaps never will?
2034  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 28, 2012, 09:12:05 PM
"Expected per block" on website corrected to take the reward halving into account.

I also added MPoolMonitor under "tools" -> "third party apps" on the website.
2035  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 28, 2012, 04:59:50 PM
Just a question: does Bitminter includes TX fees in the miners payments?
Now after the halvening this is more important.

Yep. If you click on the height numbers at bitminter.com/blocks you will see how much income there is from each block, and how much is paid out to miners (same number twice).

And you are right, this is now more important. Have a look at my answer to this question: http://bitcoin.stackexchange.com/questions/5515/how-much-is-a-mining-pool-share-worth-on-average
I ran some numbers there, and transaction fees and namecoins are now starting to matter. Put together they give about 3.4% extra income. So if you mine at a pool with 3% fees which doesn't pay transaction fees and namecoins, that's more like a 6.4% fee, which seems a bit steep.

Doc, are we accidentally still being paid based on a 50 BTC block reward?

No, BitMinter looks at the exact income from a block and shares that out to the miners, so it will never be wrong.

But...

post reward reduction:

The "Expected per block" is wrong.

The amount actually awarded is correct.

Yeah, sorry, I forgot this expected income per block shown on the account details page on the website, that number is based on each block giving 50 BTC. Will fix in a moment.
2036  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 28, 2012, 01:48:46 PM
As I write this there are only 7 blocks left with 50 new coins in them. After that it's down to 25. Let's get block 209999! Fire up some extra miners. Wink

I had my donations set at 2% BTC and  2.6% NMC . After the crunch of numbers I have decided to up my btc to 2.5% and my nmc to 4%.

Thank you, sir, much appreciated! Smiley

I stopped having those rejects after changing all my rigs to BitMinter GBT. Could be just bad luck, but is it possible that having difficulty change dynamically may cause that kind of rejects? I don't have a good understanding of how dynamic difficulty works. At first the difficulty hovered around 1-2, but after pointing all the rigs at BitMinter GBT it's been stable at 4.

With Stratum there has been some changes to how difficulty works. Earlier it could create a few rejects, but in the future hopefully it won't anymore.

GBT, however, should not. So you should not be seeing any rejects at all apart from at the block change (long poll) times.

Did you happen to catch the message about why the work was rejected?
2037  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 27, 2012, 11:06:15 PM
I'm trying out BitMinter's GBT server for the first time, and got strange rejects on cgminer 2.9.5 almost immediately:

I am also running 2.9.5 testing GBT.  Not many rejects: A:54005  R:46. And I haven't seen any rejects that didn't happen at a block change.

Seems like we need a bit more testing. Anyone else seeing something like that?
2038  Bitcoin / Pools / Re: [2000 GH/s] BitMinter.com [Zero Fee, Hopper Safe,Merged Mining,Tx Fees Paid Out] on: November 27, 2012, 09:13:46 PM
While I think reducing block size would help a bit and I had a couple other ideas for reducing orphans, I believe Sturle's idea in combination with propagating blocks outside the bitcoin peer-to-peer network could make orphans nearly extinct. So I think that is the best way forward, for all pools.

I'll see what I can do. Stratum testing will hopefully begin soon. After that I have a few pressing matters of which the orphan problem is one. Priorities, priorities .. Smiley

Thanks for the support, guys, and thanks for running the numbers, philipma1957. Smiley
2039  Bitcoin / Mining software (miners) / Re: BitMinter miner (Win/Linux/Mac, NEW: BFL and Icarus FPGAs supported) on: November 27, 2012, 10:05:46 AM
Maybe it could be worthwhile to use the cpu to mine litecoins -and post-ASICs even gpus.
Someone is already gpu-mining litecoins. They say it's profitable.

Yeah, as long as someone is buying litecoins. I may add support for it later, but ASIC is most important right now.
2040  Bitcoin / Mining software (miners) / Re: BitMinter miner (Win/Linux/Mac, NEW: BFL and Icarus FPGAs supported) on: November 26, 2012, 07:12:17 PM
Bitminter Throttles at 350MH/s on my 5850 cypress, how do I exceed this limit?

It's not throttling. BitMinter client always pushes the GPU as hard as it can. I always planned to add a feature for running it at X percent of capacity, but had no time, so it always runs full speed.

You can try overclocking to get a higher hashrate, it may not be worth the extra electricity though.
Pages: « 1 ... 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 141 142 143 144 145 146 147 148 149 150 151 152 ... 155 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!