0xEapp / hexxcoin

HEXX:REBORN - LATEST CLIENT 4.0.4.1

Home Page:http://hexxcoin.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexxcoin [HXX] Core update 2018

Build Status

Xnodes alive!

** ZEROCOIN ACTIVATED**

Anonymous Zerocoin Protocol: https://en.wikipedia.org/wiki/Zerocoin

Zerocoin parameters RSA-2048 from RSA Factoring Challenge https://en.wikipedia.org/wiki/RSA_Factoring_Challenge

Hexxcoin

  • Coin Suffix: HXX
  • Algorithm:lyra2z330
  • Algo params: LYRA2(BEGIN(thash), 32, BEGIN(nVersion), 80, BEGIN(nVersion), 80, 2, 330, 256)
  • Target Spacing: 150 Seconds
  • Retarget: every block
  • Confirmation: 6 Blocks
  • Maturity: 120 Blocks
  • Blocks: ~576 per day
  • Total Coins: 9,999,999 HXX
  • Min TX Fee: 0.001 HXX
  • Block Size: 4MB

Net Parameters

  • P2P Port=29100
  • RPC Port=29200
  • Client core=13.4
  • Client name=hexxcoin.qt
  • Conf file=hexxcoin.conf

Installation folder

  • Windows: C:\Users\Username\AppData\Roaming\hexxcoin
  • Mac: /Library/Application Support/hexxcoin
  • Unix: /.hexxcoin

Debian/Ubuntu Linux Daemon Build Instructions

install dependencies:
Build a node or qt:

if you need a swap memory:
free
dd if=/dev/zero of=/var/swap.img bs=2048 count=1048576
mkswap /var/swap.img
swapon /var/swap.img
free


sudo apt-get update
sudo apt-get upgrade

sudo apt-get install git build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

sudo apt-get install libminiupnpc-dev libzmq3-dev
for qt:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

git clone https://github.com/hexxcointakeover/hexxcoin

cd hexxcoin
for vps:
./autogen.sh
./configure  --without-gui
make -j 4   (-j is optional, number of your cores, -j 4)

for qt:
./autogen.sh
./configure
make -j 4   (-j is optional, number of your cores, -j 4)

cd src
strip hexxcoind
strip hexxcoin-cli
or:
cd src
cd qt
strip hexxcoin-qt

files are:
hexxcoind
hexxcoin-cli

hexxcoin-qt
hexxcoin.conf
xnode.conf
data folder:
hexxcoin

port 29100
rpc port 29200

Example hexxcoin.conf Configuration

listen=1
server=1
daemon=1
xnode=1
externalip=
xnodeprivkey=
addnode=node_ip
rpcallowip=127.0.0.1
rpcuser=MAKEUPYOUROWNUSERNAME
rpcpassword=MAKEUPYOUROWNPASSWORD

About

HEXX:REBORN - LATEST CLIENT 4.0.4.1

http://hexxcoin.net/

License:MIT License


Languages

Language:C 49.5%Language:C++ 30.7%Language:Objective-C 12.0%Language:Python 5.1%Language:M4 1.2%Language:Makefile 0.5%Language:Shell 0.4%Language:HTML 0.2%Language:Roff 0.1%Language:Java 0.1%Language:Assembly 0.1%Language:Perl 0.1%Language:Objective-C++ 0.0%Language:Rust 0.0%Language:q 0.0%Language:PHP 0.0%Language:Lua 0.0%Language:Ruby 0.0%Language:CMake 0.0%Language:QMake 0.0%Language:CSS 0.0%Language:Gnuplot 0.0%