Bitcoin Forum
May 03, 2024, 07:40:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 171 »
1141  Bitcoin / Pools / Re: [1700 GH/s] Slush's Pool (mining.bitcoin.cz); Stratum=ASIC ready, low overhead on: September 14, 2012, 11:58:12 AM
WhiteShum, honestly, I'm sure there're many bugs in Diablo. All rejected should be logged in proxy (although I agree that the proxy log is quite verbose at this moment). What do you see there? If you see accepted on the pool and accepted in the proxy, then it's definitely just Diablo failing in rejection reporting.

I've tested all stuff with cgminer, poclbm and ufasoft and no one of these miners have such problems.
1142  Bitcoin / Pools / Re: [1700 GH/s] Slush's Pool (mining.bitcoin.cz); Stratum=ASIC ready, low overhead on: September 14, 2012, 09:52:44 AM
So far 0 stales on the new proxy Cheesy

I'm not surprised Smiley.

Quote
We average about .8%. Is that normal?

Well, unfortunately, this is possible on some backends. That's why I want to switch to Stratum as soon as possible. Next week there'll be already native support in some miners, so I hope that more people switch transparently.

In the last phase, I'll switch off the old pool and start bunch of proxies to Stratum there instead.


Quote
PS Could not resist and have 2 cards on the new Stratum protocol now!

Excellent! Smiley
1143  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 14, 2012, 09:42:51 AM
Yes, I think that protocol itself is stable. I'll just add some additional methods for managing connections, like client.reconnect() or so, but it's not directly related to protocol core and you can implement it "as is".

I'm just not sure how you can implement persistent connections with PHP. Maybe running "official" python proxy and implement your software to talk to it locally would be smarter (and easier) choice.
1144  Bitcoin / Pools / Re: [1700 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 13, 2012, 08:20:54 PM
Let's celebrate! Block of round #13852 has been finished by Stratum pool! And the founder iiiis.... no digital, it's not you :-(.

Blocks done by Stratum can be easily identified on blockchain.info; they're "Relayed by slush" and have "Version 2".

Congrats! I'm planning on trying it soon with about 2.8Ghash (I emailed yesterday with a bug which you are working on), but I am running phoenix miner. I think it is the latest of the 1.x branch. Should it work? (Also any reason to switch miners... I get about 400Mhash from each of my 5870s. It could be a pain cause I have a lot of custom scripts for temperature control although IIRC they should work with any miner as they just use aticonfig.)

Did you tried to install dependencies by "sudo easy_install twisted stratum" ? I'll have time to dig into and release some fix only on Monday. But this is quite specific bug happening on your system and that command above should help you.

Basically you can run any getwork miner towards stratum proxy, including phoenix. So there's no reason to move to other miner if you'll have some monitoring scripts. Also I'll work on stratum patch for Phoenix 2 soon.
1145  Bitcoin / Pools / Re: [1700 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 13, 2012, 05:48:21 AM
Let's celebrate! Block of round #13852 has been finished by Stratum pool! And the founder iiiis.... no digital, it's not you :-(.

Blocks done by Stratum can be easily identified on blockchain.info; they're "Relayed by slush" and have "Version 2".
1146  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 13, 2012, 05:43:40 AM
Two hours ago my Stratum-powered pool core mined its first block: http://blockchain.info/block/0000000000000322b90111260dcbb877c62c14e672c23a99a86ca444dc5525ee?site=slush

This is a confirmation that opensource stack which I provided builds blocks which are accepted by main chain.
1147  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 12, 2012, 10:15:34 PM
I just released new version of mining proxy, version 0.5.0. Older versions still works nicely, this adds some few features:

* Implemented method client.reconnect(host, port), so pool can now easily balance clients between backends or gracefully shutdown a backend without a miner outage.

* Added "--no-midstate" parameter. When used, proxy won't generate "midstate" field in the getwork response. Some old miners and Diablo still requires this field, but modern miners like poclbm/cgminer can generate midstate ourselves and in much faster way. So if you're using these miners and want to save a bit of CPU time, this argument is just for you. It speeds up getwork creation twice.

In the near future I'll publish complete API documentation of such commands like client.reconnect(), client.get_version() or mining.get_hashrate(). Stay tuned :-).
1148  Bitcoin / Pools / Re: [1700 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 12, 2012, 10:12:57 PM
I just released new version of mining proxy, version 0.5.0. Older versions still works nicely, this adds some few features:

* Implemented method client.reconnect(host, port), so pool can now easily balance clients between backends or gracefully shutdown a backend without a miner outage.

* Added "--no-midstate" parameter. When used, proxy won't generate "midstate" field in the getwork response. Some old miners and Diablo still requires this field, but modern miners like poclbm/cgminer can generate midstate ourselves and in much faster way. So if you're using these miners and want to save a bit of CPU time, this argument is just for you. It speeds up getwork creation twice.

digital: The luck of whole bitcoin network in the last hour is quite interesting Smiley.

1149  Bitcoin / Pools / Re: [1600 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 12, 2012, 03:43:29 PM
I just added Stratum hashrate indicator to Stats page. We're already on 20 Ghash/s and everything seems perfectly stable - few of these disconnections were caused by me, pushing new versions to live server.

I'm being pretty optimistic and I'd like to encourage more users to move to Stratum protocol, or current Stratum beta testers to move more hashpower to it.

I knocked up short page describing main advantages of using mining proxy for miners. There're also step-by-step instructions how to run mining proxy on your rig: http://mining.bitcoin.cz/mining-proxy-howto

Stratum submitted around 300k shares. We need much more power to find the block in some reasonable time to confirm that everything is working correctly. Of course I tested it on hundreds testnet blocks, but I'd like to see first livenet block mined by Stratum pool soon :-).
1150  Bitcoin / Mining software (miners) / Re: Phoenix 2 Miner v2.0.0 on: September 12, 2012, 10:24:26 AM
Actually I don't want to became a miner developer, it's over my time capabilities. Maintaining a fork of miners with stratum protocol is quite overhead, accepting a simple patch by the mainline would be much easier, obviously.
1151  Bitcoin / Pools / Re: [1600 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 12, 2012, 09:55:11 AM
"SocketTransportClientFactory connection timed out" - looks like firewall issue. Don't you have some ports blocked?
1152  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 12, 2012, 01:49:05 AM
You still don't fully understand it. Actually pool send much less amount of data than with getwork. You should really read "real world example" from the Stratum documentation page. If you're miner developer, you'll be surely familiar with the howto.

The new protocol really don't change any transaction confirmation times. Nothing changes in this area. Protocol just optimize the overhead on every level and give the miner great oportunity to iterate not only over ntime and nonce, but also over extranonce. And with cost of only one double-sha256 hash per new coinbase. Isn't that great? :-)


Ah OK, so you are dramatically increasing the amount of data sent - whenever there is a need to send it - the diagonal line of the merkle tree?

As I mentioned - wouldn't the amount of getworks still not be insignificant?
You want miners to change their work whenever a txn change is appropriate (new transactions or high fee transactions)
Otherwise the result of this will be to slow down transaction confirm times - transactions will increase their chance of missing going into the current block?

So it's either increase transaction times, or dramatically increase the amount of data sent in fewer getworks?
1153  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate on: September 12, 2012, 01:43:09 AM
The problem is more about when people don't work together with others. Everyone was (and is) welcome to contribute to the development of GBT

It's the same like designing the universal car. We should have just one model which will fit small city car, family car, a van and the crane. We definitely can design one machine which will fit all these needs just by mounting some special equipment over it. But we just don't want to, because it will lead to overcomplicated monster with many exceptions in the *real* implementation.

Look around you at this time. Miner software cannot follow even such dumb protocol as current getwork is. I don't want to show you my pool source, because I'm shy for tons of hacks involved because of crappy miner support. This is real-world lesson and we should learn from it. Please don't repeat same design mistakes with the full featured protocol which is ten-times complicated than getwork.

Quote
The only thing StratumMP really does differently from GBT is the protocol/communication syntax.

Then please show me exact payload done by GBT and providing exactly the same behaviour like Stratum does in the documentation example. And please don't use submitting whole coinbase. It's impossible to do full validation of coinbase for every share.

Quote
Pooled miners already need those features

Which features they *really* need from GBT except?

Quote
Probably no miner or pool implements full specs for all the getwork extensions, and that's fine for GBT as well. The important thing is that in cases where those features are needed, there is a consistent protocol for it rather than every pool/miner doing the same thing 5 different ways.

For the god sake, how you can manage miner implementation if every pool operator will have full freedom in implement any of BIP option?
1154  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate on: September 12, 2012, 12:46:49 AM
Well, I don't want to start flamewar and personal fights, really. I did the Stratum just because of my requirements, not because I wanted to compete with anybody. Let me explain it:

Actually I see the difference between Stratum and GMP as Electrum client and Satoshi client. You can achieve similar results with both of them, but every of such solution has pros and cons.

Two days ago I summarized my reasons for Stratum here: http://mining.bitcoin.cz/stratum-mining

I was comparing it mostly with the getwork, because it's the only used protocol by real miners now (voting by the hashrate). Maybe I should write up longer comparsion between Stratum and GMP. Back to the topic.

THere's really no need to have one super-protocol which fits all needs. By the way, I'm using getblocktemplate in the Stratum implementation myself and I consider it as a great way how to relocate pool logic outside the bitcoind. GBT is surely very complete protocol and you can do anything what you want, *if* you know how. I see GBT as very complex and very hard to implement full specs without breaking anything. Luke will say the oposite, but GBT has simply unnecesary compexity for the environment of pooled mining. You know, many optional features etc. But pooled miners don't need that. Period.

In the oposite we proposed complete stack for pooled mining, which *is* very lightweight and straightforward to implement. Simply said, there's not a *single* optional feature, which is possibly the biggest benefit of whole concept. Miners don't want tons of options, they need simple and clear algorithm how to talk with the server. It includes also exact specification of used transports and mechanisms for real-time broadcasting new jobs to the client. Current BIPs don't care about this anyhow, because they don't need to. Both are just for different use cases.

Luke told me yesterday, that GBT is not bounded to HTTP, that it can be implement with any transport. By mistake he expressed the exact reason why it isn't suitable for pooled mining. It gives miners/pool ops degree of freedom which don't help anything, just mess the source code of miners and pools, because interpretation of the current protocol "as is" is ambiguous and cannot be used by some additonal specification about transports etc.

By the way, pool servers must be super-optimalized for handle high loads. Current Stratum protocol implementing coinbase templates is definitely the most optimized solution for given purpose and I doubt that any getblocktemplate pool would be more optimized that this.
1155  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 11, 2012, 11:59:07 PM
mining_proxy.py --help will prints all options.

Specifically to your request, use "mining_proxy.py -gp 8330" (or any other port number). "gp" identifies "getwork port"
1156  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: September 11, 2012, 11:39:28 PM
doubles, just telling anyone's support is valuable feedback at this time. Any vote counts, because there's still a long way to roll native support of this protocol into major miners. During this period we'll have painfull times while running both pools at the same time Smiley.
1157  Bitcoin / Pools / Re: [1600 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 11, 2012, 11:34:17 PM
Fine, I just finished necessary maintenance on the stratum pool. Load balancing is now in use. Not that it's required for 30 connections, but it's better to tune it up early. Now I can add backends into the loadbancer without interrupting current connections (which is anyway great improvement over Nginx load balancing used on getwork pool).

Now I don't know about any issue with Stratum and I'll leave it running for some time, to collect some stats (and hopefully solve the first block!).
1158  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 11, 2012, 11:31:21 PM
At the moment, hashing works in a loop... start work -> wait for results -> get results - > go back to start. The mining thread issues work, then collects it.

Great. I expected that it is related to the protocol proposal. I was surprised because actually it *is* event driven :-)

Quote from: eleuthria
That would be 75,600,000,000,000,000 TH/s (pretty sure I calculated that right).  Also known as future proof Smiley.
Quote

:-)
1159  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed RPC linux/windows/osx/mip/r-pi 2.7.5 on: September 11, 2012, 10:45:30 PM
And while you're at it, change the mining API to event-driven Smiley

What do you mean exactly?
1160  Bitcoin / Pools / Re: [1600 GH/s] Slush's Pool (mining.bitcoin.cz); testing Stratum mining protocol! on: September 11, 2012, 10:44:39 PM
LOL, typo. It should be "There's basically NO reason why..." :-)
Pages: « 1 ... 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 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 ... 171 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!