- Apr 25, 2015
- 1,845
- 2
- 2,199
- 327
I am setting up an email relay (SMTP) behind HAProxy and while doing that I am also testing mining CURVEHASH just for fun.
How-to guide for Windows:
How-to guide for Linux:
This is a Win 2012 server I am mining from, you can see my max rate is 9K H/s.
Meh, so let's get on with other comparisons - keep in mind this is all through Vultr.
Okay, so I am going to outline the machines and their respective H/s for a side-by-side comparison of mining rate to cost.
Keep in mind if you keep this activity up (huehuehue).. Vultr may get rather pissed off and cap/limit your VPS, lock you to specific amount of core(s):
So be careful I guess? Anyway combined with all these Vultr instances I reached a beautiful mining rate of 77.28 KH/s which is not great but hey - it has so far cost me like $1 or less.. this far along, I think.
If you check the chart above for the value score, you can see what gives you the best mining for your dollar.
From the looks of it, miner3 was performing the best in terms of cost to mining rate.
What this means is that potentially one could massively spin up several $5/month Vultr instances provided you do not get banned and shutdown by mining crypto.
So, one could do it this way or go to Digital Ocean (or keep scouting around for vCPU that you can mine with elsewhere).
This was just a fun side project, so you might be wondering.. how the heck would one setup the miner?
Firstly, you'll need to setup a Windows-based system to download the wallet utility from here:
Once you download the wallet, you will need to run the Qt tool and get a wallet address.. open the wallet and go to File -> Receiving Addresses -> New
You can then copy your receiving address to your wallet.
From there, just deploy an eff-ton of Ubuntu servers where you can.
From the terminal on your Ubuntu servers:
Now cd your way into the folder, go ahead and cat the script named "start-mining-curve..."
You will see an area it asks for a wallet address.
nano the file, copy/paste in your wallet address and enjoy the day.
Hopefully you can mine enough in this pool (or another pool) to gather your payout.
Good luck, have fun, and let me know if you do some cool sh** lol
P.s. after you edit in your wallet info, you just call the script to begin mining
How-to guide for Windows:
How-to guide for Linux:
This is a Win 2012 server I am mining from, you can see my max rate is 9K H/s.
Meh, so let's get on with other comparisons - keep in mind this is all through Vultr.
Okay, so I am going to outline the machines and their respective H/s for a side-by-side comparison of mining rate to cost.
Server name | Mining Rate | Price (monthly) // value (higher is better) |
hi | 2645 H/s | $3.50 // 755 |
miner1 | 22 kH/s | $120 (bare metal) // 183 |
miner2 | 41 kH/s | $160 // 256 |
miner3 | 5020 H/s | $5 // 1004 |
ghy (Win 2012 server) | 8897 H/s | $40 // 222 |
Keep in mind if you keep this activity up (huehuehue).. Vultr may get rather pissed off and cap/limit your VPS, lock you to specific amount of core(s):
Vultr & CPU use
Hi guys! Did anyone here use a vultr VPS for cpu intensive tasks?
www.lowendtalk.com
So be careful I guess? Anyway combined with all these Vultr instances I reached a beautiful mining rate of 77.28 KH/s which is not great but hey - it has so far cost me like $1 or less.. this far along, I think.
If you check the chart above for the value score, you can see what gives you the best mining for your dollar.
From the looks of it, miner3 was performing the best in terms of cost to mining rate.
What this means is that potentially one could massively spin up several $5/month Vultr instances provided you do not get banned and shutdown by mining crypto.
So, one could do it this way or go to Digital Ocean (or keep scouting around for vCPU that you can mine with elsewhere).
This was just a fun side project, so you might be wondering.. how the heck would one setup the miner?
Firstly, you'll need to setup a Windows-based system to download the wallet utility from here:
Once you download the wallet, you will need to run the Qt tool and get a wallet address.. open the wallet and go to File -> Receiving Addresses -> New
You can then copy your receiving address to your wallet.
From there, just deploy an eff-ton of Ubuntu servers where you can.
From the terminal on your Ubuntu servers:
Code:
wget https://github.com/doktor83/SRBMiner-Multi/releases/download/0.5.9/SRBMiner-Multi-0-5-9-Linux.tar.xz
tar -xvf SRB*
cd SRBMiner-Multi-0-5-9/
nano start-mining-curvehashcoin.sh
Now cd your way into the folder, go ahead and cat the script named "start-mining-curve..."
You will see an area it asks for a wallet address.
nano the file, copy/paste in your wallet address and enjoy the day.
Hopefully you can mine enough in this pool (or another pool) to gather your payout.
Good luck, have fun, and let me know if you do some cool sh** lol
P.s. after you edit in your wallet info, you just call the script to begin mining
Code:
./start-mining-curvehashcoin.sh
Last edited: