Bitcoin Forum
April 24, 2024, 01:35:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: December 20, 2018, 08:38:39 AM
Hi there,

There is a recent issue on Github about that problem. The thing is that I cannot reproduce the error because on my machines it works with underscores.
I can update the README and add a troubleshooting section mentioning this kind of things. Thanks for the heads up !!!

And as always, donations are welcome.
2  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: November 04, 2018, 01:57:27 PM
Hello, Thank you for your software! I have a little problem, most of the time my miners shows in In-active miners with "Error: Check connection or IP Address". And I have to refresh the page manually myself several times and after that everything shows as it suppose to be. But after couple auto refresh cycles the miners again in In-active miners. It happens randomly sometimes they in active, sometimes in In-active. What should I do?

Hi there, this is probably due to a delayed connection to your miners, most of the times this is due your network topology and/or setup. You can try to increase the socket timeout by editing the code in the file pycgminer.py
3  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 23, 2018, 05:35:10 AM
Thank you! All OK. However, now I need to work hard to manually add many asics Grin

Will add batch add probably this week. Please stay tuned and follow us on twitter for updates
4  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 22, 2018, 05:15:57 PM
Hello! I'm trying to install according to the instructions. Python 2.7, the windows 10.
1) python -m pip install -r requirements.txt - successfully!
2) python manager.py create_db - gives an error:
C: \ antminer> python manager.py create_db
usage: manager.py [-?] {runserver, shell} ...
manager.py: error: invalid choice: u'create_db '(choose from' runserver ',' shell ')
I read the instructions 10 times))) But  I do not see what my problem

Hi. I think you are looking at an older version. Please download the latest from https://github.com/anselal/antminer-monitor/archive/master.zip and read the instructions from https://github.com/anselal/antminer-monitor/blob/master/README.md
5  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 18, 2018, 05:27:01 AM
Fixed !!
6  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 17, 2018, 03:56:50 PM
@anselal

I deleted 0.3 version and download the 0.4 trying to install again and having this error

[...]

Thank you for the feedback. I accidentally pushed some testing code. I will fix it later today
7  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 15, 2018, 03:58:47 PM
The bug appears with more than 70+ asics as I verified.

On what hardware are you running the monitor ?
8  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 14, 2018, 06:47:08 PM
Will try to fix it. I opened an issue at https://github.com/anselal/antminer-monitor/issues/124
You can comment or enable notifications for this project to get notified when i fix the bug. Besides that it is easier to keep track of issues there instead of here.
9  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 14, 2018, 02:24:24 PM
I try settimeout 2s, 5s and 60s and still same problem.
I edited with IDLE and save only, i dunno if i have to do something else or reinstall.

Try to restart the app. I think this is communication error. The only thing I can do is to add a default value of 0 in case of a key error but the thing is that i cannot reproduce it to fix it.
Let me know if the restart fixed and we will see how we proceed
10  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: September 13, 2018, 06:15:22 PM
Im having this error when i add 80+ machines, the sw are working good then i update and havig this bug, i back for de 0.3 version and the problem persists.

[...]

Check out the issues at https://github.com/anselal/antminer-monitor/issues?utf8=✓&q=Keyerror
11  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: August 08, 2018, 08:58:41 PM
Ok, so it looks like the API port is 4028.

My problem is that I can open up port 4028 for forwarding to only one device. Is there a way to do this for multiple miners or will I need to modify the python script to used different ports and then use port forwarding on the router to point back to 4028

eg port 20001 goes to the 1st miner on port 4028
port 20001 goes to the 2nd miner on port 4028

The software is supposed to run on tbe same network as tbe miners. It cant run outside the network of the miners.
You must install it on a machine behind your router and expose only the software's port if you want to access it this way
12  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: July 03, 2018, 06:32:31 AM
i deleted the database and get:
sqlalchemy.exc.OperationalError
OperationalError: (sqlite3.OperationalError) no such table: miner [SQL: u'SELECT miner.id AS miner_id, miner.ip AS miner_ip, miner.model_id AS miner_model_id, miner.remarks AS miner_remarks \nFROM miner'] (Background on this error at: http://sqlalche.me/e/e3q8)

BR Ralf

Sorry, I forgot to mention that yo must recreate the database using the command: `python create_db.py` if you are on an older version.
13  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: July 03, 2018, 05:31:42 AM
Hi there,

sorry for my late reply - was sick...

yes - the error stays also after refreshing - no actually the error appears after i removed some physical miners before i delete them...

BR Ralf

The software queries for the miners you have added and if an IP does not respond then the miner will be added to list of in-active miners.
I suspect that after you physically removed the miner another device got the same ip, which is not a miner so the app crashed because it tries to communicate with the miner's API.

Please check if this is the case and make sure that no other device has the IP your miner had.
Normally you should first delete the device from the application and then unplug it.

If the problem continues you can delete the database and add the miners again.

Let me know if that helped
14  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: June 28, 2018, 06:30:33 AM
Hi Anselal,

i have the following problem: any ideas?? BR Ralf

[...]

Hi there,

1) does the error go away if you refresh the page ?
2) Did this error occur after you added a new miner ?
15  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: June 14, 2018, 06:16:25 AM
T1s only works in a couple of pools (that supports AsicBoost).

Didn't know that. They work fine with slushpool though
16  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: June 11, 2018, 07:05:39 PM
You mean those who got suckered into buying T1's and were unaware of it's pool restrictions Wink
Of course you need support from your users because Halong Mining could care less about providing any sort of support for developers, pool operators, or users. As an aside, AFAIK the T1 does not support any sort of SSH so all coms must use the API.

I managed to connect to the API and retrieve some data. A friend gave me access to his miners. Maybe in the next release we will add support for them.

What do you mean with pool restrictions?
17  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: June 08, 2018, 09:59:56 PM
Good day!
Are you finalizing the program? any news ? the idea itself interested me - I think it is interesting for many miners

I am still maintaining the software and try to add more features. So far the software is working great in production and can handle  a lot of mining machines
18  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: May 26, 2018, 06:54:01 PM
Im using this, best so far

Do you plan to add DragonT1s to the asics suported?

Hi there. We are planning to add support for DragonMints but it will take some time. We need support from users who own those.
19  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: May 10, 2018, 05:31:32 AM
If you are familiar with programming you can check the code at the projects page. The code is pretty straight forward.

Look at this line https://github.com/anselal/antminer-monitor/blob/498edf9265ae129bd2d038ed3ce88d01d1a3f269/app/views/antminer.py#L122
20  Bitcoin / Mining software (miners) / Re: Antminer Monitor on: May 09, 2018, 06:55:58 AM
i can't figure out how to run it.. tried python3 and python2 (made sure to install to path)

[...]

Hi there,

you didn't follow the instructions. First you will have to install all the requirements with `python -m pip install -r requirements` and then start the app. The trailing dollar sign ($) is unnecessary.
Please read carefully the instructions at https://github.com/anselal/antminer-monitor/blob/master/README.md



Moderator's note: This post was edited by frodocooper to trim the quote from phrostb.
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!