alephium / alephium-miner-getting-started

Alephium miner setup
10 stars 4 forks source link

HiveOS custom package needed #1

Open diomark opened 2 years ago

diomark commented 2 years ago

Many of us are mining under HiveOS right now manually. However, we're doing this by treating HiveOS as a normal linux server (and installing what's needed/etc manually).

I think there's a need for a miner package for HiveOS. It probably doesn't make sense to bundle the full node under it, but just the miner itself..

Some documentation - Steps to add a custom miner in hiveos - https://hiveos.farm/getting_started-start_custom_miner/

Steps to create a custom miner tarball - note that there's some metadata/etc that needs to be created in there https://forum.hiveos.farm/t/custom-miner-integration/4521

This would make it so that hiveos can select alph as an algorithm without us having to manually run it..

faikuluturk commented 2 years ago

save as .json and import { "_version": "1.1.0", "isFavorite": false, "items": [ { "coin": "ALPH", "pool_ssl": false, "wal_id": 4956935, "dpool_ssl": false, "miner": "custom", "miner_alt": "alephium", "miner_config": { "url": "eu.metapool.tech", "algo": "blake", "miner": "alephium", "template": "%WAL%", "install_url": "https://gitlab.com/public-alephium/hiveos-custom/-/raw/main/packages/alephium-1.30.tar.gz" }, "pool_geo": [] } ] }