Hello Everyone,
After some requests I have decided to release my latest guide, how to cloud mine memory coin. Memory coin is a coin that is rapidly increasing in popularity but has very few cloud mining guides out there for it, something which you could use to turn a profit.
To start, please sign up for Digital Ocean using this link:
https://www.digitalocean.com/?refcode=3a96071d7d5f Remember if you sign up with this link and spend $10 then I'll give you a $4 refund.
Once you sign up, create a new droplet. Choose whatever size you want (starting with the $10/month option as the smallest) and then choose Debian 7.0 x64 as your OS. After you do that they will email you your username (which is always root with Digital Ocean, and your password).
Once you do that, then click root access on your droplet's page and use that to log into your droplet so that you can begin editing. You'll use the username and password that you were given.
cd ~
apt-get update && apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
Part 2
cd ~
mkdir -p .memorycoin
echo 'rpcuser=memorycoinrpc
rpcpassword=[You'll want to enter a secure password here]
rpcport=1925
rpcallow=127.0.0.1
server=1
Part 3 (now we'll want to add some nodes)
addnode=180.183.156.250:1968
addnode=76.24.94.154
addnode=62.43.2.239
addnode=82.52.177.81
addnode=84.249.109.128
addnode=79.3.168.143:1968
addnode=94.122.229.201:1968
addnode=118.210.212.90:1968
addnode=70.112.30.253:1968
addnode=95.89.105.134:1968
addnode=209.12.233.40:14210
addnode=79.113.210.250:51653
addnode=62.142.165.113:49646
addnode=86.106.35.224:1968
addnode=89.210.201.182:59197
addnode=84.228.200.63:50831
addnode=81.174.50.66:51930
addnode=213.197.188.148:43212
Finish it up now
gen=1' > .memorycoin/memorycoin.conf
And now lets get it started - the last batch is all one line.
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
Now you just give it some time to connect to the servers (can take up to 15 minutes or sometimes more)
Now once you mine a block you can transfer the funds with this command.
./bitcoind sendtoaddress <enter your address here no spaces> <amount here no spaces> [comment] [comment-to]
That's all. PM me and post here if you have any questions and make sure to PM me to get your $4 back!