Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HandShake - experimental peer-to-peer root naming system (Mineable coin)
by
anhbloginc
on 15/04/2020, 19:19:47 UTC
How to start mining HNS (Handshake)

1) Download offcical wallet (win or mac), links to wallets above
2) Follow the link https://github.com/handshake-org/hs-miner launch the console version of the miner
3) Install CUDA (RHEL) or CUDA (FEDORA).
CUDA (RHEL)
Code:
# Pick out your installation: https://developer.nvidia.com/cuda-downloads
$ wget http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-9.1.85-1.x86_64.rpm
$ sudo rpm -i cuda-repo-rhel7-9.1.85-1.x86_64.rpm
$ sudo yum clean all
$ sudo yum install cuda

CUDA (FEDORA)
Code:
# Pick out your installation: https://developer.nvidia.com/cuda-downloads
$ wget http://developer.download.nvidia.com/compute/cuda/repos/fedora25/x86_64/cuda-repo-fedora25-9.1.85-1.x86_64.rpm
$ sudo rpm -i cuda-repo-fedora25-9.1.85-1.x86_64.rpm
$ sudo dnf clean all
$ sudo dnf install cuda

4) Install node.js & hs-miner (Both)
$ curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
$ sudo yum install nodejs gcc-c++ make git python2
$ npm install hs-miner

5) In the wallet you will find the necessary tools and addresses.

You can ask more serious questions in the official telegram group
relatively difficult to start mining, anyway thanks for the help