Thursday, March 3, 2016

How to compile Hirocoin from source code?

UNIX BUILD NOTES
====================

To Build
---------------------

cd src/
make -f makefile.unix # Headless hirocoin
sudo apt-get install libminiupnpc-dev
sudo apt-get install libdb++-dev
sudo apt-get install python-zope.interface python-twisted python-twisted-web


/ip firewall nat
add action=dst-nat chain=dstnat dst-port=9347 in-interface=maxis-airkayu protocol=tcp to-addresses=192.168.3.37 to-ports=9347 disable=​no​ comment="HIROCOIN"

/ip firewall mangle
add action=mark-connection chain=prerouting comment="HIROCOIN" new-connection-mark=WAN2_mark passthrough=no src-address=192.168.​3.37​

No comments:

Post a Comment