Bitcoin Forum
June 14, 2024, 07:18:26 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 »
2641  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 11, 2011, 05:14:34 PM
I'm not getting my payment, I have my threshold @ 6.0 and I have 6.22 confirmed BTC  Huh

I was probably unclear in my previous post, because few people wrote me PMs about this, too. Because of troubles with bitcoind I had to temporary stop payouts. I'm working on that right now, will be fixed in hour or two.
2642  Economy / Marketplace / Re: Earn 34BTC or 20-21BTC for getting shops/organisations to accept Bitcoin on: April 11, 2011, 12:38:21 PM
I'm going to contact http://www.adafruit.com/ Adafruit Industries sells diy electronic kits.

+1 Adafruit is great, I think ladyada is geeky enough to be interested in bitcoin Smiley.
2643  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 11, 2011, 12:14:37 PM
Damn, bitcoind crashed on deadlock during sending rewards, again. There are many pending payouts but nothing lost; I'll solve the issue in few hours.
2644  Bitcoin / Mining / Re: Pool server auto-configuration: /config.json on: April 11, 2011, 09:15:02 AM
In general, static, unchanging information should not be sent repeatedly to mining clients with every getwork.

Agree. Unfortunately not sending some information in every requests leads to some refreshing and client side cache (because those information are not absolutely static; pool can connect new servers and want to use them in oncoming upgrade). That's why I don't like both solution (failover list in every getwork and static json config).

This is why current "protocol" based on http is screwed. We _can_ implement config updates using LP channel, but all this is pretty ugly and complicated. Better than patching current "protocol" in all pool servers and all miners, I vote for discussion about message based TCP based protocol which can solve all current workarounds (I see LP as workaround, too) with some better 'final' solution.

We already had a discussion about TCP protocol with jgarzik and we didn't found an agreement on details (mainly in message structure itself), but I hope that finding wider compromise (pool operators & miner developers) is the only way how to get things better.
2645  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 11, 2011, 09:00:18 AM
Those miners sure caught a lucky break and a huge payday! Sucks for those with a slower hash rate though. Or maybe the hash rate didn't matter just an issue of who (due to luck of the draw) managed to put in some shares before the round was over?

Pool contribution is still 'fair', even in fast rounds. I mean - everybody have same chance to hit one of 55 shares, proportionally to their hashrate. With 100mhash/s, you have only 100x higher chance to hit one share than 1mhash/s user. So fast round does not add any advantage to fast miners...

Highest user reward for block 117657 was 2.67 BTC for 3 shares, so rewards were still distributed pretty nicely (nobody hit, for example 20 BTC for himself).
2646  Bitcoin / Mining / Re: Pool server auto-configuration: /config.json on: April 11, 2011, 08:09:59 AM
Tycho, I like the switch feature, I plan something similar for my pool, so unified API is good thing (tm). But I don't feel that list of failover servers is needed in every getwork request. And I think it isn't needed at all (at least for me).

Currently I have implemented load balancer between getwork nodes and I'm planning to add IP failover of this balancer, so I don't need server failover feature in mining clients at all...
2647  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 11, 2011, 08:02:35 AM
Code:
3073	2011-04-10 13:06:20	0:00:06	55	none	117657	 21 confirmations left

Any reason why for the reward column is says "none" even though I participated in that round? This is block 117657. What happened there?

"Total shares" is commonly misunderstood. That's number of all shares of whole pool, not user's shares. So 49BTC was divided between those miners who submitted at least one share from those 55 total.
2648  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 10, 2011, 11:27:14 PM
Is there any way to see which blocks a particular worker found? I noticed that one of mine found one today and purely out of curiosity I'm wondering which block it was. Wink I'd take a certain amount of pride in being able to say, "Oh, yeah, block 117551, that was me!"

Planning this into next release.
2649  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 10, 2011, 11:23:03 PM
What kind of bribery will it take to get the average daily reward graph in tabular form, or even JSON,

Temporary you can use json-encoded data in graphs page. There will be direct json interface for stats like this in next release.

Quote
additionally any shot at getting an "average reward per worker" graph of some kind? 

That's quite hard to do. Everything (mainly reward calculations) is bounded to user account, so per-worker stats are not possible at the moment.
2650  Bitcoin / Mining / Re: Pool server auto-configuration: /config.json on: April 10, 2011, 11:19:02 PM
Must agree with Tycho and dbitcoin that it brings unneeded complexity. With extra headers in http requests the miner and pool code can be much more straightforward and those few extra bytes are not real problem.
2651  Bitcoin / Mining / Re: BitcoinPool.com open thread on: April 08, 2011, 10:55:02 PM
The bitcoinpool miner is the only one that works with sdk 2.1 on win7 afaik, which is worth almost 4% more for me in increased hash rate (40mhash total more for me on dual 5970's).  I'm solo mining though....

bitcoinpool miner is normal m0mchil miner with some cosmetic changes in logging and network layer, but it does not affect hashrate. standard poclbm works for me on sdk2.1 and win7 without any problem...
2652  Bitcoin / Project Development / Re: The Faucet is VERY low. Maybe we should top it up? on: April 08, 2011, 05:09:02 PM
It means a lot of new people (or Gavin j/k) are signing up and finding out about bitcoins.

Or somebody have access to hundreds google accounts...
2653  Bitcoin / Bitcoin Discussion / Re: Can/Will Transactions Ever Be Processed Faster Than Every 10 Minutes? on: April 08, 2011, 04:34:58 PM
Amazing that it can still take 3 days in 2011.

I worked as an architect for the biggest subsidiary of Erste Bank Group (Europe), so I'm pretty familiar with the banking systems. I can say banks _want_ instant payments, but those systems are usually so old and inflexible that it isn't easily possible. I especially mean daily batch processing of payment queues between internal systemts etc. Thanks to their historical architecture, support for online transfers  == completely new implementation of core systems. So we're talking about milions or even bilions euros.

Younger banks are using newer technologies (obviously), so it's pretty common that small players have much faster payment processing.
2654  Economy / Marketplace / Re: MTGox and dark pool on: April 08, 2011, 01:23:25 PM
I voted remove it, because I think a higher volume would make people take bitcoins more seriously.

DP does not affect volume; historical volume shows also DP trades. So that's not good reason for disabling DP.
2655  Economy / Marketplace / Re: MTGox and dark pool on: April 08, 2011, 09:48:24 AM
I voted for 'keep it as is'. I believe that most of dark pool haters don't really understand what DP is and they are simply scared by unknowns.

Writing custom bots for trading large amounts is ugly workaround, DP solve that nicely. I simply don't see the reason why to remove it.

Disclaimer: I didn't used DP yet, so I'm not following my own interests Wink.

Edit: OK, I see one reason why DP is bad - market then looks thinner and people are affraid of trading because it looks like trade will be filled for worse price.
2656  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 07, 2011, 09:33:58 PM
More *** from nster the troll
Ignore the troll and his turds

Hey, bobR, please ignore nster. We all know that he is the biggest troll here Wink so it's not so important to remind that again and again. Thanks.
2657  Bitcoin / Bitcoin Discussion / Re: Weird patterns on Block Explorer on: April 07, 2011, 09:17:55 AM
It took 12 minutes to calculate this block: http://blockexplorer.com/b/117147

There were more than 90 unconfirmed transaction at the time the block before this finished, and at the time this one finished.  Why did only one (non-generation) transaction appear in the block?

a) Somebody is accepting only transactions with fees (edit: most probable; there is currently only one more transaction with fees, which is 'sendmany' payout from the pool. Sendmany transactions are accepted only by newest clients, so older clients ignore this (their bad, they are missing my fees just because they use older bitcoin version Smiley.

or

b) Somebody started bitcoin client and found block pretty quick. Older transactions are not actively relayed to freshly connected node, so it's pretty normal that bitcoin client does not know all pending transactions.
2658  Economy / Economics / Re: Live streaming quotes for all markets on bitcoincharts.com on: April 07, 2011, 02:30:37 AM
and by the way - freenode channel #bitcoin-market outputs the streaming quotes from the bitcoincharts feed, in a pretty format.

so if you have a habit of hanging out on irc - join in and watch the bitcoin market activity scroll by!

I'm following #bitcoin-market, good for overall market view, but I'll prefer tcatm's solution for automatic processing like trading bots. Currently thinking about some, it's a pitty to have such nice market stream and don't use it for anything Smiley.
2659  Economy / Economics / Re: Live streaming quotes for all markets on bitcoincharts.com on: April 07, 2011, 02:27:40 AM
tcatm, good job! Consider some 'welcome json message' after connection to calm down impatient people Smiley (and for possible check that service is responding).
2660  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 07, 2011, 02:02:02 AM
Why depend on google though? 

Well... why not? If you're scared that Google will steal your pool credentials, simply block him in AdBlock or similar.

Quote
AWstats is one of many a very good tracking program that you can run locally.

But I don't want to run it locally. I have tens of sites on analytics already, so I just generated yet another javascript code and put it to template; work done under 1 minute.
Pages: « 1 ... 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 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!