Post
Topic
Board Mining (Altcoins)
Re: lolMiner 0.5 AMD Equihash Miner, Update: Sep 25th: More Speed & AION Mining
by
daviez777
on 04/10/2018, 08:06:50 UTC
https://imgur.com/a/DWR9Toi

Hi developer,
need some help Sad
my miner stuck here, no crash but nothing heppend..

Only thing I can see here is that the final closing bracket "}" is missing in your config file. Else I am able to mine with that config file as you can see right now in your dashboard (4x 580).
Setup time indeed takes a while (this is time to set up the GPU code for all GPUs and to establish the fee connection in background), especially on AMD (the compiler needs longer to compile there), but usually it should mine.

If your problems persist after adding "}", then can you try running
Code:
lolMiner.exe --benchmark ZER --shortstats 5 --longstats 60
from command line to see if it is hashing at all? If yes it is likely some connection attempt of your miner gets blocked so it does not get pass the initial connection phase.


first off...Happy with the new miner.
...
Lollieb...do you think lolminer can accommodate the new lbk3 algo that Verticalcoin just went up on?
I know nothing on how the algos work on the backend or the programming aspects for that matter.
Just a miner but thought it couldnt hurt to ask.

First of all thanks Cheesy
I will have a look into that. Usually my back-end gets more and more flexible recently (i.e. AION needed a different stratum protocol, so I am now able to handle this). But I have to admit that new algorithms are currently not top priority - rather working on making the existing faster and the back-end more stable on multi GPU and less CPU time consuming. Hope to come along with first news regarding that soon Smiley

I try the
Code:
lolMiner.exe --benchmark ZER --shortstats 5 --longstats 60
It start hashing after about 5 seconds, then I use VPN and the problem fixed, thank you very much!