mySmile28
Jr. Member
Offline
Activity: 98
Merit: 1
|
|
August 29, 2018, 07:30:53 PM |
|
hd7870 will work with this miner on some algo?
|
|
|
|
Lolliedieb (OP)
|
|
August 29, 2018, 08:14:07 PM |
|
hd7870 will work with this miner on some algo?
The Equihash 96/5 (MinexCoin) will work. If you got a 2G GPU and run it headless it may be that with the mem-saving variants 144.5 is also possible, but its a close call.
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
BigHarryArmsi
Newbie
Offline
Activity: 137
Merit: 0
|
|
August 29, 2018, 11:52:37 PM |
|
This miner is "running straight, steady and true" but none of the colors. Just black and white. Is there a setting I missed? Thank you!
|
|
|
|
tale01
Newbie
Offline
Activity: 121
Merit: 0
|
|
August 30, 2018, 06:55:14 AM |
|
Very Good!! Can you make HiveOS version ?
|
|
|
|
Artemso
Newbie
Offline
Activity: 4
Merit: 0
|
|
August 30, 2018, 01:23:32 PM |
|
Is it faster than ewbf across algos?
|
|
|
|
Quake4
Member
Offline
Activity: 825
Merit: 18
MindMiner developer
|
|
August 30, 2018, 05:23:27 PM |
|
Warning: Malformed parameter: -pass=c=BTC,Rig1 How to cure?
|
MindMiner - miner manager programm with autoswitch between Algos&Pools. This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
|
|
|
Quake4
Member
Offline
Activity: 825
Merit: 18
MindMiner developer
|
|
August 30, 2018, 05:29:11 PM |
|
lolminer.exe -pool=europe.equihash-hub.miningpoolhub.com -port=20595 -user=xxx.Rig -pass=x -coin=BTG Using device with id 0 (Radeon RX 580 Series) Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected. Error: lolMiner does not support any of the detected / selected devices algorithms on the selected algorithm. whats wrong?
|
MindMiner - miner manager programm with autoswitch between Algos&Pools. This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
|
|
|
robija
Newbie
Offline
Activity: 61
Merit: 0
|
|
August 30, 2018, 09:36:38 PM |
|
Hi Lolliedieb!
Thank you for all your work!
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
Use “DISABLE_MEMCHECK” : 1 or -disable_memcheck=1 to turn of the miners compatility memory checking. This fixes a problem with the Nvidia driver not reporting enough memory for Equihash 144.5 (3G & 4G cards) and 192.7 (4G cards)
|
|
|
|
TravelFrog
Jr. Member
Offline
Activity: 74
Merit: 1
|
|
August 31, 2018, 04:56:48 AM |
|
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?
|
★ PRiVCY ➢ Own Your Privacy! ➢ Best privacy crypto-market! ★ ✈✈✈[PoW/PoS]✅[Tor]✅[Airdrop]✈✈✈ (https://privcy.io/)
|
|
|
Lolliedieb (OP)
|
|
August 31, 2018, 07:48:28 AM |
|
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" : "<YourBTCWalletAddr>", "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.
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
4ward
Member
Offline
Activity: 473
Merit: 18
|
|
August 31, 2018, 09:10:30 AM |
|
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.
Actually OptiminerZero is almost same for AMD with RX480 8GB. Just slightly slower. But for 4GB cards, I believe the difference is significant.
|
|
|
|
Lolliedieb (OP)
|
|
August 31, 2018, 09:50:32 AM |
|
Actually OptiminerZero is almost same for AMD with RX480 8GB. Just slightly slower. But for 4GB cards, I believe the difference is significant. Haha yea your right. Glad that "consistently" does not say anything about the spread ^^ But the new code will come and its looking good we can push the 8G further. Well both cards in fact but also some 3G cards By the way, except for "please add support for free personalization string" no one yet followed my voting on the 0.5 features. No opinions on that?
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
UselessGuru
Jr. Member
Offline
Activity: 200
Merit: 3
|
|
August 31, 2018, 10:41:21 AM Last edit: September 01, 2018, 12:10:14 AM by UselessGuru |
|
How do I specified advanced pool config details via password field?
e.g.
lolMiner -coin=ZER -apiport=4002 -pool=equihash192.mine.zergpool.com -port=2144 -user=****************************** -pass=Password,c=BTC -disable_memcheck=1 -devices=2 ------------------------------------------------- Welcome to lolMiner 0.43
This software is only meant for pool mining with the Equihash 96.5, 144.5 or 192.7 algorithm
Made by Lolliedieb, August 2018 ------------------------------------------------- Warning: Malformed parameter: -pass=Password,c=BTC Warning: No user profile defined in command line (-profile=<profileName> missing) Using only DEFAULT section and command line input ...
I tried converting it with System.Web.HttpUtility]::UrlEncode
-pass=Password,c=BTC -> -pass=BlackBox%2cc%3dBTC
but then the miner sends the sting to the pool as is :-(
|
Co-developer of www.nemosminer.com (http://www.nemosminer.com)
|
|
|
4ward
Member
Offline
Activity: 473
Merit: 18
|
|
August 31, 2018, 12:10:51 PM |
|
How do I specified advanced pool config details via password field?
e.g.
lolMiner -coin=ZER -apiport=4002 -pool=equihash192.mine.zergpool.com -port=2144 -user=****************************** -pass=Password,c=BTC -disable_memcheck=1 -devices=2 ------------------------------------------------- Welcome to lolMiner 0.43
This software is only meant for pool mining with the Equihash 96.5, 144.5 or 192.7 algorithm
Made by Lolliedieb, August 2018 ------------------------------------------------- Warning: Malformed parameter: -pass=Password,c=BTC Warning: No user profile defined in command line (-profile=<profileName> missing) Using only DEFAULT section and command line input ...
I tried converting it with System.Web.HttpUtility]::UrlEncode
-pass=Password,c=BTC -> -pass=BlackBox%2cc%3dBTC
but then the miner sned the sting as is to the pool :-(
Right, I also saw this, but forgot to report... It limits mining on YIIMP type pools
|
|
|
|
4ward
Member
Offline
Activity: 473
Merit: 18
|
|
August 31, 2018, 12:21:41 PM |
|
Actually OptiminerZero is almost same for AMD with RX480 8GB. Just slightly slower. But for 4GB cards, I believe the difference is significant. Haha yea your right. Glad that "consistently" does not say anything about the spread ^^ But the new code will come and its looking good we can push the 8G further. Well both cards in fact but also some 3G cards By the way, except for "please add support for free personalization string" no one yet followed my voting on the 0.5 features. No opinions on that? from my point of view: - 210.9 (Aion) mining code - 200.9 (Zcash, …) mining code Any new algo is useful, although I'm not sure about profitability. Nevertheless, I believe those would be 1st priority - A memory saving 144.5 variant (sub 2G, approx 10 – 15% slower then the large memory one) - A memory saving 192.7 variant (sub 2G, approx 25 – 30% slower then the large memory one) 2nd priority, but people with 2GB cards might argue - An HTML version of the API (viewing) As long as we already have some kind of api, less important. But would be great if the API was similar to XMRig or CCminer or something else that is already wide spread. - Coupling of multiple miners, so API of one rig can show stats of whole farm Let external tools handle that - Re-Design of stats module & API, e.g. logfile output and so on … need some more ideas here, comments welcome! Beyond that - I'd love to see AMD optimizations. NVIDIA have many developers working on miners and most new algos support only NVIDIA, so AMD love would be great
|
|
|
|
Lolliedieb (OP)
|
|
August 31, 2018, 03:32:07 PM |
|
How do I specified advanced pool config details via password field?
....
but then the miner sned the sting as is to the pool :-(
Look to this post of me just above: https://bitcointalk.org/index.php?topic=4724735.msg44961610#msg44961610There is a way to get around this bug in commandline, that I will fix with next version
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
N2DCRYPT
Jr. Member
Offline
Activity: 148
Merit: 5
|
|
August 31, 2018, 04:22:21 PM |
|
from my point of view:
- 210.9 (Aion) mining code - 200.9 (Zcash, …) mining code Any new algo is useful, although I'm not sure about profitability. Nevertheless, I believe those would be 1st priority
Would like to 2nd this. A competitive AMD miner on AION's 210_9 Equihash also would be wonderful!
|
|
|
|
joeykolb
Newbie
Offline
Activity: 81
Merit: 0
|
|
September 01, 2018, 08:29:20 AM |
|
how much u can make with 30 sols, zerocoin?
|
|
|
|
robija
Newbie
Offline
Activity: 61
Merit: 0
|
|
September 01, 2018, 09:41:05 AM |
|
Thank you Lolliedieb in any way about 3gb cards and memcheck problem...we find solutions and works perfect for ethos for 3gb and 4gb cards .So if anyone else have same problem...be free to ask..allgood
|
|
|
|
CygnusMinor
Newbie
Offline
Activity: 18
Merit: 0
|
|
September 01, 2018, 10:25:27 PM Last edit: September 02, 2018, 05:50:48 PM by CygnusMinor |
|
Thanks Lolliedieb, working great as usual. I'm still mining away on HEPTA with my vega/rx570 rig. I have a request, and not sure if it's possible, but I notice that my pool rated efficiency goes down as I start undervolting the cards (I presume from bad blocks I'm sending in?). Is there any way we can get some sort of percentage of valid results from your internal checks for each of the cards that you display sol/s on? Something I could use to tell if I've undervolted too far on one card or if any particular card is returning more bad blocks than another? Is that even possible? Just a thought. Otherwise, I'm always happy to see any performance improvement that you could gain from future patches! Thanks, Cyg edit: Also, would there be any benefit to adding a CPU option to the miner? I'm not sure how many sol/s we could expect from it but I feel like I need the cpu on this rig working towards something instead of sitting idle...
|
|
|
|
|