pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 20, 2013, 01:06:27 PM |
|
Cool. Anyway to make it work on windows?
it's made in python, so it should work on windows as well.
|
|
|
|
michwill
Newbie
Offline
Activity: 54
Merit: 0
|
|
December 20, 2013, 01:13:43 PM |
|
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
|
|
|
|
mishax1
Legendary
Offline
Activity: 2898
Merit: 1017
|
|
December 20, 2013, 01:15:25 PM |
|
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 ?
|
|
|
|
vosovich
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 20, 2013, 01:16:52 PM |
|
Excellent. Now I don't have to feel bad for taxing the server
|
|
|
|
SimonG
Member
Offline
Activity: 84
Merit: 10
|
|
December 20, 2013, 01:17:10 PM |
|
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.
|
|
|
|
Xer
Member
Offline
Activity: 99
Merit: 10
|
|
December 20, 2013, 01:19:06 PM |
|
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.
|
|
|
|
revvv
Member
Offline
Activity: 146
Merit: 10
|
|
December 20, 2013, 01:20:33 PM |
|
|
|
|
|
michwill
Newbie
Offline
Activity: 54
Merit: 0
|
|
December 20, 2013, 01:21:46 PM |
|
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
|
|
|
|
michwill
Newbie
Offline
Activity: 54
Merit: 0
|
|
December 20, 2013, 01:28:08 PM |
|
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
|
|
|
|
corsaro
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
December 20, 2013, 01:35:16 PM |
|
nice script works great
|
|
|
|
vosovich
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 20, 2013, 01:36:32 PM Last edit: December 20, 2013, 01:49:28 PM by vosovich |
|
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.
|
|
|
|
corsaro
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
December 20, 2013, 01:39:23 PM |
|
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.
|
|
|
|
farkedup
Newbie
Offline
Activity: 53
Merit: 0
|
|
December 20, 2013, 01:40:51 PM |
|
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
|
|
|
|
mr.pj
|
|
December 20, 2013, 01:42:49 PM |
|
thank you very much, what is your current hashrate if I might ask?
|
|
|
|
michwill
Newbie
Offline
Activity: 54
Merit: 0
|
|
December 20, 2013, 01:51:48 PM |
|
thank you very much, what is your current hashrate if I might ask?
Around 750 kH/s in average. It fluctuates!
|
|
|
|
viles
Newbie
Offline
Activity: 5
Merit: 0
|
|
December 20, 2013, 01:56:24 PM |
|
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..
|
|
|
|
bronxbob
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 20, 2013, 02:04:50 PM |
|
So wait. Who do I have to beat up at Cryptsy???
|
|
|
|
|
Kurshu
Newbie
Offline
Activity: 10
Merit: 0
|
|
December 20, 2013, 02:15:41 PM |
|
|
|
|
|
_Crash_
|
|
December 20, 2013, 02:18:34 PM |
|
Yep, just received my BTC 2 minutes ago, thanks! PS: Thanks Michwill for that script! Works like a charm
|
MiningSpace.net - MULTI-COIN / MULTI-POOL :: Miners Paid TX Fees! :: Europe :: Most Profitable Pool! :: Gigabit Connectivity :: 0% Fee!
|
|
|
|