More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Custom Miner Integration

I’m sorry, but we decided to keep the current order of the arguments according to the interests of the security of other users.
The good news is that all integration scripts are open, you can change it as you want.

4 posts were merged into an existing topic: Custom miner: phoenixminer

13 posts were merged into an existing topic: Custom miner: phoenixminer

3 posts were merged into an existing topic: Custom miner: xmrig-amd

Can anyone help me integrate the X22i algo miner for SUQA coin with HiveOS? I have tried to add this miner as a custom miner and it didn’t work for me. I dont know how to start the miner after installation. I couldn’t find any clear guides on how to do that. https://github.com/zjazz/zjazz_cuda_miner_experimental/releases
I have installed the v9.1 cuda.

Thank you!

2 Likes

Hi to All

I have made sgminer integration as custom miner everything work ok except miner statistic in HiveOS.
Miner show only total Mh/s but no separate GPU statistic !!!

h-stats.sh file:

#!/usr/bin/env bash

 . /hive-config/wallet.conf

API_TIMEOUT="15"

stats_raw=`echo '{"command":"summary+devs"}' | nc -w $API_TIMEOUT localhost 4028`
if [[ $? -ne 0 || -z $stats_raw ]]; then
echo -e "${YELLOW}Failed to read $miner from localhost:4028${NOCOLOR}"
else
khs=`echo $stats_raw | jq '.["summary"][0]["SUMMARY"][0]["KHS 5s"]'`
stats=`echo $stats_raw | jq '{khs: [.devs[0].DEVS[]."KHS 5s"], temp: [.devs[0].DEVS[].Temperature], \
fan: [.devs[0].DEVS[]."Fan Percent"], uptime: .summary[0].SUMMARY[0].Elapsed, algo: "'$CUSTOM_ALGO'"}'`
fi

[[ -z $khs ]] && khs=0
[[ -z $stats ]] && stats="null"

HiveOS command: agent-screen show statistic, but in RIG page only total Mh/s:

Wed Oct 10 13:48:59 EEST 2018
Hashrate custom 51940 kH/s
{"method":"stats","jsonrpc":"2.0","id":0,"params":{"rig_id":"*****","passwd":"*******","miner":"custom","meta":{"custom":{"coin":"GEEK"}},"miner_stats":{"khs":[8616,8594,9213,8693,8578,8686],"temp":[62,61,62,62,62,62],"fan":[65,80,100,80,61,85],"uptime":92128,"algo":"geek"},"total_khs":"51940","temp":["62","61","62","62","62","62"],"fan":["65","80","100","80","61","85"],"power":["111","117","132","107","105","107"],"df":"429G","mem":[3897,733],"cpuavg":[0.14,0.1,0.09]}}
OK

Wthat I do wrong ???

Link to custom sgminer GeekCash custom miner for HiveOS 2.0

1 Like

There is NO linux version of this miner!

1 Like

Для нвидиа есть добавьте пожалуйста ))))

нечем зелень тестить…

Я могу протестить))

в кастомный майнер сылка с Github не будет работать как я понял?

конечно будет. только управлять надо будет ручками :slight_smile: и никакой статы и прочих преимуществ нормально интегрированного майнера у Вас не будет.

Понятно спасибо за ответ. Ещё один вопрос есть в планах добавить этот майнер ? и когда ?

2 Likes

Видно, пока не появится личный интерес. Можно @ATrump потеребить, но я так понимаю, он занят не меньше меня…

1 Like

Did some one test Cast XMR on hive http://www.gandalph3000.com/download/cast_xmr-vega-ubuntu_150B1.tar.gz? It is required 18.30 drivers.

С удовольствием бы помог, но @Krassus прав - сейчас совсем нет на это времени. Так что сорян (

1 Like

zjazz CUDA miner for Hive OS !!!

  1. Run this command in HiveOS:
    custom-get http://files.miner.ninja/zjazz_hiveos.tar.gz -f

  2. Configure zjazz as Custom miner in HiveOS

Feel free to donate :slight_smile:
SUQA wallet: SdXW4B4s7c6TbYATFs9ECQBspJVjMnc7ei

#############################################

zjazz AMD miner for Hive OS !!!

  1. Run this command in HiveOS:
    custom-get http://files.miner.ninja/zjazz_amd_hiveos.tar.gz -f

  2. Configure zjazz as Custom miner in HiveOS

Feel free to donate :slight_smile:
SUQA wallet: SdXW4B4s7c6TbYATFs9ECQBspJVjMnc7ei

6 Likes

Спасибо заработало всё))) накопаю закину благодарности в кошель))

1 Like

Спасибо за слово доброе, приятно осознавать что работа проделана не зря :slight_smile:

Не подскажешь по разгону чё гнать камень или память или то и то?))

Насколько я понимаю х22i алгоритм гонится и по GPU и по МЕМ

1 Like