If you are looking for GPU mining, please use this instead!Setting up a Metiscoin Pool Miner on VPS for Absolute NoobsDonations welcome!
BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV
Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2
MTS: MEu8jBkkVvTLwvpiPjWC9YntyDH2u5KwVy
Before You Begin- Download PuTTY (putty.exe) so you can connect to your VPS when the time comes.
- Sign up for a DigitalOcean or Linode account.
- During the creation process, be sure to create a node running Ubuntu 13.04 x64 (not x86)
- Pick whichever hardware configuration you like (number of CPUs, RAM, etc)
- If you signed up for DigitalOcean, check your email for your root password. If you signed up for Linode, your password will be what you specified.
- Run PuTTY and paste the node's IP address into the "Host Name" slot, then hit "Open" at the bottom. (figure 1)
- PuTTY will ask you to confirm the SSH key, press Yes (it will only ask once) (figure 2)
- Type or paste your password into PuTTY and press enter. To paste, simply right click.
- Note: You will not see the password characters! This is normal.
Getting Down to Business- If you chose DigitalOcean, it's time to change the root password! Type passwd, press enter, then enter a new password. Just like before, the password characters will not show up. (figure 3)
- Copy this automated setup script to notepad. (highlighted version)
- At the top of the script, there are fields starting with "YPOOL_". Fill these out with your desired info. Be sure to keep the quotes!
- YPOOL_WORKER is your yPool worker name. YPOOL_WORKERPASS is your yPool worker password.
- Copy the entire modified script from notepad and paste it into your PuTTY window (right click), then hit enter.
- The setup is now running. It will take approximately 3 minutes to complete.
- Once the script completes, you will see a brief help message and list of commands. (figure 4)
Congratulations! You're now mining for metiscoins!
If you'd like to maximize your mining potential, please see my mini-guide on
How to Clone DigitalOcean Droplets.
Changelog- 24 January, 2014 - Miner code updated. Now with 20% more turbo! Run ~/stop-miner; ~/build-metiscoin-from-git to download the latest version.
- 22 January, 2014 - Fixed apt-get list, number of threads determined byproc/cpuinfo.
- 22 January, 2014 - Initial release.
NotesThe images in this guide are from my other primecoin guide and are slightly dated. The images serve to illustrate, but shouldn't be taken as definitive.
Known IssuesThere's a known bug with this miner where redirecting output to file may or may not not work! Because of this, mining speeds may not appear when using
~/peek.
If you want to verify your miner is working, check the process listing for CPU usage or run the miner command manually. Alternately, sometimes a reboot helps.
/usr/local/bin/xpt -o ypool.net -u user.worker -p xIf you have any questions or comments, feel free to speak up.