Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NO ICO] Monero Lite (XMRL) - Anonymous Transactions, Secure and Fast.
by
tbearhere
on 18/10/2017, 01:27:41 UTC
who is successfully mining with ccminer? i have been trying unsuccessfully for a few days. i can mine other coins with ccminer just fine, but cannot connect to pool to mine this. sent dev eth for the info to mine, but it doesn't work and not much help to get it going has been offered. dev says it must be my miner or my internet, but i don't see how that can be as it works perfectly with other currencies. just curious if other people have got it working, what they had to do differently than they do when mining other currencies with ccminer.

interestingly, i got the same error when i just tried mining a new (to me) coin on suprnova after i had incorrectly typed my worker name into the .bat. maybe the wallet id you sent me is not really registered?
It's not a mistake in the wallet address, so we did some testing and we were able to do the mining with the wallet address we provided you.

No other miner is having trouble doing mining, this problem is only with you, so I mentioned that there must be some configuration on your pc, I already had the same problem as you (another coin), I changed the mining software and everything went well , this with AMD GPU, I have never worked with Nvidia GPU.

the first message i sent you, i told you exactly what kind of gpu's and system i was using and you told me there would be no problem. i ask you to give me a set up that would work and all you have done is tell me that my configuration must be the problem. i'm not having trouble connecting to any other pool. i've had ccminer stop mining some other currencies, but i have at least been able to establish the connection. i sent you the eth and have not been able to mine a single share, can't even connect to the pool. sounds like i got swindled out of 9 dollars to me. something for nothing
Without a doubt it is some configuration in your computer, since other 14 miners are able to do the mining without problem, in this case we can not instruct you because there may be many things, but the mining pool is working normally, the miners are working and even one of the miners told him that he was able to mine.

The wallet we provided you, we ran tests and that's okay, we were able to do the mining with the wallet address we provided you, so I say the problem is something related to your computer or mining software.

search google for this problem you are facing, sometimes the opinions of those who have gone through this can make the mining work for you.

ok, well i'm open to it. i feel like googling about xmrl would lead me back here. i'm just curious how other people mining with nvidia cards have it set up. that would be the most help as i'm not having a problem in general, it's just with this particular currency.
Using xmrminer just modify it for any cryptonight algo pool.
Using driver 21.21.13.7570 old  but newer will work too.

rem -l 8x30 for nvida  750ti
set xmrAddress=>your address<
set poolPassword=x
set poolUrl=stratum+tcp://xmrl.pool.nowss.org:5555
set launchParam=-l 8x30
rem greater value means more interactivity of your system but lower hash rate
set bFactor=10
rem time between a kernel start
set bSleep=100
xmrMiner_0.2.1-3-2017.exe --url=%poolUrl% -u %xmrAddress% -p %poolPassword% %launchParam% --bfactor=%bFactor% --bsleep=%bSleep%