Giter Site home page Giter Site logo

giftedwon / hexxcoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firoorg/firo

0.0 1.0 0.0 80.91 MB

HEXX:REBORN - LATEST CLIENT 4.0.3.4

Home Page: www: http://hexxcoin.net/

License: MIT License

Makefile 0.53% Shell 0.39% M4 1.27% QMake 0.01% Roff 0.13% Python 5.39% C++ 26.20% C 52.64% HTML 0.31% CSS 0.01% CMake 0.01% Objective-C++ 0.03% Assembly 0.12% Java 0.13% Ruby 0.01% Perl 0.08% Objective-C 12.72% PHP 0.02% Lua 0.01% Gnuplot 0.01%

hexxcoin's Introduction

Hexxcoin [HXX] Core update 2018

Build Status

Xnodes alive!

** DO NOT USE MINT FUNCTION UNTIL PATCHED**

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

hexxcoin's People

Contributors

insomp avatar sn-ntu avatar leoreinaux avatar nopslide avatar aizensou avatar psolstice avatar felixbrucker avatar riordant avatar visvirial avatar dinhjeffrey avatar real-or-random avatar kiyui avatar chairmanmeow avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.