Post
Topic
Board Altcoin Discussion
Re: (LINUX) (MANUAL) compile altcoin wallet in linux / cloud
by
drakoin
on 12/02/2014, 06:12:57 UTC
#

# The manual works for maxcoin, 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 NL USA Singapur

# You can build your maxcoind wallet on that server.

# Instructions are the same as above, just replace all occurences of "duckduckcoin" by "maxcoin".

# sources from
git clone https://github.com/Max-Coin/maxcoin


# the maxcoin.conf file is created by this, using the official nodes

cd ~
mkdir ~/.maxcoin
cat << "CONFIG" >> ~/.maxcoin/maxcoin.conf

# enable RPC
server=1
rpcuser=yourusername
rpcpassword=yoursuperdooperpasswordthisisimportant
daemon=1
# no mining:
gen=0
# Seed nodes
addnode=maxexplorer.cloudapp.net
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=213.179.202.19
addnode=wombat.dar.sh

CONFIG




# If you like this tutorial, send me some max coins:
./maxcoin/maxcoind sendtoaddress mL8JX1z8CCPtU3dcEgAXDoHEGaapmy6EC5 1 ThankYouForYourTutorial

# or in other currencies at www.tiny.cc/drakointip


#