Search content
Sort by

Showing 7 of 7 results by StreaMeX
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 3.0c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
StreaMeX
on 14/06/2018, 16:46:24 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Monitor] Midas Dashboard (Midash)
by
StreaMeX
on 04/04/2018, 23:36:30 UTC
Telegram bot is almost ready!
Post
Topic
Board Mining (Altcoins)
Re: [Monitor] Midas Dashboard (Midash)
by
StreaMeX
on 04/04/2018, 14:01:19 UTC
OMG!!
We are sorry past 6 days we have registration problems.
At 10h registration will be open again.

Sorry for that!
Post
Topic
Board Mining (Altcoins)
Re: [Monitor] Midas Dashboard (Midash)
by
StreaMeX
on 28/03/2018, 07:36:10 UTC
10 slots left
Post
Topic
Board Mining (Altcoins)
Re: [Monitor] Midas Dashboard (Midash)
by
StreaMeX
on 26/03/2018, 11:50:03 UTC
10 registrations and 20 slots left.
Thx to all.
Post
Topic
Board Mining (Altcoins)
Re: Midas Dashboard (Midash)
by
StreaMeX
on 25/03/2018, 21:29:09 UTC
3 new users!
Thx in advance.

27 slots left.
Post
Topic
Board Mining (Altcoins)
[Monitor] Midas Dashboard (Midash)
by
StreaMeX
on 25/03/2018, 19:17:29 UTC
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:
https://image.ibb.co/henhQS/Main.png

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