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/OnyxcoinX13You 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:
sudo apt-get update
sudo apt-get upgrade
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
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:
./Onyxcoind -server=1 -daemon=1 -listen=1
These commands would work best on a Ubuntu 14.04 LTS VPS