
Some General Mining Tips
so before we start this tutorial, I have two tips for making the most out of your mining experience. First make certain you have the latest drivers for your GPU ’ randomness. second, most mine software will get flagged as a virus from virus scanners. Because of this, if your mining on your normal casual use or bet on computer that has an antivirus installed, you will want to exclude the mine software from the antivirus. What I like to do, is I make one folder and then put all of my mining software in substitute folders. I then exclude the top degree booklet from the antivirus and that excludes all the mining software.
mine Pools
The first thing we need is a mining pool. You can solo mine, but the payouts could take months depending on how mighty your mining rig is, and the mining pools normally charge a very small fee ( 1 % or less ). Using a pool will allow you to receive consistent payouts, multiple times per day. For Stellite, I like to use hypertext transfer protocol : //xtl.cryptopool.space As for their features, their a large sized pool They are located in the US, they charge 0 % fees, they have an SSL connection available to use for mining, they support mining immediately to an exchange, custom-made difficulty and they have a customs payment threshold. This means you can set at what total you want the pool to automatically pay you at. They besides have a variety of ports to connect to :
- Use 80 if behind a firewall
- Use 443 for SSL
- Use 3333 if mining using a CPU
- Use 5555 if mining using a GPU (one or two GPU’s, for example a gaming computer)
- Use 7777 if mining using a GPU mining farm (multiple GPU’s like 3 or more per computer)
- Use 8888 if mining using Nicehash
now that we have a pool, lets configure the mine software !
Configuring the Mining Software
For the CPU, GPU – Nvidia and GPU – AMD tutorials, we will be using xmr-stak. It is receptive source, the most customizable, and allows you to mine using a mix of Nvidia and AMD GPU ’ s angstrom well as your CPU, all from one window. It is besides available for Windows and Linux. You can download xmr-stak at hypertext transfer protocol : //github.com/fireice-uk/xmr-stak/releases The latest version is 2.4.7, which is what we will be using in this tutorial. If you need to use Linux, you will have to download the generator code and build the software. This tutorial will not be focusing on how to build xmr-stak from source. The first clock you run xmr-stak you will have to configure it a small piece. We will cover the initial shape hera, and then you can read about how to configure the miner in the section that pertains to you ( CPU, GPU – Nvidia and GPU – AMD ) When you first run xmr-stak, you will be presented with two cmd windows You can close the one that says it needed to be run in order to have administrator privileges. You will then be presented with a series of steps that will guide you through the first time low-level formatting of the software. once you have completed this, you will not need to do this again. The low-level formatting steps will ask the keep up questions : type in a port you want to use the distant monitor on. normally 8000 or 3000 are available on most home calculator networks. later, to monitor your mining computers, you can type the information science address and port you choose of your mining computer, into a network browser on any other device connected to your network, to view your total speed and early detail reports.
currentness : – You will want to type “ stellite ” Pool Address – This is the address and port of the pool you want to mine on. For example, I typed in “ Pool.XTL.CryptoPool.Space:7777 ” Username – This is your public key for your wallet. For exemplar I would put
Se2a5MBSwoVehEE7E49pBRapRqvoMm2vSezMwUfuKA8gZg99qGFiEC7c6VLxwAwDAhERt882fSJqxiD5jXW3v1Tx1fCPoLRi4 Password – type “ myrigid ” or if you want to be able to use the custom-made requital threshold type
“ myrigid : myemail @ myemail.com SSL support – type “ nitrogen ” Do you want to use Nicehash – type “ newton ” Do you want to use multiple pools – type “ north ” At this point the software should start mine. Wait until it says “ logged into mining_pool : port ”, and then close the mine software. If you look in the folder where the miner is stored, it should have made text files for your CPU and your graphics card ( Nvidia or AMD ). They would be named cpu.txt, nvidia.txt, amd.txt. It will besides make a config.txt and a pools.txt. In the future section we will show how to edit the txt files for each mining component, equally well as how to disable a certain GPU trade name or CPU from mine .
consortium configuration
At this point your pools.txt should be configured, but I will show you how to manually configure it deoxyadenosine monophosphate well. Open the pools.txt and you should see something like this If you ever want to change servers, you would edit the pool_address. To change wallets you edit the wallet_address. Leave the rig_id lacuna. Change the pool_password depending on your pools configuration. At the very buttocks, you have currentness. You have to tell XMR-Stak what currency it is your mine. They support most of the Cryptonight coins, so you can precisely type the name of the coin, from the list in the txt file. If the coin you want to mine is not on the list, you need to know what algorithm it uses, and use the algorithm name for the currency. If their is a whattomine calculator for your coin, then normally whattomine tilt the algorithm, otherwise you can probably find the information on the coins website .
CPU Mining
american samoa far as CPU mine, the Cryptonight algorithm is the most profitable algorithm to use a CPU on. For mining with the CPU, we have the option of using xmr-stak or xmrig. xmr-stak alone has precompiled binaries for Windows, while xmrig has them for Windows and Linux. They both have the generator code, so you can compile them yourself to work with Linux if you need to. You can download xmr-stak at hypertext transfer protocol : //github.com/fireice-uk/xmr-stak/releases
You can download xmrig CPU at hypertext transfer protocol : //github.com/xmrig/xmrig/releases For this tutorial we will use xmr-stak. After we went through the initial apparatus, we should be quick to mine. One thing to do is to try and tweak the cpu.txt settings that xmr-stak created for us, to get the highest possible hash pace. I found that at least for the CPU, the course of study normally generates the best possible shape settings automatically. The comments in the cpu.txt do a big job of explaining each rig, and how you could try to get more performance out of your machine. After you have configured the cpu.txt, we now need to create a inauguration batch file to run the program. barely create a new batch file ( or script file if using Linux ) inside the booklet where the miner is and paste this into the batch file
xmr-stak.exe optional_flags
Replace “ optional_flags ” with nothing if you want the machine to mine using the CPU and any other GPU in the machine, or the follow –noCPU This will disable the CPU from mining.
–noNVIDIA This will disable all Nvidia GPU ’ mho in your system from mining.
–noAMD This will disable all AMD GPU ’ mho in your system from mine. For exemplar, my frame-up is :
xmr-stak.exe --noNVIDIA
Double click the batch file to run the miner, and you should see something like this To view the entire speed at any clock, press the “ hydrogen ” samara on the keyboard when the mining software is in focus .
GPU Mining – Nvidia
vitamin a far as GPU mining using Nvidia GPU ’ south, we have the choice of using xmr-stak or xmrig. xmr-stak only has precompiled binaries for Windows, while xmrig has them for Windows and Linux. They both have the source code, so you can compile them yourself to work with Linux if you need to.
You can download xmr-stak at hypertext transfer protocol : //github.com/fireice-uk/xmr-stak/releases
You can download xmrig Nvidia at hypertext transfer protocol : //github.com/xmrig/xmrig-nvidia/releases For this tutorial we will use xmr-stak. After we went through the initial frame-up, we should be ready to mine. One matter to do is to try and tweak the nvidia.txt settings that xmr-stak created for us, to get the highest possible hashish rate. I found that for the GPU, you can tweak the settings to get a little more performance, but broadly the platform normally generates the best possible shape settings mechanically. The comments in the nvidia.txt do a great job of explaining each setting, and how you could try to get more operation out of your machine. After you have configured the nvidia.txt, we now need to create are startup batch file to run the program. barely create a new batch file ( or script file if using Linux ) inside the folder where the miner is and paste this into the batch charge
xmr-stak.exe optional_flags
Replace “ optional_flags ” with nothing if you want the machine to mine using the CPU and any other GPU in the machine, or the following –noCPU This will disable the CPU from mining.
–noNVIDIA This will disable all Nvidia GPU ’ south in your system from mining.
–noAMD This will disable all AMD GPU ’ second in your system from mining.
For exemplar, my setup is :
xmr-stak.exe --noCPU
Double click the batch file to run the miner, and you should see something like this To view the total accelerate at any prison term, press the “ hydrogen ” samara on the keyboard when the mining software is in concenter .
GPU Mining – AMD
ampere far as GPU mining using AMD GPU ’ sulfur, we have the option of using xmr-stak, xmrig, Cast XMR or Claymore ’ s Cryptonote AMD miner. You can download xmr-stak at hypertext transfer protocol : //github.com/fireice-uk/xmr-stak/releases You can download xmrig Nvidia at hypertext transfer protocol : //github.com/xmrig/xmrig-nvidia/releases You can download Cast XMR at hypertext transfer protocol : //bitcointalk.org/index.php ? topic=2256917.0 ; all You can download Claymore ’ s Cryptonote AMD miner at hypertext transfer protocol : //bitcointalk.org/index.php ? topic=638915.0 For this tutorial we will use xmr-stak. After we went through the initial setup, we should be ready to mine. One thing to do is to try and tweak the amd.txt settings that xmr-stak created for us, to get the highest potential hashish rate. I found that for the GPU, you can tweak the settings to get a short more performance, but by and large the program normally generates the best possible shape settings mechanically. For my Vega system, I had to add double threads per GPU. The comments in the amd.txt do a great job of explaining each set, and how you could try to get more operation out of your machine. After you have configured the amd.txt, we now need to create are inauguration batch file to run the course of study. merely create a newfangled batch file ( or script file if using Linux ) inside the folder where the miner is and paste this into the batch file
xmr-stak.exe optional_flags
Replace “ optional_flags ” with nothing if you want the machine to mine using the CPU and any other GPU in the machine, or the comply –noCPU This will disable the CPU from mining.
–noNVIDIA This will disable all Nvidia GPU ’ sulfur in your system from mining.
–noAMD This will disable all AMD GPU ’ s in your system from mine. For exemplar, my apparatus is :
xmr-stak.exe --noCPU
Double click the batch file to run the miner, and you should see something like this To view the total accelerate at any time, press the “ planck’s constant ” cardinal on the keyboard when the mining software is in focus. If there are problems, you may not have adequate virtual memory. You may need 16GB of virtual memory ( for Vega GPU ’ second you need more like 16GB per GPU ) to change this go to Control Panel – > System and Security – > System and the click Advanced system settings on the bequeath. From there, pawl settings under the boost tab key. following snap change, and then on the third filmdom, uncheck automatically do, choose customs size, and type in the size ( in MB ) for both text boxes. then press the determine push button, and then the oklahoma button.
General Troubleshooting
One thing to monitor for is stale or reject shares. If you see a draw of stale shares, you may want to try a waiter that is closer to you. If you see a lot of refuse shares, try to lower the volume of the miner if available .
Configuring the Custom Payment Threshold
If you have chosen to include an e-mail in the password field for your mining computers, you can change at what amount the mine pool will pay you. To do this click the settings button in the top right corner of the web site ’ second splashboard. A box should open looking like this You will then want to type the sum of the payment doorway into the textbox, and then click on the UPDATE THRESHOLD button .
How much XTL will I earn per day ?
To figure this out, you would go to https : //www.coincalculators.io/coin.aspx ? crypto=stellite-mining-calculator The calculator does provide a pugnacious estimate, so you may get paid a higher or lower sum than what the calculator actually says. Most of the values are already correctly entered, and you only need to edit a few values. Hash rate : Enter your sum accelerate ( in hashes per second ) for all of your mine computers. This would be the “ entire amphetamine ” value in your mining software. I would use the 15 moment total focal ratio, since this would be a better average sum accelerate. Make certain to add up all of the computers your using for Stellite mining. Power: Enter the total total of exponent ( in watt ) that your mine fishing gear is using. Some mining software will measure this for you. You can besides measure total baron consumption for your computer using special software, or a kilowatt meter. I prefer using a kilowatt meter, because I find it to be the most accurate. Make indisputable to add up all of the computers your using for Stellite mine. Cost: Enter the cost per kilowatt hour that you pay to your electricity ship’s company. I was able to find this information in my monthly bill, equally well as on their web site. Pool fee: Enter the pool fee + the miner software dev fee. For our exemplar you would enter 0 + 2 = 2 Hardware cost: Enter in the sum cost of all of your hardware. Using my AMD Vega system for an case, I will show you how to read the data. In the above image there is very 3 things that I look for. # 1 look at the Difficulty 24h and the Difficulty 7 days. We want these to be around the lapp, which they are. This tells us that the calculations we will look at in the second prototype below, will be accurate for days to come, angstrom long as the price is not explosive. # 2 count at the EX. volume 24h and the Market Cap. broadly, the bigger these are, the less volatile the price will be. We want the price to not be volatile so our calculations will be accurate for days to come. In this example, the market detonator is little.
Read more: How to Make a Coin Bezel Necklace – Easy!
# 3 expect at the Create 1 BTC in and the Break even in. It is always interest to see how long it will take your mine rig to create 1 BTC. The break flush in, will show you a approximate estimate of how long it would take to pay off your mine rig, by mining this particular mint. This is great to use before you build your mine trailer truck, to see how long it will take until you will see profits. In this effigy, we can cursorily see how many coins and USD value we will make in certain time frames. You want to look at the Profit column, since this is the value after paying for your electricity use. I normally precisely focus on the daily payout in USD. By just focusing on this count, you can run the calculator for a few unlike coins, and cursorily see which coin is most profitable for your mine outfit apparatus. Keep in mind you besides want to weigh the daily payout with the market capital. A low market ceiling coin may be very profitable one day, and then could have half the payout tomorrow. That ’ s it. You should nowadays be mining stellite ! Make sure to type in your public cardinal into the mining pool ’ s splashboard, to keep track of your statistics .
Leave a Comment