Post
Topic
Board Altcoin Discussion
Re: (LINUX) (MANUAL) compile altcoin wallet in linux / cloud
by
drakoin
on 23/03/2014, 20:42:04 UTC
This was the first launch H20 coin. Don't know yet what applies to the relaunch version.


# h2o coin

# your wallet in the cloud - compile and install from github sources
# Create your cheap linux virtual server (VPS) in the cloud in 55seconds
# Buy 5$ droplet e.g. at digital ocean http://tiny.cc/digocean NL USA Singapur

# You can build your H2Od wallet on that server.

# h20 coin is a bit special :-) and first caused some errors,
# thanks a lot to mmouse for the help during the chaotic start.
# Hopefully all problems are solved here with this manual.

# To understand, what the following commands are doing
# read the first posting #1,
# and the newest posting with explanation #16

# If your server is brand new, you need to prep it for compilation & building,
# just do everything in posting #1 until "get the wallet source", then continue here.

export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"
cd ~

git clone https://github.com/CoinDev-io/H2O
cd H2O/src

# this is to avoid compile errors (h2o dev: when fixed it in your source code, PM me please):
mkdir obj
chmod a+x leveldb/build_detect_platform

nano makefile.unix

#add the lines (h2o dev please fix it in your source code)
USE_UPNP:=-
USE_IPV6:=0
# then press Ctrl-x y enter  # to save and leave nano

make -f makefile.unix  # will take a long time, go for lunch :-)
cp H2Od ..

cd ~
mkdir ~/.H2O

# this conf file is temporary, and make sure to change your password
# (h2o dev please publish / put long term reliable addnodes into the sources):
cat << "CONFIG" >> ~/.H2O/H2O.conf
rpcuser=LOCALUSER
rpcpassword=VERYSECURESUPERLONGSUPERSAFEPASSWORD
rpcport=9911
addnode=94.23.196.92
addnode=148.251.12.124
addnode=69.197.137.58
addnode=188.165.236.213
addnode=94.23.196.92
addnode=194.97.156.59
addnode=98.126.190.28
addnode=94.22.41.45
addnode=46.40.98.211
CONFIG

~/H2O/H2Od &
~/H2O/H2Od getnewaddress forDonations

# for more RPC commands, see above, postings #1 or #16

# if this tutorial was useful to you, please tip me h2o coins (i.e.: remember to come back and tip me some h2o coins :-) )
~/H2O/H2Od sendtoaddress HX3mFEbaFNAyUpWuidM2MiSmuB3AX9hkf3 1000 ThanksToDrakoinForHisTutorial ThanksToDrakoinForHisTutorial

# or in other currencies at www.tiny.cc/drakointip, or pass on profitable hints to me www.tiny.cc/drakoinhints