Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Ben Saida on May 31, 2017, 03:13:43 PM



Title: Mining Monero XMR
Post by: Ben Saida on May 31, 2017, 03:13:43 PM
Hello

I need your help please:

I want to mine Monero with CPU on Windows using Suprnova pool, but I failed to setup the miner:

can anyone help me how to setup the miner please?

Thank you


Title: Re: Mining Monero XMR
Post by: aadje93 on May 31, 2017, 05:41:51 PM
I can help you using teamviewer and do the setup for you, for a small fee if you are intressted pm me.


Title: Re: Mining Monero XMR
Post by: Ben Saida on May 31, 2017, 05:57:32 PM
I can help you using teamviewer and do the setup for you, for a small fee if you are intressted pm me.
no thanks, there is nothing for free?? LOL


Title: Re: Mining Monero XMR
Post by: Sir William on May 31, 2017, 07:24:43 PM
I'm mining my CPU on Suprnova.  I would need to know exactly what kind of CPU you have, your amount of memory, what OS, and whether it is 32 or 64 bit.  I can only help in 64 bit Windows.  I'm not aware of a CPU miner that runs in 32 bit.


Title: Re: Mining Monero XMR
Post by: Ben Saida on May 31, 2017, 08:14:45 PM
I'm mining my CPU on Suprnova.  I would need to know exactly what kind of CPU you have, your amount of memory, what OS, and whether it is 32 or 64 bit.  I can only help in 64 bit Windows.  I'm not aware of a CPU miner that runs in 32 bit.
I ill use it on wndows 2008 64 bit, 1 CPU ( I have lots of vps)


Title: Re: Mining Monero XMR
Post by: MCMK on May 31, 2017, 08:24:29 PM
I can help you using teamviewer and do the setup for you, for a small fee if you are intressted pm me.
no thanks, there is nothing for free?? LOL

Google is free.


Title: Re: Mining Monero XMR
Post by: chris190 on May 31, 2017, 08:29:19 PM
Look here, I just replied to another user with your own problem!  8)

http://thebot.net/threads/question-about-mining-monero.394834/#post-4337717


Title: Re: Mining Monero XMR
Post by: Sir William on May 31, 2017, 08:51:59 PM
If you go to https://bitcointalk.org/index.php?topic=1326803.0 (https://bitcointalk.org/index.php?topic=1326803.0), get cpuminer-opt, and use the appropriate version for your cpu.  The batch file I use is below.  Obviously, replace miner.worker with your own.  Also, I believe you have to enable large pages, and run in administrator mode to use them.  The -t 4 is for the number of threads your cpu has (mine has 4).

Code:
C:
CD\E-Currency Related\cpuminer-opt-3.6.5-windows
cpuminer-aes-avx.exe -a cryptonight -o stratum+tcp://xmr-us.suprnova.cc:5222 -u miner.worker -p 1 -t 4
pause