-
Notifications
You must be signed in to change notification settings - Fork 178
Share Found in Last Hour #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…es. 1000px wide. Added icon and image. Add your contact email in js/main.js.
Adding siteName var for titlebar.
GitHub is annoying.
Otherwise the head of the table disappears
Update main.js
Hi, First of all thanks for your work :) Now my request : |
I think simple as changing the lookbehind value of line 116 of web.py from 3600 to 43200 will give you 12hr. 3200 sec in 1hr , 43200 sec in 12hr I'll give it a try on my node and see. |
open up web.py with notepad++ or other code editor. Goto line line 120
Than add
in this bracket
don't use indent, uses spaces. now you soulld have new json information show up in /local_stats |
I just found this string " "my_share_counts_in_last_hour": {"doa_stale_shares": 0, "stale_shares": 0, "orphan_stale_shares": 0, "shares": 0, "unstale_shares": 0}" in http://127.0.0.1:9171/local_stats
Which I found very useful tool to see how's your node is doing by the hour.
d3.select("#share_hour").text(n.my_share_counts_in_last_hour.unstale_shares);
Index.html
I just wondering if you would implant that on your front end?