Skip to content

happycoinmaster/Happycoin

Repository files navigation

Happycoin

How to run

You can start or stop node with command

:~$ ./HappyCoind -daemon
:~$ ./HappyCoind stop

or path/to/file

:~$ Happycoin/src/HappyCoind -daemon
API calls list
  • Command-line options here
  • RPC console here

How to build from source

  • 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