Search content
Sort by

Showing 20 of 186 results by martok
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 06/07/2011, 03:09:56 UTC
Hi all,

I am getting out of mining as it is no longer profitable for me. As such, I will no longer be running this pool as one of the reasons I set it up was to decrease my own variance. IE an alternative to solo mining. I am posting this to give everyone time to move away without experiencing downtime as a result of the pool just going dark so I intend to shutdown at 03:00 UTC or in approximately 24 hours of this post. I will of course pay out any found blocks between now and then manually in addition to paying out all pool balances to 0. I will also dump the current round and make that available at www.continuumpool.com/history for some time following shutdown.

All that said, it has certainly been fun writing this stuff and if anyone is interested in running it, I would be happy to make the code, database schema and transfer the domain with your paying domain transfer of course. I will likely put the code up on the web at some point soon in any case though.

I would also like to say thanks to Meni Rosenfeld for the fine algorithm on which the pool is based. Implimenting that in Postgresql was challenging and fun. I appreciate all the help along the way.

M
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 02/07/2011, 02:39:24 UTC

Sure, but that is just a wild guess based on current hashrate, isn't it?

I'd like to see my estimated balance for finished rounds that are not yet confirmed, to provide some bit of assurance that I'm actually producing useful results with Continuum.  Especially since my confirmed balance is still showing up completely empty.  Is this expected behavior??

It's possible we haven't found a block since you joined. If you joined recently that is. The balance function will show your balance from blocks the pool has solved. Since we pay out at 0.1 BTC, a confirmed balance wouldn't really say much.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 01/07/2011, 01:59:56 UTC
I've been doing some testing of Continuum to consider using it as a backup pool over the last day or so.

When I try to check my balance, it just returns an empty string.  Not zero, just a totally blank page:
http://www.continuumpool.com/balance.php?worker=1HEPamMMbwnd6XjXHsfqQ8smrNi77vyqPb
Use the balancecurrent function for the balance from the current block.
Post
Topic
Board Mining
Re: Miners quitting en masse -- so it begins.
by
martok
on 30/06/2011, 07:17:12 UTC
blah blah blah, stop mining so the difficulty will go down for me, don't let the door hit you on the way out
Between the "your dumb because you're paying too much for your 5830s" and this, we know, you really want to scare people to quit
Actually, I don't believe the parent is trying to scare anyone away from mining. He is simply pointing out, and rightly so that depreciation costs represent a substantial cost over that of electricity for mining. Depreciation is hard to get right with mining though as even though we are seeing some of the lower end video gear being sold, (still not many 5970/6990), there is still a scarcity of good mining hardware.

I think another factor though which encourages me personally to continue mining is that I would like to believe that bitcoin has a real chance to succeed as an internet currency. To that end, I would like to remain a part of that.
Post
Topic
Board Mining
Re: pushpool - open source pool software
by
martok
on 29/06/2011, 02:24:04 UTC
Have you changed your hard and soft file limits?

/etc/security/limits.conf:
Quote
root     soft    nofile      34096
root     hard    nofile      34096

Once I point lots of Ghps to this it does not live much longer than 5 minutes, perhaps simply not enough time between solved blocks.
Well that changes the limit for root. But you are not running pushpool as root right? Smiley
Post
Topic
Board Mining
Re: pushpool - open source pool software
by
martok
on 29/06/2011, 02:22:40 UTC
Yep same issue. On my volumes it lives for not more than 5 minutes than this. My software detects this within 2 seconds, cleans it up, kill/restarts pushpool. ulimit -n is 32k. Not helping much...

The best I got with it is 5% of stales which is not acceptable. Back to older ways it is than, for now at least. Will see if I can find time to reimplement it with Erlang.


You're getting the stales because you're killing pushpoold. Pp keeps a log of what work it has issued and when a miner submits work to a newly restarted pushpoold, it won't accept the share because it is not in the pp log.
Post
Topic
Board Mining
Re: Wondering How do I underclock my 6990video memory under Ubuntu
by
martok
on 29/06/2011, 02:14:41 UTC
So it appears these other posts can be applied to the Linux situation as well. The current state is that the 6990 doesn't honour the memclock set with amdoverdrivectrl at 300. However, I can underclock mine as low as 755 using amdoverdrivectl and it will be honoured. Any lower and the clock jumps back to 1250. But 755 is certainly better than nothing.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 28/06/2011, 06:26:12 UTC
Hi,

http://continuumpool.com does not exist and will always be down. www.continuumpool.com which is a web interface to rpc.continuumpool.com runs on my machine at home so does experience bits of downtime. It does not affect the pool nor the RPC service, just the web version. Someone has created another web interface to rpc.continuumpool though which can be found higher in this thread. It is more user-friendly than my cobbled together interface anyway.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 27/06/2011, 22:25:26 UTC
Do payments go out at a specific time?
Payments will go out once the block gets 120 confirmations. You can download
http://www.continuumpool.com/history/rounds.txt
to see the txids of the blocks to know how many confirmations they have. So once that happens, a cron script should pick it up within 15 minutes.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 27/06/2011, 20:44:59 UTC
Hi,

Dumps for rounds 7 and 8 are up. They are compressed in xz format which though has excellent compression, you need xz-utils to uncompress. I think under Windows, 7zip might be able to handle them though.
Post
Topic
Board Mining
Re: How can I setup my own pool?
by
martok
on 24/06/2011, 09:01:35 UTC
which seems to be quite ok for me, but then after some time again it goes back to HTTP error 500 and then exits after a few mis-tries.

What am I doing wrong?
How can I get it working constantly?
Is there any (*)nix based software that is dedicated for creating your own pool except for bitcoind?

With 160 machines all being CPU miners, you'll want to see what the askrates are on those boxes. bitcoind can only handle so many getwork requests and they currently all occur synchronously. For this specific workload, I would look into multiminer as it is able to take a getwork and break it down for CPU miners. Pushpool is an option but that just moves the getwork load down the chain slightly.

Bitcoind is appropriate for what you are doing, you just need to look at scalability.
Post
Topic
Board Obsolete (selling)
Re: 3x Radeon 5830 $370 shipped
by
martok
on 24/06/2011, 05:54:19 UTC
Since BTC prices are so unstable, I am listing in USD. However, payment by BTC is still welcome.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 23/06/2011, 05:28:35 UTC
Yep, that sounds right.  What's the cutoff?  That particular worker ran for many days in the last round, it just wasn't run in the time frame immediately surrounding the solved block due to some air conditioning issues that came up.

Afaik, there isn't a constant cutoff but rather the shares degrade as new shares come in. So the actual amount of time you can be away before a block is found varies based on the hashrate of the pool. The higher the hashrate, the quicker a share will devalue but then at the same time, the more frequent blocks are found so your expected value remains constaint. Ok hopefully I have that right.

Anyways, we did find another block later today, hopefully you were around for that one.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 23/06/2011, 04:57:58 UTC
Hello all,

Too many posts from me today, last one.

The files at www.continuumpool.com/history/ have been updated to reflect today's rounds. I have changed the format of dumps though to be more easily parced by scripts. Rather than the XML output, shares are in a simple tab delimited format. Note that "\n" appearing in a field isn't a newline but rather a NULL cfield. I have dropped the payout dumps as they are redundant and can be calculated by doing the math.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 23/06/2011, 02:43:52 UTC
Well fortunately I'm we found a block very soon after you posted this so we're standing on the other side of a very long round. It's worth noting though that the pool's hashrate was not constant throughout that time. The round is being dumped and the entire history will be up soon at http://www.continuumpool.com/history/

Excellent news!  How soon should the round's distributions appear on each worker's balance page, for example: http://www.continuumpool.com/balance.php?worker=1D6v2gzXV4Tj7RtHPfpWmy5fRD68ZmN6Mm
Balances should be updated though that particular worker doesn't seem to have current shares. The last share submitted by the above worker was at 12:10 server time (GMT-7). The block solution was found at 17:00 so there were nearly 5 hours between last share and solved block. Does this match your records?
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Client uptime monitoring via twitter and email
by
martok
on 23/06/2011, 01:43:47 UTC
Hello all,

I'm a very new miner. Depending on which computers are currently running, I'm having 110 - 630 MH/s. I decided to use this pool as my primary pool because this seems to be the only one that uses Meni's scoring system. I don't get it, but I'm very confident he got the math right. Martok also seems to be trustworthy.
Welcome to the pool.

Quote
One thing bothers me though ... I made the following calculation:
The expected number of hashes to find a block is EH=3766548342687541 (http://blockexplorer.com/q/hashestowin), the hashrate of the pool right now is HR=11825476621 (http://www.continuumpool.com/hashrate.php).

If I calculate EH/HR/3600/24 I get 3.7 days to finish a block in average.

But http://www.continuumpool.com/roundstart.php says that the last block was found 2011-05-30 14:20:23.526037-07. That's about 24 days!!! So, what's wrong here?


Well fortunately I'm we found a block very soon after you posted this so we're standing on the other side of a very long round. It's worth noting though that the pool's hashrate was not constant throughout that time. The round is being dumped and the entire history will be up soon at http://www.continuumpool.com/history/
Post
Topic
Board Obsolete (selling)
3x Radeon 5830 $370 shipped
by
martok
on 22/06/2011, 19:01:43 UTC
No longer neded 5830s. Would prefer to ship in a single lot and the price above assumes this. Will ship to the lower 48 United States and Canada. I am martok604 on #bitcoin-otc for rating verification.

Payment via BTC or Dwolla.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Optional PPS; Client uptime monitoring
by
martok
on 21/06/2011, 01:19:10 UTC
Hello all,

I am writing to inform everyone that I am discontinuing PPS mode in the pool. I had a set limit of losses for PPS and that has been exceeded. Beyond that, I want to focus exclusively on developing the best (in a technical sense) pool I am able. Going back to an entirely score based method will allow me to do that with a minimum of fuss. I realize that this will cause some to leave the pool, though I would encourage you to move your hashing power over to the score-based pool. It will continue to be immune to hopping attacks and will have its history published to ensure transparency.

Note: Once PPS is switched off, PPS miners will be completely paid out so long as balance is above 0.01 BTC..

Thanks.
Post
Topic
Board Pools
Re: Attention: mining pool operators
by
martok
on 20/06/2011, 02:28:55 UTC
Do you payout to a full 8 decimal places? If not, then you're basically stealing from us. There are too many mining pools to ask you guys individually so could you use this thread to explain your policy to us regarding this issue?
Not only to 8 decimal places but TX fees are also added to the block reward and paid out as part of the round.
Post
Topic
Board Pools
Re: Continuum Mining Pool: No fees; Optional PPS; Client uptime monitoring
by
martok
on 20/06/2011, 01:27:09 UTC

You should make a request to people with more hashing power to join on the proportional side to get continuum out of this rut.  Having no proportional blocks since May 30th is not a nice selling point that you want to maintain for much longer.  I'd be willing to bet that a lot of people have left this pool after a week or two of no payouts.
That is very possible. But whether people leave or join the pool for reasons of no blocks being found is not within my influence. I will note though that if everyone switched from PPS to score based today, we would be in a much better situation as far as finding blocks goes. and the variance would be much lower. We would have approximately 30 ghash in score-based hashing which would result in more BTC earned even for PPS miners due to the 0 fee setup.