You can start or stop node with command
:~$ ./HappyCoind -daemon
:~$ ./HappyCoind stop
or path/to/file
:~$ Happycoin/src/HappyCoind -daemon
- Install dependencies : Ubuntu & Debian (for more info)
:~$ sudo apt-get install build-essential
:~$ sudo apt-get install libssl-dev
:~$ sudo add-apt-repository ppa:bitcoin/bitcoin
:~$ sudo apt-get update
:~$ sudo apt-get install libdb4.8-dev
:~$ sudo apt-get install libdb4.8++-dev
:~$ sudo apt-get install libboost-all-dev
:~$ sudo apt-get install libqrencode-dev
- Download source from Github
:~$ sudo apt-get install git
:~$ cd
:~$ git clone https://github.com/happycoinmaster/Happycoin.git
- To build
:~$ cd Happycoin/src
:~$ make -f makefile.unix
You will see HappyCoind
contained inside src
directory