jjodwald (OP)
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 24, 2013, 10:51:43 PM Last edit: June 25, 2013, 06:22:22 PM by jjodwald |
|
I would love to be able to get stats like average hashrate from current diff level and exact time of last diff change. Are there any available for majority of alts or do I have to collect them manually?
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 10:53:47 PM |
|
coinchoose.com
|
|
|
|
jjodwald (OP)
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 25, 2013, 07:09:21 AM |
|
Coinchoose does not show any stats I want. They show average hashrate/24 hours - I would rather get the average for the current diff level. They also do not show any timeframes of diff levels.
|
|
|
|
sal002
|
|
June 25, 2013, 06:00:28 PM |
|
Coinchoose does not show any stats I want. They show average hashrate/24 hours - I would rather get the average for the current diff level. They also do not show any timeframes of diff levels.
The GUI doesn't show it - but you can pull data from the JSON api and calc these pretty easily
|
|
|
|
jjodwald (OP)
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 25, 2013, 06:22:01 PM |
|
If you mean http://www.coinchoose.com/api.php I can pull nothing out of it. If something else, well, I am not a programmer, just a crypto currencies enthusiast and I simply cannot do that.
|
|
|
|
Barnacle_Ed
|
|
June 25, 2013, 06:33:01 PM |
|
If you mean http://www.coinchoose.com/api.php I can pull nothing out of it. If something else, well, I am not a programmer, just a crypto currencies enthusiast and I simply cannot do that. With that kind of attitude, you definitely can't do anything...10 seconds with Google gets you a simple Python program to read from a specified URL. At that point, you're maybe 3 lines of code away from what you need. Programming ain't difficult, especially thanks to sites like codeyear and stackoverflow. All it takes is a tiny bit of effort on your part...
|
|
|
|
defaced
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
June 25, 2013, 06:48:57 PM |
|
If you mean http://www.coinchoose.com/api.php I can pull nothing out of it. If something else, well, I am not a programmer, just a crypto currencies enthusiast and I simply cannot do that. With that kind of attitude, you definitely can't do anything...10 seconds with Google gets you a simple Python program to read from a specified URL. At that point, you're maybe 3 lines of code away from what you need. Programming ain't difficult, especially thanks to sites like codeyear and stackoverflow. All it takes is a tiny bit of effort on your part... +1
|
|
|
|
darkproton
|
|
June 25, 2013, 06:50:27 PM |
|
If you mean http://www.coinchoose.com/api.php I can pull nothing out of it. If something else, well, I am not a programmer, just a crypto currencies enthusiast and I simply cannot do that. With that kind of attitude, you definitely can't do anything...10 seconds with Google gets you a simple Python program to read from a specified URL. At that point, you're maybe 3 lines of code away from what you need. Programming ain't difficult, especially thanks to sites like codeyear and stackoverflow. All it takes is a tiny bit of effort on your part... +1 Frame of mind is crucial. Ok, I will give you a second to get psyched....ready? Here we go. It can be intimidating not being a programmer but this is a wonderful place to start. Programming with an interest, such as api calls in Python, can really expound horizons. So to get started, first get an ide. This is a program that you will code in. I would say get Eclipse, others may disagree. http://www.eclipse.org/downloads/packages/eclipse-classic-422/junosr2 It's free. Next get python. http://www.python.org/getit/windows/Install Python. Get 2.7 or >. Check out beginners section http://wiki.python.org/moin/BeginnersGuide. Now get pydev so that eclipse can utilize python http://pydev.org/manual_101_install.html. It's a little bit of a setup but I think its worth it. Maybe someone else here has better ideas!
|
|
|
|
|
Barnacle_Ed
|
|
June 25, 2013, 07:54:33 PM |
|
These are some good starting recommendations. At the risk of turning this into a text-editor-based religious war: I'd personally recommend avoiding IDEs since I find them slow, clunky, and fairly unnecessary for Python. Sublime Text and the command prompt is enough to get started after downloading the necessary Python packages. One other venue to check out for aspiring coders is CodeAcademy, which walks you through programming examples online...all you need is a browser.
|
|
|
|
darkproton
|
|
June 26, 2013, 03:35:52 AM |
|
These are some good starting recommendations. At the risk of turning this into a text-editor-based religious war: I'd personally recommend avoiding IDEs since I find them slow, clunky, and fairly unnecessary for Python. Sublime Text and the command prompt is enough to get started after downloading the necessary Python packages. One other venue to check out for aspiring coders is CodeAcademy, which walks you through programming examples online...all you need is a browser. +1 My way is a little overkill
|
|
|
|
jjodwald (OP)
Newbie
Offline
Activity: 32
Merit: 0
|
|
June 26, 2013, 09:16:09 AM |
|
With that kind of attitude, you definitely can't do anything...10 seconds with Google gets you a simple Python program to read from a specified URL. At that point, you're maybe 3 lines of code away from what you need. Programming ain't difficult, especially thanks to sites like codeyear and stackoverflow. All it takes is a tiny bit of effort on your part... Please do not judge me or my attitude. I put a lot of effort to to be in the point I am in right know. I have learned hell lot of new things since I started with cryptos but coding is something I would rather not touch. I would like to have time to do that but I don't. I have just asked if there is a simple way to obtain this data. And obviously there is one, with proper coding skills but this is something that I have already known. Anyway, thank you all for your answers and interesting links.
|
|
|
|
|
|