Very Good!!
Can you make HiveOS version ?
An older version of this miner is included into HiveOS - I think we must talk to the devs there to include the more recent ones to it, too.
I like lolminer for is simplicity setup. Giving more and more new coin choose to use equihash 144.5 or 192.7, how can I manually setup lolminer to run it if the coin is not in miner list?
Currently it is not possible, so best is to tell me about the coin and I will add it in the next version. But I currently consider one profile to allow a freely set personalization string since this was requested multiple times. Only problem I have with this is that in this case I can not do individual coin settings of other parameters. Well, will find a solution.
I have one question about your post below...I dont know where to put this text (DISABLE_MEMCHECK” : 1 or -disable_memcheck=1)
Am using Ethos-linux...I have 1060 3gb and I want to earn heptacoin...can you help or tell me..Thank you so much for everything ! All the best!
Added switch to disable memory check
I do not know much about ethos. How do you start / configure the miner there with general settings? I am sure we can figure out how to do it.
whats wrong?
That is a good question
Can you try to run clinfo.exe (is shipped with the AMD driver) and paste me the output into a private message? The incompatibility message usually comes when some memory check fails. Lets see what clinfo reports, then I can tell you what is wrong. As a first guess: some drivers limit the amount of memory that can be allocated in a single memory buffer. For AMD it often helps to execute
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
before you try to start the miner. This should allow the miner to use all GPU memory that is there.
Warning: Malformed parameter: -pass=c=BTC,Rig1
How to cure?
Ouch, you found a bug! The problem is that the "=" sign is wrongly threated in the miner. I will fix this in next version. As a quick and dirty cure open the "user_config.json" file and add after the "defaults" section the following:
"ZERGPOOL" :
{
"COIN" : "AUTO144",
"POOLS" : [
{"POOL" : "equihash144.mine.zergpool.com",
"PORT" : "2146",
"USER" : "",
"PASS" : "c=BTC,Rig1"}
]
},
and then start the miner with
./lolMiner -profile=ZERGPOOL (Linux) or
lolMiner.exe -profile=ZERGPOOL (Windows)
That should work.
Is it faster than ewbf across algos?
For most Nvidia GPUs I have to admit that EWBF is currently faster - he just did an amazing job, especially at 144.5. But I am currently working on the next generation of kernel codes and can promisse: I am getting closer .... muuuch closer. Maybe ... lets see
That said, for AMD GPUs and 144.5 this is currently the only miner and for 96.5 and 192.7 this miner is consistently faster then Optiminer - so probably for AMD users the best avail option.