Cryptheory – Crypto and Artificial Intelligence

Cryptocurrency and Artificial Intelligence – Get an Overview of Market News

Claymore dual mining easy setup

2 min read

In dual mode you can mine Ethereum like primary coin with some secondary coin. Sec. coin need to be in completely different algorithm (Blake2s, Keccak, SHA2 256D)

  • Download ETH wallet and choose secondary coin and wallet here

We use pascal and decred in this exaple (100% working)

  • If you downloaded Claymore dual miner , Unzip the archive anywhere on your computer. In the folder containing EthDcrMiner64.exe you should create a .bat file. You can do this in any text editor (such as Notepad). When you save a file, it is important to select “All Files” as the file type, not “txt”. Otherwise you will have a .bat.txt file at the end of the file name and miner will not be able to open the file. The bat file (say it is test.bat) should contain the following text

example for Ethereum with Pascal on Coinotron pool

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 coinotron.com:3344 -ewal username.workername -esm 2 -epsw workerpassword -dcoin pasc -dpool coinotron.com:3348 -dwal username.workername -dpsw workerpassword -allpools 1

Username – chosen in registration , Workername and Password – added to your account on Coinotron website.

You can use comletely different pools.

exaple for Ethereum with Decred on Cointrom and Suprnova pools

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 coinotron.com:3344 -ewal username.workername -esm 2 -epsw workerpassword -dpool http://dcr.suprnova.cc:3252 -dwal username.workername -dpsw workerpassword -allpools 1

Username – chosen in registration , Workername and Password – added to your account on Coinotron and Suprnova websites.

A few pools are without any registration (Ethetmine, Nanopool) so you use just worker name and wallet address instead username.workername. Example here.

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *