Author

Topic: [1050 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] - page 315. (Read 837101 times)

donator
Activity: 1218
Merit: 1079
Gerald Davis
i just think the pool sucks.

LOLZ.  I am curious what exactly about the pool "sucks"?
rat
sr. member
Activity: 253
Merit: 250

can you make the bitminter client work with other mining pools. if no, why not?

you make a great miner.

i just think the pool sucks.

nothing personal towards you and your developers.
sr. member
Activity: 348
Merit: 250
I paid yesterday for a rig box that I ordered from them.  Estimated shipping time frame is 15 weeks.  If BitMinter works with the singles, it will probably work with the rig box when I get it.   Smiley
hero member
Activity: 518
Merit: 500
get in touch with BFL. Even if they wont ship you a test sample (you can always ask!), at least they should be able to give you some information and remote access to one.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Btw, you can abort work, but then it won't report good nonces found during that round?

Correct. You may also wish to look at Ufasoft's sources to see how he implemented plug-'n-play functionality - right now with cgminer you need to specify each device, but with ufasoft they can be hot-plugged.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
AFAIK there is a single post in the cgminer thread and that is it.  Luke code is available in cgminer github.

Cool, looks like a simple serial port design. Do the other bitcoin FPGA solutions work in a similar fashion, anyone know?

Would be a little hard to add support for this without an actual device to test on. But it looks simple enough that I could give it a try if someone has a device to test my beta versions on. Anyone get a BFL single yet?

Btw, you can abort work, but then it won't report good nonces found during that round?
donator
Activity: 1218
Merit: 1079
Gerald Davis
Has anybody tried a BFL single with the BitMinter client?  I have no idea if it's even possible, but figured I'd ask.

There's no BFL support in it. I suppose I could add that, though. Is there any info on how to program them?


AFAIK there is a single post in the cgminer thread and that is it.  Luke code is available in cgminer github.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Has anybody tried a BFL single with the BitMinter client?  I have no idea if it's even possible, but figured I'd ask.

There's no BFL support in it. I suppose I could add that, though. Is there any info on how to program them?
sr. member
Activity: 348
Merit: 250
Has anybody tried a BFL single with the BitMinter client?  I have no idea if it's even possible, but figured I'd ask.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
I don't have a working crystal ball either, but I do hope we hit some fast blocks soon.

We're getting over 20 new users every day, but with this kind of luck they are not staying.
full member
Activity: 210
Merit: 100
Just wondering, what you see on the horizon, Doc - are we going to turn over a new leaf anytime soon? Hit some fast blocks? We've been way below expected average for quite some time now...
My Crystal ball remains opaque, damn it Wink

My long-term stale rate remains at a very decent 0.13%, thanks for all the hard work on the pool server.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Sorry little hick-up on the website
hero member
Activity: 910
Merit: 1000
Items flashing here available at btctrinkets.com
legendary
Activity: 1022
Merit: 1000
BitMinter
full member
Activity: 154
Merit: 102
Bitcoin!
hero member
Activity: 910
Merit: 1000
Items flashing here available at btctrinkets.com
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
This graph at Pool-X (LiteCoin pool) is really nice.  I think you have to login to see it, but I think seeing it is worth making an account.
http://pool-x.eu/blocksAuth

It is a nice graph. It is per block and not per time though, on the X-axis, so it's basically the same as ours. But the Y-axis is number of shares instead of CDF, and they have a running average for the pool shown in addition to each individual block. Might be an idea adding such an average. Not sure about shares vs. CDF though.

DrHaribo did you change anything on the server lately?

Yeah, I changed most of the database stuff in the pool backend. I put in some stuff to make parallel updates safe and added automatic retries in case a database operation fails.

1) some rows are missing from my blocks list: 657, 659-660, 662, 669, 671-687, 689-691, 693, 695-698, 701-702, 705-706, 712

That's due to parallel database transactions conflicting and one being rolled back and retried. When a database transaction is rolled back everything you did is reset to how it was before the transaction started except sequences. When a number is allocated from a sequence the same number won't be given out again, even after a rollback. Already there are many gaps in the user IDs. Now with the new database code there are gaps in the block numbers. Looks a bit ugly. Sad I think maybe I'll switch to not showing the internal ID. The table is also sometimes too wide, so that may help with that problem. Or is a block ID of some sort useful?

2) BTC blocks and NMC blocks don't come anymore in pairs as earlier:
  • when BTC block 170048 was found (row 661) NMC block 45862 is listed 1 minute earlier (row 658)
  • when BTC block 170495 was found (row 688) NMC block 46281 is listed 5 minutes earlier (row 670)
  • when BTC block 170638 was found (row 699) NMC block 46403 is listed 1 minute earlier (row 694)
  • when BTC block 170759 was found (row 710) there is no NMC block listed mined by the same user near by
  • when the last BTC block 170838 was found (row 713) there is NMC block 46572 found by the same user 5.5 hrs earlier (row 711)

170838 was stale on the NMC side unfortunately. I checked the logs and we received a new namecoin block from the namecoin P2P network 5 seconds before we attempted to create ours. Let's just be glad that was a new NMC block just ahead of ours, and not a BTC block.

170495 and 46281 were created from a single proof of work from kjakman. They were created at the same time, but one had trouble getting registered in the database. It took a full 5 minutes from it was created until it was successfully registered in the DB. I was watching and cursing as the database transactions were being retried.

Also this database code is putting 10x to 20x the load on the database, compared to earlier. While that's not a problem for the server, I don't like it. I am already working on a new solution that should run much smoother. On my test server the load was much lower and conflicting transactions happened very rarely. Back to the drawing board!
full member
Activity: 159
Merit: 100
DrHaribo did you change anything on the server lately?
Or anybody do you know why this following happend?

Till yesterday always when we found BTC block we found also NMC block and in the list of blocks they were listed BTC and next row NMC both with the same timestamp (eg. blocks 169688/45504 - in our blocks list rows 648-649).
Since then there are two things:
1) some rows are missing from my blocks list: 657, 659-660, 662, 669, 671-687, 689-691, 693, 695-698, 701-702, 705-706, 712
2) BTC blocks and NMC blocks don't come anymore in pairs as earlier:
  • when BTC block 170048 was found (row 661) NMC block 45862 is listed 1 minute earlier (row 658)
  • when BTC block 170495 was found (row 688) NMC block 46281 is listed 5 minutes earlier (row 670)
  • when BTC block 170638 was found (row 699) NMC block 46403 is listed 1 minute earlier (row 694)
  • when BTC block 170759 was found (row 710) there is no NMC block listed mined by the same user near by
  • when the last BTC block 170838 was found (row 713) there is NMC block 46572 found by the same user 5.5 hrs earlier (row 711)

Pajka
sr. member
Activity: 348
Merit: 250
Maybe a new graph would be useful though that shows luck per time instead of per block.
This graph at Pool-X (LiteCoin pool) is really nice.  I think you have to login to see it, but I think seeing it is worth making an account.
http://pool-x.eu/blocksAuth

In regard to functionality, it's actually pretty similar to the one at BitMinter, but I find it a lot easier to interpret.

Somebody told me a while back that the chart comes from http://www.highcharts.com
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Phew, kjakman finally ended that monster block. I hope we get some easier ones now.

Glad you like the pool, guys. And bad luck is just something that happens. Some time back we had +30% luck for a while. Luck will turn again, sooner or later! Let's hope it's now. Wink

IMHO now  its more difficult to figure out how was last months luck.

Yes, but it makes it easier to judge luck in general when every block gets the same size in the graph. If unlucky blocks get much more space, it will look like we have bad luck all the time. Maybe a new graph would be useful though that shows luck per time instead of per block.

- I'd like to see longer history for statistics as an option (blocks, shifts, ...)
- It would be also nice if the luck and reward graphs could go further into the past (again probably as an option)

Both are on my list. I will first add pagination for blocks, shifts and transaction history. Luck and reward graphs are lower priority.
Jump to: