#
#
The manual works for lemoncoin, too.# your wallet in the cloud - compile and install from github sources# I succeeded with this on Ubuntu 12.04 and Debian 7.0 x64
# Create your cheap linux virtual server (VPS) in the cloud in 55seconds
# Buy 10$ droplet e.g. at digital ocean
http://tiny.cc/digocean # You can build your lemoncoin wallet on that server.
# Instructions are the same
as above, just replace all occurences of "duckduckcoin" by "lemoncoin".
# if you had rebooted after the above, you need to repeat this before compiling:
export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"
# source:
git clone
https://github.com/lemoncoin/lemoncoin/# for the conf file I suggest this:
cd ~
mkdir ~/.lemoncoin
cat << "CONFIG" >> ~/.lemoncoin/lemoncoin.conf
# enable RPC
server=1
rpcuser=yourusername
rpcpassword=yoursuperdooperpasswordthisisimportant
daemon=1
# no mining:
gen=0
# seed nodes:
addnode=23.92.80.107
addnode=23.92.80.22
addnode=lemon.dogemoon.com
addnode=lemon.stablehash.com
addnode=lmc.chaosagent.org
addnode=lmc.hashrapid.com
addnode=lmc.minebig.com
addnode=Lemon.OakPool.com
addnode=lmc.akpool.net
addnode=lemon.morecoins.org
CONFIG
# If you like this tutorial, send me some lemon coins:
./lemoncoin/lemoncoind sendtoaddress LZrQNRtWJqGqHXpnVaUKYX8ht1E273mvZq 300 ThankYouForYourTutorial
# or in other currencies at
www.tiny.cc/drakointip#
