Author

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

STT
legendary
Activity: 4088
Merit: 1452
I didnt see that one, that explains it thanks Smiley   So long as I know it'll work out, its all good

curious how much btc you get per day with around 3 MH/s? (estimate)
   Roughly 0.03 or more I'd guess depending on altcoin profitability that day
hero member
Activity: 798
Merit: 1000
Im the only one who hasnt got paid I guess.    Its had a balance over the minimum for two days now
Should I bother mining?


The chart you posted shows 0.00214448 as your balance.
The minimum is 0.01.
So, yeah, you're not going to get paid yet...

Per H2odysee:
For today's payout, I only paid out people above >0.01 BTC. In the future, I'll make it so that you will get paid either if you have >0.01 BTC, or if you haven't been paid in 7 days and have 0.001 BTC.
member
Activity: 119
Merit: 10
curious how much btc you get per day with around 3 MH/s? (estimate)
STT
legendary
Activity: 4088
Merit: 1452
Im the only one who hasnt got paid I guess.    Its had a balance over the minimum for two days now
Should I bother mining?
full member
Activity: 158
Merit: 100
whats the deal?

payouts happen daily? if youre over .001?

my balance has been showing .006+ for the past 2 days, and still no payment. now it shows .003+ and still no payment...

1. why havent i been paid out on the daily payouts despite having more than the required balance?
2. why did my balance drop? this should be an already exchanged amount and should not decrease without payout.

my address: 17jbS7Kq2BMC9VGYa1cDSBoZWarWyovjfv

Could you by any chance be talking about the immature/unexchanged balances, because those will change a fair bit with exchange rates, ect.  The graphs have also been having issues keeping up with the rapid increase in new miners lately, so your graph might also be a bit buggy.
full member
Activity: 221
Merit: 100
and about question #2??

Not sure about why your balance would change...it listed .06 in the Balance (BTC) column?

I have data for 17jbS7Kq2BMC9VGYa1cDSBoZWarWyovjfv for the last few days and the balance column never went above 0.00382752

newbie
Activity: 19
Merit: 0
and about question #2??

Not sure about why your balance would change...it listed .06 in the Balance (BTC) column?
newbie
Activity: 9
Merit: 0
For everyone who wants to get all the information available using the python script, remove the write calls and add the following:

write("Total paid", my["paidOut"])
write("Total unpaid ", my["immatureBalance"] + my["unexchangedBalance"] + my["bitcoinBalance"])
write("Exchanged    ", my["bitcoinBalance"])
write("Unexchanged  ", my["unexchangedBalance"])
write("Immature     ", my["immatureBalance"])
print "    Khash/s      :\t%.2f" % (my["megahashesPerSecond"])
print "    Shares last h:\t%.0f" % (my["lastHourShares"]/1000)

edit: oops. Last two lines were formatted wrong. Hacked it to be right.

Slight modification to this if you haven't received a payout yet:

if "paidOut" in my:
   write("Total paid", my["paidOut"])

write("Total unpaid ", my["immatureBalance"] + my["unexchangedBalance"] + my["bitcoinBalance"])
write("Exchanged    ", my["bitcoinBalance"])
write("Unexchanged  ", my["unexchangedBalance"])
write("Immature     ", my["immatureBalance"])
print "    Khash/s      :\t%.2f" % (my["megahashesPerSecond"])
print "    Shares last h:\t%.0f" % (my["lastHourShares"]/1000)
Xer
member
Activity: 99
Merit: 10
I hope the auto transfers to cryptsy is disabled. Or we might end up with a massive amount of locked doge's.

Many are waiting for their transfers with hundreds of confirmations.
iv got 4 transfers myself with 500+ confirmations in pending deposits.
sr. member
Activity: 294
Merit: 250
and about question #2??
newbie
Activity: 19
Merit: 0
whats the deal?

payouts happen daily? if youre over .001?

my balance has been showing .006+ for the past 2 days, and still no payment. now it shows .003+ and still no payment...

1. why havent i been paid out on the daily payouts despite having more than the required balance?
2. why did my balance drop? this should be an already exchanged amount and should not decrease without payout.

my address: 17jbS7Kq2BMC9VGYa1cDSBoZWarWyovjfv

h2o changed payouts to minimum .01 a few pages back but has yet to update the front page.  Anything less than that will be payed out in 7 days.
sr. member
Activity: 294
Merit: 250
whats the deal?

payouts happen daily? if youre over .001?

my balance has been showing .006+ for the past 2 days, and still no payment. now it shows .003+ and still no payment...

1. why havent i been paid out on the daily payouts despite having more than the required balance?
2. why did my balance drop? this should be an already exchanged amount and should not decrease without payout.

my address: 17jbS7Kq2BMC9VGYa1cDSBoZWarWyovjfv
legendary
Activity: 1400
Merit: 1000
Thank you h2o, today´s was the highest single day transfer I´ve ever received. Awesome performance.

+1
newbie
Activity: 15
Merit: 0
h2odysee, much thanks and appreciation for all you do. You are making this too easy!
member
Activity: 98
Merit: 10
Thank you h2o, today´s was the highest single day transfer I´ve ever received. Awesome performance.
Xer
member
Activity: 99
Merit: 10
Oh, h2o so your the one to blame for crytsy locking down transfers ?  Roll Eyes
sr. member
Activity: 308
Merit: 250
Worth the wait!  WooHoo.
full member
Activity: 238
Merit: 119
Payouts are out. Sorry for the delay. I think I was trying to withdraw too much at once from cryptsy, last night.

Also, there is still a small amount of bitcoins from before switching to cryptsy that I haven't manually entered yet.
Xer
member
Activity: 99
Merit: 10
Great? insane you mean Wink
i got 0.037 btc with 970 khash, and i had my miners pointed on hashcows long enough to get 14k doge ontop of that.

Lets hope this means my doge transfer to cryptsy will show up soon.

Edit: their finally showing up as pending, but with 300+ confirms.
hero member
Activity: 808
Merit: 1011
Just made a tiny script to show the latest info instead of going to the website each time. Am I too inpatient?

https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc


Cool. Anyway to make it work on windows?

Just download Python 2.x for Windows, install it and execute the script.
Jump to: