Skip to content

Instantly share code, notes, and snippets.

@c1b3rh4ck
Last active January 3, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c1b3rh4ck/8505728 to your computer and use it in GitHub Desktop.
Save c1b3rh4ck/8505728 to your computer and use it in GitHub Desktop.
#!/bin/bash
#miner using linode 4 trial hours, this is why linode cancel the 4 trial hour :3 ,there was another script to create automatic users
#abusing of the feature of dots in gmail, if you got an email like : test123@gmail.com you could get 8 valid emails to use in linode trial :3
#t.est123@gmail.com, te.st123@gmail.com, tes.t123@gmail... this was until they add the obligatory payment options :S
users=(linode1 linode2 linode3 linode4)
password=(lino1 lino2 lino3 lino4)
#Install the cpu miner and the requirements.
aptitude -y install git unzip build-essential automake libcurl4-openssl-dev libdb++-dev libminiupnpc-dev libboost-all-dev autotools-dev && wget github.com/uncle-bob/quarkcoin-cpuminer/archive/master.zip && unzip master.zip
#running the instances on intel xeon we've got 8 cores
rm master.zip && cd quarkcoin-cpuminer-master && ./autogen.sh &&./configure&& make
./minerd -a quark -o stratum+tcp://mine-pool.net:3350 -u h3ct0r915.linode2 -p lino2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment