BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: itsik78 on December 25, 2013, 09:57:03 am

Title: MMC2 - Cloud Mining Guide (for killerbyte's pool!)
Post by: itsik78 on December 25, 2013, 09:57:03 am
Digital Ocean:
https://www.digitalocean.com/?refcode=be0ca471004c
(Please use my ref code - it won't hurt your earnings :)  Thanks)

1. Create a droplet with as many cores as you want
2. Run this:
Code: [Select]
apt-get update
apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
git clone https://github.com/KillerByte/memoryminer
cd memoryminer/src
make -f makefile.unix
echo '#! /bin/bash' > run.sh
echo 'while true; do ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32; sleep 1; done' >> run.sh
chmod +x run.sh
nohup ./run.sh &

(Change the wallet address and -genproclimit to the number of cores the machine has).

AMAZON EC2:
1. Choose Ubuntu 13.10 and choose your server (note the number of CPUs)
2. Under Advanced Details -> User Data (leave "As text" marked)
Code: [Select]
#! /bin/bash
apt-get update
apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
git clone https://github.com/KillerByte/memoryminer
cd memoryminer/src
make -f makefile.unix
echo '#! /bin/bash' > run.sh
echo 'while true; do ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32; sleep 1; done' >> run.sh
chmod +x run.sh
nohup ./run.sh &

(Change the wallet address and -genproclimit to the number of cores the machine has).

That's it!
You're all set to go.

If I helped, feel free to tip me:
MMC: MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN


If you want to see that it actually works, just take a look at my stats on the pool: http://mmc.xpool.xram.co/individual?address=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN
Have fun
Title: Re: MMC2 - Cloud Mining Guide (for killerbyte's pool!)
Post by: KillerByte on December 25, 2013, 05:38:38 pm
thanks for the guide! short and helpful!
Title: Re: MMC2 - Cloud Mining Guide (for killerbyte's pool!)
Post by: cass on December 25, 2013, 06:21:20 pm
works
Title: Re: MMC2 - Cloud Mining Guide (for killerbyte's pool!)
Post by: tmfidc on December 30, 2013, 10:22:10 am
How can i check the status of the mining?

thank you!