Post
Topic
Board Altcoin Discussion
Re: [Guide and Giveaway] $10 now + $200 bonus! / Mining Memory Coin 2.0 on DO
by
farkedup
on 15/12/2013, 21:56:27 UTC
neither of the coupon codes are working for me I was about to go ahead and signup....


1. Register with Digital Ocean:
A. If you use my referral code https://www.digitalocean.com/?refcode=b42d05f9603c, please post your address for the giveaway. You many also use the promo HOLIDAYSSD or DIVEIN10 for free $10 Digital Ocean credits.
B. For the $200 bonus you must pre-pay at least $10 for Digital Ocean. This will be given in the form of a special coupon code for an unnamed hosting provider that I use because they have the most powerful cloud instances. You are also eligible for the giveaway so post your address too.

3. Click the Green 'Create Button' or the Blue 'Create Droplet' Button
4. Select the 4 CPU / 8 GB, and Debian 7.0 x64 as your image
5. Your username and password will be emailed to you
6. Use an SSH client like Putty to login.
7. Use the following script. You may paste these in line by line as well if you have problems.

Code:
apt-get update
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/memorycoin/memorycoin && cd memorycoin/src && make -f makefile.unix


8. Use thejepper's script to get things started and add the seed nodes.


[PASSWORD] = fill in any random password. just make it long.

Code:
cd ~

mkdir -p .memorycoin
echo 'rpcuser=memorycoinrpc
rpcpassword=[PASSWORD]
rpcport=1925
rpcallow=127.0.0.1
server=1
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
gen=1' > .memorycoin/memorycoin.conf

Then just start the daemon and watch it go!
Code:
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

8. Launch as many as you would like. I would launch a few dozen while the difficulty is low.
9. Huh
10. Profit

Give it some time to connect to the network. You can use getinfo and getmininginfo commands for status.