hiveon
July 3, 2018, 10:21pm
1
How to use custom miners
Updated for HiveOS Linux client v0.6 series
Hive supports other miners which are not listed on the web. Hive enthusiasts have created custom packages which can be used with Hive.
To use it you need to select “Custom miner” when you create Flight Sheet and paste miner’s URL where to download it.
The list of known and available packages are here
http://download.hiveos.farm/custom/
How build your own package
Hive supports custom miners which you can cook yourself. You will need to implement several easy scripts to get your superminer to work and send stats to Hive. Please take existing integrations as a starting point.
Integration doc is here
# Custom miner integration in Hive OS
You can integrate any miner to Hive.
For this need to implement several scripts which will be callbacks for Hive scripts.
Other miners implementations are good points to start your own.
All files should be stored in `/hive/miners/custom/mysuperminer` folder. Don't forget about execute permission for `.sh` files.
`CUSTOM_MINER` - this variable in wallet.conf will hold currently selected miner, like `mysuperminer`.
##### h-manifest.conf
This is a general config for Hive, not for the miner.
```bash
# The name of the miner like "mysuperminer"
CUSTOM_NAME=
# Optional version of your custom miner package
CUSTOM_VERSION=
# Full path to miner config file, e.g. /hive/miners/custom/mysuperminer/mysuperminer.json
CUSTOM_CONFIG_FILENAME=
# Full path to log file basename. WITHOUT EXTENSION (don't include .log at the end)
This file has been truncated. show original
To install custom archive manually you can just unpack it to /hive/miners/custom
To install it from URL run
/hive/miners/custom/custom-get url-to-your-superminer
Use “-f” argument at the end to reinstall it.
/hive/miners/custom/custom-get url-to-your-superminer -f
Since v0.6 for updating Custom miner is it just enough to change URL in your Flight Sheet for new one
1 Like
Can we get a tutorial showing a sample miner done this way. Thanks.
awesome! thanks HiveOS, this is a great feature.
kkurt
July 4, 2018, 10:58pm
6
I cant integrate bittube-miner. Always getting libmicrohttpd.so.12 shared lib could not find…
If somebody explains on this miner it would be nice…
BTMiner_Nebutech (for Bytom (BTM) coin).
Miner is here: https://github.com/NebuTech/BTMiner_NebuTech/releases
Config and scripts for Hive OS is here: https://github.com/GrayKite/minershive
tdxminer gets stuck on “This is a beta release and maybe unstable on some hardware”
then curser just blinks, nothing else.
can anyone break down how the h-stat.sh is suppose to be setup. im not even close to being a linux noobie so bare with me
Duncan
July 6, 2018, 7:17am
12
This work with red cards… But I can’t make h-stats.sh for green card. GPUs not show in rig-dashboard
[quote=“kkurt;5823”]I cant integrate bittube-miner. Always getting libmicrohttpd.so.12 shared lib could not find…
If somebody explains on this miner it would be nice…[/quote]
apt install libmicrohttpd-dev
It’s already installed but, to compile I had to install via apt. Linux gurus might have better solution to compile and point to existing lib.
Will it compile itself too from source code with this feature ? I want to install lyclminer.
if you figure out how to install this miner please let me know thanks
Can you write instruction for add mkxminer310.tar.gz miner?? Its for Lyra2rev2
Linux version here https://bitcointalk.org/index.php?topic=2360168
Hello ! , I’m not able to compile the codes for this Bitvie 2.0.0.1 miner, could anyone help me? LINK: https://github.com/ipbc-dev/bittube-miner/releases
coolMiner integration scripts for lyra2z
–no-color option required.
But installiation cuda 9.2 you need make self.
@GrayKite , great work, any chance of adding t-rex, its cuda 9.1 and its faster than coolminier by 20-25% for Nvidia.
@GrayKite , great work, any chance of adding t-rex, its cuda 9.1 and its faster than coolminier by 20-25% for Nvidia.
do you have any instruction to add t-rex miner on hive?