Author

Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com - page 432. (Read 829908 times)

full member
Activity: 221
Merit: 100
Holy cow!

It seems every decent AMD card is sold out EVERYWHERE. I could not find a 7950, 290, 290x or anything else remotely similar anywhere. Prices on ebay are absurd.

After mining for a little bit with my measily 5870 in a desktop, I decided today it was time to build a proper 4-5 GPU rig. Looks like that is not happening. It looks that I could also sell the 5870 on ebay for more than I paid 2 years ago, but it's too profitable to let go.

I noticed the same thing. I went on Amazon to see if there were good prices on a 7950 last Friday (Black Friday). They had them on sale for $199 but all sold out. Damn.

Probably a lot of people are noticing, like we are, that alt coins were getting profitable again.

Also, AMD has a new generation of GPU's. Not sure if that's why the 79* cards are in short supply, but maybe that aren't making them any more.
hero member
Activity: 546
Merit: 500
For the past 2 days middlecoin seems to be stealing, not reporting, or rejecting 30-40% of my hash rate that I have had over the past.  I have about 1.5-1.65 MHash and its been only showing 800-900KHash for 2 days which has typically reported 1.2-1.4MHash and I checked my rig everything is running fine and reporting normal rates with standard small amount of HW/Rejections.  Is there something going on like this for anyone else?  Or a known issue going on with the pool?
newbie
Activity: 31
Merit: 0
Holy cow!

It seems every decent AMD card is sold out EVERYWHERE. I could not find a 7950, 290, 290x or anything else remotely similar anywhere. Prices on ebay are absurd.

After mining for a little bit with my measily 5870 in a desktop, I decided today it was time to build a proper 4-5 GPU rig. Looks like that is not happening. It looks that I could also sell the 5870 on ebay for more than I paid 2 years ago, but it's too profitable to let go.

Everything I have read says the 7950s are still the best price / power / performance.  That being said, they're next to impossible to find at decent prices and even the couple I have had to RMA to Gigabyte recently are coming back as 7970's now.
sr. member
Activity: 406
Merit: 250
Holy cow!

It seems every decent AMD card is sold out EVERYWHERE. I could not find a 7950, 290, 290x or anything else remotely similar anywhere. Prices on ebay are absurd.

After mining for a little bit with my measily 5870 in a desktop, I decided today it was time to build a proper 4-5 GPU rig. Looks like that is not happening. It looks that I could also sell the 5870 on ebay for more than I paid 2 years ago, but it's too profitable to let go.

Yeah, GPUs are selling like crazy.

I need to buy some stock in AMD.

STT
legendary
Activity: 4102
Merit: 1454


So what is the minimum requirements of MH/s for using this pool?

depends on the coin.   If the pool mines LTC then you are fine on any card, the blocks on that are really slow so diff doesnt matter.
If you find we are mining a new coin type with a new block is reported every couple of seconds and your accepted shares stays zero for ten minutes then I'd say you need to be mining over 1000kh and see if that works out better.  The alt coin market is more mature now ?
  Also ping can be relevant and your location relative to available servers, all depends.    Keep an eye on the maths
legendary
Activity: 1153
Merit: 1000
Holy cow!

It seems every decent AMD card is sold out EVERYWHERE. I could not find a 7950, 290, 290x or anything else remotely similar anywhere. Prices on ebay are absurd.

After mining for a little bit with my measily 5870 in a desktop, I decided today it was time to build a proper 4-5 GPU rig. Looks like that is not happening. It looks that I could also sell the 5870 on ebay for more than I paid 2 years ago, but it's too profitable to let go.
full member
Activity: 196
Merit: 100

Is that normal for this pool, with a speed of 400 KH/s

diff is 512 so if this was baseball your card is getting elephants thrown at it.  Every couple minutes you actually manage to hit one back and those accepted shares count for more

So what is the minimum requirements of MH/s for using this pool?

Should have gotten my new cards today, but they were delayed due to bad weather.
sr. member
Activity: 364
Merit: 250
Pool has a very simple address, any fathomable reason I can't connect?

I have the same issue.  I was running it fine for a few weeks and then I can no longer connect.  Going to troubleshoot it some more after Christmas when I get my new toys Cheesy

Until then, just mining LTC
I'm actually having the same problem on weminecoins. I was able to connect most of the day, the suddenly I no longer registered hashes. and still can't. However I can connect to that pool, and it seems to hash, but nothing registers.
sr. member
Activity: 406
Merit: 250
Pool has a very simple address, any fathomable reason I can't connect?

I have the same issue.  I was running it fine for a few weeks and then I can no longer connect.  Going to troubleshoot it some more after Christmas when I get my new toys Cheesy

Until then, just mining LTC
sr. member
Activity: 364
Merit: 250
Pool has a very simple address, any fathomable reason I can't connect?
newbie
Activity: 23
Merit: 0
I mined for a few hours yesterday to try this out, and it shows on the site 0.00113072 paid out to my address 1NQKqxXXDmEgVtecjczM6TTtb17DrnC4Tq

I haven't received the BTC, and nothing shows up on blockchain.info either, any ideas why this might be?


On the site they don't show up as "paid out" yet. The payout (for me, at least) is around 4AM, Amsterdam time.
newbie
Activity: 21
Merit: 0
I mined for a few hours yesterday to try this out, and it shows on the site 0.00113072 paid out to my address 1NQKqxXXDmEgVtecjczM6TTtb17DrnC4Tq

I haven't received the BTC, and nothing shows up on blockchain.info either, any ideas why this might be?
newbie
Activity: 23
Merit: 0
If possible, could you edit the template that prints:
Code:
address
to print:
Code:
address
so I can go to http://middlecoin.com/#address
?

Done.

In addition, could you also set the table head in ? It is currently listed in the .

Ok, I added thead and tbody tags. I'm not sure what that did though. It looks the same in chrome.

Hi,

I wanted a way to search addresses. This snippet will give the realtime search functionality. That's why I wanted thead separated, otherwise when filtering the header disappears as well Smiley
It'll work with Tampermonkey - added as a gist here as well.

I might add other functions later.
Code:
// ==UserScript==
// @name Middlecoin utilities
// @namespace http://middlecoin.com/
// @version 0.1
// @description Some extras for middlecoin, i.e. table search filter
// @match http://middlecoin.com/
// @copyright 2012+, KamiNuvini
// @run-at document-end
// @require http://code.jquery.com/jquery-2.0.3.min.js
// ==/UserScript==
 
// Realtime address search
$('table').before('');
 
// Search snippet, thanks to dfsq at StackOverflow - http://stackoverflow.com/questions/9127498/how-to-perform-a-real-time-search-and-filter-on-a-html-table
var $rows = $('table tbody tr');
 
$('#search').keyup(function() {
    var val = $.trim($(this).val()).replace(/ +/g, ' ').toLowerCase();
 
    $rows.show().filter(function() {
        var text = $(this).text().replace(/\s+/g, ' ').toLowerCase();
        return !~text.indexOf(val);
    }).hide();
});
// End of realtime address search
legendary
Activity: 1500
Merit: 1022
I advocate the Zeitgeist Movement & Venus Project.
Thanks for running this pool. I've also been away from mining for a long time but this is a great idea.
full member
Activity: 216
Merit: 100
If possible, could you edit the template that prints:
Code:
address
to print:
Code:
address
so I can go to http://middlecoin.com/#address
?

Done.

Keep up the good work. Also, your pool got me back into some mining.
full member
Activity: 238
Merit: 119
If possible, could you edit the template that prints:
Code:
address
to print:
Code:
address
so I can go to http://middlecoin.com/#address
?

Done.

In addition, could you also set the table head in ? It is currently listed in the .

Ok, I added thead and tbody tags. I'm not sure what that did though. It looks the same in chrome.
member
Activity: 75
Merit: 10
Guys, what is the average BTC/1MH daily profit on Middlecoin, nowadays? Hashcows has ~0.17BTC/MH ... is Middlecoin better?

Thanks!

A little bit.  But every little counts Smiley

http://middlecoin.com/profitgraph.html
newbie
Activity: 3
Merit: 0
The pool owner has cleared a cool 77 bitcoins from running the pool so far. Even if it costs $1000 a month to run, that's still a whole lot of money in a few months. Totally deserved, though; it's a great service.
full member
Activity: 181
Merit: 100
Guys, what is the average BTC/1MH daily profit on Middlecoin, nowadays? Hashcows has ~0.17BTC/MH ... is Middlecoin better?

Thanks!

Do you mean 0.017BTC/MH?


Yes:

https://hashco.ws/profits.html
sr. member
Activity: 406
Merit: 250
Guys, what is the average BTC/1MH daily profit on Middlecoin, nowadays? Hashcows has ~0.17BTC/MH ... is Middlecoin better?

Thanks!

Do you mean 0.017BTC/MH?

I can hardly believe that they are getting .17/MH...

But maybe I will try them out since I haven't been able to get Middlecoin working lately... only stupid LTC mining lol
Jump to: