Author Topic: MMC2 - Cloud Mining Guide (for killerbyte's pool!)  (Read 3357 times)

0 Members and 1 Guest are viewing this topic.

Offline tmfidc

  • Newbie
  • *
  • Posts: 1
    • View Profile
How can i check the status of the mining?

thank you!

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
thanks for the guide! short and helpful!

Offline itsik78

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
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
« Last Edit: January 11, 2014, 08:01:04 pm by itsik78 »