Bitcoin Forum
April 23, 2024, 02:20:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: MyWebMiner.com - New Website to monitor Temps/HashRate for Multi Rig miners.  (Read 1584 times)
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 11, 2014, 03:33:35 AM
Last edit: March 07, 2014, 03:51:14 PM by diggforbeer
 #1

MYWEBMINER.COM - Monitor your rigs!



Monitor your Temps & HashRates remotely.  Soon remote start/stop/restart with a companion WPF app.  

Features
  • Miner Down Alerts - Email & Mobile Push Alerts
  • Live User Stats Page & Graphs
  • Mobile Friendly webpage

User Stats Page (All Machines)
https://i.imgur.com/3w3AODj.png

Machine Stats Page
https://i.imgur.com/W57pQE7.png


Future Features
Add/Stop/Restart - Miner
Change Pool - Miner
Temp Alerts - Per Device
More Push Providers if Requested.

Changelog
  • 3/6/2014 - Added SSL cert
  • 3/5/2014 - Added Notifiy My Android & PushOver.net  
  • 3/4/2014 - Added Socket server for /stats page for miner updates!  When a miner updates the header for the miner will flash.  
  • 3/4/2014 - Added graphs on the machine page
1713882022
Hero Member
*
Offline Offline

Posts: 1713882022

View Profile Personal Message (Offline)

Ignore
1713882022
Reply with quote  #2

1713882022
Report to moderator
1713882022
Hero Member
*
Offline Offline

Posts: 1713882022

View Profile Personal Message (Offline)

Ignore
1713882022
Reply with quote  #2

1713882022
Report to moderator
1713882022
Hero Member
*
Offline Offline

Posts: 1713882022

View Profile Personal Message (Offline)

Ignore
1713882022
Reply with quote  #2

1713882022
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713882022
Hero Member
*
Offline Offline

Posts: 1713882022

View Profile Personal Message (Offline)

Ignore
1713882022
Reply with quote  #2

1713882022
Report to moderator
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
February 11, 2014, 03:56:43 AM
 #2

Pretty suspect >_>

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 11, 2014, 04:02:41 AM
 #3

I don't understand, whats suspect about the site?
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 11, 2014, 06:40:31 AM
 #4

Right now I have a python script that I modified from another setup that post data to my web server every 30 seconds.

That script - and the service - look familiar...

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 11, 2014, 02:38:43 PM
 #5

That script - and the service - look familiar...

@nwolls - Dude i love MultiMiner - awesome stuff!

I originally was using mobile miner and the related python script.  I contact you a week or two ago about when mobile miner was going to have a website and if you wanted help.  You said it was on the bucket list and you would get to it someday (which is totally cool) so I went ahead and started my own website .  I started with the python script I was running and fixed a bug so it could even work with my version of cgminer.  Then I continued to make some small improvements to it so it would continue running in an error condition.  Due to starting with the script the service that takes the post data should look very similar to your since I backed into it.  Other then that the website is complete unique. 

If I have violated the license for the python script I apologize and will fix it immediately, I am just not sure what I have violated.

bhai
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
February 11, 2014, 08:43:17 PM
 #6

Looks nice.

Just 1 enhancement I would like.

Everything is displayed is k/hs, it should auto-scale with the hash rate.

Im running it with a sha256 asic's:

24,815,840 k/h

should be 24Gh/s.

rgdz,
bhai
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 12, 2014, 04:30:06 AM
 #7

Looks nice.

Just 1 enhancement I would like.

Everything is displayed is k/hs, it should auto-scale with the hash rate.

Im running it with a sha256 asic's:

24,815,840 k/h

should be 24Gh/s.

rgdz,
bhai


I implemented something that should take care of this.  Let me know how it looks.
bhai
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
February 12, 2014, 10:15:52 AM
 #8

great looks OK now Smiley

one other thing is saw.

120                device[u'AverageHashrate'] = item[u'MHS av'] * 1000
121                device[u'CurrentHashrate'] = item[u'MHS 1s'] * 1000

with cgminer it will not work with the python script you supply, I had to change line 121  to MHS 1s instead of MHS 5s [cgminer vs bfgminer] small change but the script should be able to see MHS 1s and MHS 5s to make it transparant.

rgdz,
bhai
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 14, 2014, 03:34:44 PM
 #9

Thanks for all the help dude.  I am looking at it now as I have some other enhancements that need to be checked out.
compile
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 15, 2014, 03:42:39 PM
 #10

I'm getting a "WARNING HTTPERROR = 400" on one of my rigs.

Any ideas?
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 15, 2014, 04:28:45 PM
 #11

If I have violated the license for the python script I apologize and will fix it immediately, I am just not sure what I have violated.

You made a service that mimics mine, competes with mine, and you did so by using Open Source code that other community members wrote for mine.

You may not have violated any license and you are free to pursue any project you like. Everyone has their own moral compass.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
compile
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 15, 2014, 04:46:47 PM
 #12

If I have violated the license for the python script I apologize and will fix it immediately, I am just not sure what I have violated.

You made a service that mimics mine, competes with mine, and you did so by using Open Source code that other community members wrote for mine.

You may not have violated any license and you are free to pursue any project you like. Everyone has their own moral compass.

To be fair he's not charging for it if he was then I understand your point.
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 16, 2014, 01:12:34 AM
 #13

I'm getting a "WARNING HTTPERROR = 400" on one of my rigs.

Any ideas?

Did you include the api key in the python script? 
compile
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 16, 2014, 03:07:57 AM
 #14

Yup got it working now.
compile
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 17, 2014, 12:57:10 AM
 #15

Happening againhttps://i.imgur.com/M7efBVz.png
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 17, 2014, 03:21:19 AM
 #16


Can you message me your API key so I can take a look at whats going on?  Either message me here through MyMessages or DM my twitter account @mywebminer
diggforbeer (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 07, 2014, 05:38:19 AM
 #17

Shameless bump, added a bunch of new features.  I updated the main post with pictures.

Live stats page,
Push Notifications,
SSL
etc...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!