Skip to content

laakie/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

About

Happycoin open source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.9%
  • C 19.8%
  • Assembly 3.7%
  • HTML 1.3%
  • Python 1.2%
  • QMake 0.5%
  • Other 1.6%