AWS LTC


SUBMITTED BY: Guest

DATE: Dec. 27, 2013, 5:05 a.m.

FORMAT: Bash

SIZE: 772 Bytes

HITS: 1070

  1. # First, make an account with ltc.give-me-coins.com
  2. # Create a worker. Fill in your details below.
  3. # Use a standard Amazon CentOS-based image on instances
  4. # I recommend cc2.xlarge
  5. #
  6. # Paste the script below as your user data. The instances should boot and start
  7. # mining without you having to SSH in. Give it 5+ mins to show up on the
  8. # give-me-coins dashboard. Beware give-me-coins has an unintuitive "coin selection"
  9. # dropdown in the corner which must be set to Litecoin.
  10. #!/bin/bash
  11. WORKER=your-username.your-worker
  12. PASSWORD=your-worker-password
  13. cd /tmp/
  14. wget http://dcpos.ch/minerd-centos
  15. chmod +x minerd-centos
  16. nohup ./minerd-centos -a scrypt -o stratum+tcp://ltc.give-me-coins.com:3333/ -O $WORKER:$PASSWORD

comments powered by Disqus