Ethereum Classic ETC Mining Software Mac
• The basic concept of a mining rig is to have an open case where you could mount your video cards, motherboard, PSU and a storage device/SSD. See for an example of how one looks like and how you could actually make it yourself for cheap! • The ideea is to use all video cards on PCI-E risers to align the videocards at the top and to keep a distance from one to another so that each card stays relatively cooled for the time performing. • As power supplying one powerful PSU or two medium sized could be used (but you might need some extra adapters) • Storage is needed for holding the OS so anything could be used (from HDDs, SSDs to usb flash-drives) BUT you want to minimize your power consumption to achieve more profit right? So you should go with the cheapest SSD on sata 3 interface you can find on the market. Most known video cards from AMD used in mining ETC and their approximate hashrate: • RX 580: 22.5 – 27 mh/s • RX 570: 21 – 26 mh/s • RX 480: 24 – 31 mh/s • RX 470: 23 – 30 mh/s • R9 390: 30 – 31 mh/s • R9 380X: 21 mh/s • R9 380: 19 mh/s • R9 290: 25 – 30 mh/s • R9 280X: 22 – 25 mh/s • R9 270: 15 – 17 mh/s • R7 370: 15 – 20 mh/s As of difficulty increases, older video cards from R7 and R9 series are having lower hashrate then the above specified, so far the best hash rate/power consumption would be the RX 4xx series!
There are many mining software for Dagger Hashimoto, however in this guide we will use the easiest to setup as well as advanced tweaking. This guide is almost the same as ethereum and will use the same software because it’s the same algorithm used. For Beginners guide we will use latest version of “Claymore’s Dual Ethereum + Decred/Siacoin/Lbry/Pascal AMD+NVIDIA GPU Miner”.
For Advanced users guide we will go deeper intro other software and extra tweaking such as: Claymore and Ethminer! NOTE: some antiviruses may detect suspicious files within most miners, ignore it and put it into safe/exclusion mode! This guide is intended for WINDOWS 7/8.1/10 users only! Step 1: Download latest ” “. Step 2: Extract the files from downloaded zip to Desktop (or a location of your choice) – right click the zipped archive file ->EXTRACT ALL: Step 3: Browse the extracted folder and find a file called “start” (that is actually a batch-file with the exact name “start.bat”. Right click it ->Edit ->if(open file security warning) say RUN ->it will open with NOTEPAD. Step 4: configuring the miner to use your desired Mining Pool and your own wallet.
( for a choice of your own) Select all the text from opened notepad and copy-paste the text below: setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool ADRESS:PORT -ewal YOUR_WALLET -epsw x Step 5: edit ” ADRESS “, ” PORT ” and ” YOUR_WALLET ” to match your own. For example, for “ADRESS” i will use “msk.etc-poolcrypto.org”, for “PORT” i use “8008” and finally i put my wallet adress in “YOUR_WALLET” from poloniex.com: ” 0x98b3a919fd206fa0bb710578575bb32a90574d3f ” The END RESULTS of example would look like this: setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool msk.etc-poolcrypto.org:8008 -ewal 0x98b3a919fd206fa0bb710578575bb32a90574d3f -epsw x That’s IT! Save the opened start.bat file and RUN it! You should be start mining!

After a few “share found” messages within miner, you should check your mining progress, go to (or wherever you are mining) and check your account and/or wallet status for LIVE mining details. Example: go to ->and input your wallet adress an click Lookup, after a few seconds you should see your immature balance as well as payouts! I assume you already know how to make a batchfile (start.bat) and how to properly edit it so we are going to add a few tweaks to it and add dual mining! Be sure to check the Readme!!!txt included in the claymore miner zip package! So in the basic guide we used this command line to start the miner up and running on with ethereum-classic only mode! EthDcrMiner64.exe -epool msk.etc-poolcrypto.org:8008 -ewal 0x98b3a919fd206fa0bb710578575bb32a90574d3f -epsw x Now we are going to add a few extra commands to it to tweak it and even add dual mining support to it! Fist, we need to get familiar with the most common used switches: -ethi ->this switch will set the desired mining intensity on each card from 0 – 8 (8 is highest) it can set to separate cards just by a coma ex: -ethi 3,7 will result the 1st gpu with intensity 3 and the 2nd with intensity 7.
Sep 28, 2017 - You will need to download two programs and need to have a decent GPU with more than 1GB of memory to get the most bang for your buck in terms of mining as Ethereum works on a memory hard hashing technique which GPU's are best. You can also mine Ethereum Classic (ETC) if you start your geth. Aug 24, 2016 Ethereum Classic Mining Guide (ETC). Mining Ethereum Classic (ETC). The EASIEST Mining Software OS.
(the reason you would want to adjust this is to control temperature when you play with overclocking!) -tt ->this is the TARGET TEMPERATURE and it will automatically adjust fan speeds to meet your desired values. Ex: -tt 80,75 (because i want the bottom GPU to have the same fan speed as the top GPU “IF IT WAS A SIMPLE DESKTOP SYSTEM” but because the position of the TOP GPU is warmer /see Physics 101, it will always require more cooling then the one bellow it, and so on!) -ttli ->Target Temperature Low Intensity: simply put, this switch allows the miner to reduce mining intensity for a specified temperature value. EX: -ttli 80,83,85 it takes the values of celcius degrees of three GPUs and if they reach these values, miner will adjust intensity for each card to prevent them from overheating, therefore reaching these values. -tstop ->this is an emergency STOP safe switch! You can set celcius degrees value for each card to prevent them from BURNING! 😀 ex: -tstop 85,88,90 if the 1st gpu reaches 85, the 2nd 88 and 3rd 90*C, the specific video card will stop mining to allow it to cool down, therefore SAVING THE LIFE OF THAT CARD!
For my setup test example i’m using a normal desktop with 2 video cards, an RX 470 and an RX 480, both from Sapphire, now i have the RX 470 on 1st PCI_E slot and the RX 480 om the 3rd slot. Because the RX470 consumes less power then 480, therefore TDP is lower and it reaches high temp harder! Usually the 1st GPU index is the one that you have a monitor connected to it!
My Batchfile would look like this: setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool msk.etc-poolcrypto.org:8008 -ewal 0x98b3a919fd206fa0bb710578575bb32a90574d3f -epsw x -ethi 8,7 -tt 70,75 -ttli 73,78 -tstop 78,82 Remember, i use a desktop in this test case scenario, so airflow is important but it’s a closed-pc case, and that means high temperatures for low db fan sound! I know the temps are higher then most people would think, but they’re normal working temps. Now let’s get into DUAL MINING mode!
Updated: January 27, 2018 / » With Cryptocurrency price stock shooting through the roof, BitCoin is making all the other altcoin a good choice. Ethereum and Cryptocurrency in general are designed from the ground up to be as open and transparent as possible. The client diversity is a huge win for the entire ecosystem, it lets us verify that the protocol while keeping the door open for new innovation. How To Komodo KMD Mining Windows on this page. However, due to the lack of GUI Client, it can be very confusing for end-users. We’ve compiled some of the more user friendly Ethereum mining software for the general public.
Parity Technologies is proud to present our powerful new Parity Browser. Integrated directly into your Web browser, Parity is the fastest and most secure way of interacting with the Ethereum network. They’ve created the world’s fastest and lightest Ethereum client and integrated it directly into your web browser. Using it you can access all the features of the Ethereum network including powerful Decentralised applications and the multitude of cryptocurrencies issued on ethereum. ↓ 02 – Windows macOS Fedora Ubuntu MinerGate is a mining pool created by a group of cryptocoin enthusiasts. It is the first pool which provides service for merged mining.
This means that while mining on our pool you can mine different coins simultaniously without decrease of hashrate for major coin. ↓ 03 – Windows macOS Docker Ubuntu cpp-ethereum is the third most popular of the Ethereum clients, behind geth (the go client) and Parity (the rust client). The code is exceptionally portable and has been used successfully on a very broad range of operating systems and hardware. Cpp-ethereum is extremely portable and is used on a very broad range of platforms. ↓ 04 – Windows Mining Ethereum just got easy with one click mining for AMD and NVidia Cards on Microsoft Windows. Mining ETH on Windows can be easy and profitable if you have appropriate hardware. The best hardware is a Gaming PC equipped with one or more high-end video cards.
Mining is not feasible on low-end video cards or machines without dedicated video cards. You need to have a GPU (video card) with at least 4GB of memory for mining Ethereum. Ethereum Classic ETC Mining Software Download on this page.
The Radeon HD 7970, R9 and RX series are all good choices. NVidia 1060 and 1080 cards also work well.