Bitcoin Forum
June 09, 2024, 06:13:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 3.0c: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: June 14, 2018, 04:46:24 PM
We're trying to integrate this new miner with our python monitoring system, and it does not seem to receive any socket response.

Documentation for PhoenixMiner claims that it uses same api approach as Claymore.

Here's our code:

Code:
        TCP_IP = '127.0.0.1'
        TCP_PORT = conf("MINER_API_PORT")
        BUFFER_SIZE = 1024
        MESSAGE = '{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}'

        log.debug ("{}:{} - {}".format(TCP_IP, TCP_PORT, MESSAGE))
        log.debug("Socket creating...")
        s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
        log.debug ("Socket connecting...")
        s.connect((TCP_IP, TCP_PORT))
        log.debug("Socket sending request...")
        s.send(MESSAGE.encode('utf-8'))
        log.debug("Socket receiving response...")
        data = s.recv(BUFFER_SIZE).decode('utf-8')
        log.debug ("Claymore API Response: {}".format(str(data)))
        log.debug ("Socket closing...")
        s.close()


        result = json.loads(data)['result']

It works perfectly well with Claymore, but it gets stuck at "Socket receiving response..." with Phoenix miner. So it seems it does not receive any data from socket connection. I could not find any detailed documentation on Phoenix's api, other than a statement that "it is the same as Claymore protocol".

Please, help - did I miss anything in documentation, is there a more complete documentation or how should I fix the code to work with Phoenix?

Thanks for your time and attention.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Monitor] Midas Dashboard (Midash) on: April 04, 2018, 11:36:30 PM
Telegram bot is almost ready!
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Monitor] Midas Dashboard (Midash) on: April 04, 2018, 02:01:19 PM
OMG!!
We are sorry past 6 days we have registration problems.
At 10h registration will be open again.

Sorry for that!
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Monitor] Midas Dashboard (Midash) on: March 28, 2018, 07:36:10 AM
10 slots left
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Monitor] Midas Dashboard (Midash) on: March 26, 2018, 11:50:03 AM
10 registrations and 20 slots left.
Thx to all.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Midas Dashboard (Midash) on: March 25, 2018, 09:29:09 PM
3 new users!
Thx in advance.

27 slots left.
7  Alternate cryptocurrencies / Mining (Altcoins) / [Monitor] Midas Dashboard (Midash) on: March 25, 2018, 07:17:29 PM
Midas Dashboard

Midash status: Stresstest*-CBT**

* Server load test
** Closed Beta Test

Hello,

We can finally make our project public - miner rig monitoring dashboard: Midas Dashboard (Midash).

You'll have almost everything you need on one page:


Current features:

1. Realtime individual GPU temperature monitoring (The most important thing for me, personally)
2. Realtime fan speed monitoring (Helps track hardware failures)
3. Realtime mining rate monitoring (Helps track driver or other mining software failures)

We're planning to add more features in the future, and which those will be - we can decide together with you.

This software was initially developed for personal use, but then we decided to share it with masses.

A personal note - I used and use it to control over 60 rigs on 2 farms. Who knows what might happen there, ventilation vailure or whatnot.

I hope you'll find it useful.


Features we have planned:

1. IP Camera feed support
2. Some remote control of your rigs from dashboard, like rebooting them
3. And more


For starters we'll be openning registration in waves of 30 people each.

Wave dates will be available below:

Start - date

1 wave - 25.03.18
2 wave -
3 wave -


Midash Site
Registration
Quickstart
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!