Post
Topic
Board Altcoin Discussion
Re: (LINUX) (MANUAL) compile altcoin wallet in linux / cloud
by
drakoin
on 05/03/2014, 21:41:53 UTC
# Zeitcoin

# 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 zeitcoind wallet on that server.

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

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/zeitcoin/zeitcoin
cd zeitcoin/src
make -f makefile.unix
cp zeitcoind ..
cd ~
mkdir ~/.Zeitcoin
cat << "CONFIG" >> ~/.Zeitcoin/Zeitcoin.conf
rpcuser=LOCALUSER
rpcpassword=VERYSECURESUPERLONGSUPERSAFEPASSWORD
CONFIG
~/zeitcoin/zeitcoind &
~/zeitcoin/zeitcoind getnewaddress forDonations

# for more RPC commands, see above.

# if this tutorial was useful to you, please tip me zeitcoins (or remember to come back and tip me some zeitcoins)
~/zeitcoin/zeitcoind sendtoaddress MgjyfXo85AfRD5wV4N5rGDxS39rMPZiYGF 20000 ThanksToDrakoinForHisTutorial

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