Post
Topic
Board Announcements (Altcoins)
Re: [ONYX] Onyxcoin : X13 : Long PoW Phase! Fixed Rewards! Ninja LAUNCH! *a new gem*
by
onyxdev
on 31/07/2014, 05:29:24 UTC
OP design has been updated! Another design has been submitted and will be posted for community vote.


Bounties are still available!


ONYX on Twitter: https://twitter.com/OnyxcoinX13



You would need to rent out a VPS most likely to host an ONYX node on it, there is a lot of providers out there.
I can rent a VPS but I don't know how to make it become an node. Please give me more detail please. Thank you dev!

Please install the following on a fresh VPS to setup an ONYX node:

Code:
sudo apt-get update

sudo apt-get upgrade

Code:
sudo apt-get install checkinstall subversion git git-core build-essential

sudo apt-get install libssl-dev libdb++-dev libminiupnpc-dev

sudo apt-get install libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev

Code:
cd ~
git clone git://github.com/onyxcoin/Onyxcoin.git
cd Onyxcoin
cd src
mkdir obj
chmod +x leveldb/build_detect_platform
make -f makefile.unix

Then to run your new ONYX node, do:

Code:
./Onyxcoind -server=1 -daemon=1 -listen=1

These commands would work best on a Ubuntu 14.04 LTS VPS