Author

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

legendary
Activity: 1052
Merit: 1004
full member
Activity: 133
Merit: 100
Yep, just received my BTC 2 minutes ago, thanks! Smiley

PS: Thanks Michwill for that script! Works like a charm Smiley
newbie
Activity: 10
Merit: 0
full member
Activity: 196
Merit: 100
So wait. Who do I have to beat up at Cryptsy???

No one, he already got the BTC, he just aint paying it out.

http://blockchain.info/da/address/1278USLSVEgbm9NKjjD3ukt9him5pjnbHi

376 BTC
newbie
Activity: 9
Merit: 0
So wait. Who do I have to beat up at Cryptsy???
newbie
Activity: 5
Merit: 0

Don't worry about doing more than like twice a day updates on the peasants not in the top 100 even. The NUMBERS are all that matter, graphs really don't need to be updated very often. Just keep my near 7Mhash fed with plenty of hashing and keep the frontpage numbers updated

You do understand that coinGeek is only doing the graphs, and has nothing do with the numbers..
newbie
Activity: 54
Merit: 0
thank you very much, what is your current hashrate if I might ask?

Around 750 kH/s in average. It fluctuates!
sr. member
Activity: 258
Merit: 250
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


thank you very much, what is your current hashrate if I might ask?
newbie
Activity: 53
Merit: 0
About the graphs:

A lot of you may have noticed that your personal graph isn't updating very often. Others may not have seen much change at all, up to today.

It all comes down to rapid growth. There's about four times more active users than a few months ago and maybe an extra thousand in the last week. I may be way off with the exact numbers. I didn't keep track, but the message is the same. Getting lot's more users is great, but it can lead to growing pains.

One thing that's happening is that the auto updates to the graphs (run from cron) stop after about 2300 data files. These are run in the order they originally came from the JSON file which is sorted by hash rate. So, if you're are in the top 2000+ hash rates on the site you have been getting regular updates. I'm not doing this by design. I've just discovered this is the way it's been working.

In the good old days, a week or so ago, there were fewer active users than that, and everyone got an update every 10 to 15 minutes. Right now we have over 4000 active users. (Active user means "Has a hash rate at the time the graph is run".) There are over 9000 total users who have stats and data files.

It can take, on average, a second to render a graph on my little server when it's under load. So, it can take over an hour to run graphs for all active users. Inactive users, who have no hash rate at the time the graphs run, are ignored for now.

If an auto update starts before the last one ends it can lead to a server lock up, so for now I've backed off auto updates to once an hour. That's for the lucky top half of the hash rates. I've also been running updates that will get the rest of the active users, but less often and only when I'm awake and at my desk in California.

This is temporary, and I'm working to lessen the pain, but I wanted to let everyone know what's going on.


Don't worry about doing more than like twice a day updates on the peasants not in the top 100 even. The NUMBERS are all that matter, graphs really don't need to be updated very often. Just keep my near 7Mhash fed with plenty of hashing and keep the frontpage numbers updated
legendary
Activity: 1400
Merit: 1000
How do I run it? lol

python mdc :-)

On linux and mac - chmod +x mdc, and copy it to /usr/local/bin, than you can run just mdc.
On windows - only python mdc, I guess.
I tested only on linux

great Python.
newbie
Activity: 28
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.
legendary
Activity: 1400
Merit: 1000
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



nice script Wink  works great
newbie
Activity: 54
Merit: 0
How do I run it? lol

python mdc :-)

On linux and mac - chmod +x mdc, and copy it to /usr/local/bin, than you can run just mdc.
On windows - only python mdc, I guess.
I tested only on linux
newbie
Activity: 54
Merit: 0
Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?


You can get it here: http://www.python.org/download/releases/2.7/. Apparently, it has urllib2 already. Run it like "python mdc" in command line
member
Activity: 146
Merit: 10
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


How do I run it? lol
Xer
member
Activity: 99
Merit: 10
Its not just cryptsy withdrawals that's having issues, iv been waiting for a 14000 doge deposit for 5h now. Lets just say it has slightly more then the 6 confirmations needed.
member
Activity: 84
Merit: 10
Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?


Just search for python onine script executor and you dont have to download anything.
newbie
Activity: 28
Merit: 0
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
https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc-screenshot.png

Excellent. Now I don't have to feel bad for taxing the server Cheesy
legendary
Activity: 2898
Merit: 1017
Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?
newbie
Activity: 54
Merit: 0
Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Obviously, if you install python 2.7. Ah well, and urllib2
Jump to: