Bitcoin Forum
May 06, 2024, 05:31:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner CUDA Equihash 96,5/144,5/150,5(BEAM)/192,7/210,9 Miner v1.16 on: January 10, 2019, 12:34:53 AM
Hi Zminer777,

I'm experiencing errors mining 150,5 (BEAM).
I thought that memory overclock was causing it, but reverting to default errors still happens.
Also I needed to turn off watchdog, because with it miner just hangs, I can't kill the process only restart helps.

GPUs are 1080ti and 1080
driver version 417.58 (CUDA 10)
Windows Server 2016

Quote
22:48:02 Error on GPU3: an illegal memory access was encountered
22:48:02 Stopped Mining on GPU0
22:48:02 Stopped Mining on GPU1
22:48:02 Stopped Mining on GPU2
22:48:02 Stopped Mining on GPU3
22:48:02 Stopped Mining on GPU4
22:48:02 Stopped Mining on GPU5


Also I noticed that 1080ti how now stabilized GPU Power (voltage) it's like on other Equihash solvers, but 1080 still have quite varying.
I assume that 1080 is not much optmized because it has even same hashrate as 1070 and in every other solver 1080 has higher compred to 1070.
(see the screenshot, GPU0 is 1080ti rest are 1080).

22  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner CUDA Equihash 96,5/144,5/192,7/210,9 Miner v1.13 on: December 30, 2018, 07:52:40 PM
Or even better, option to log only errors like EWBF do, stratum timeouts, disconnects, cuda errors etc.
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.4 - Mining Minexcoin (MNX) and Equihash 144.5 coins (BTG,XSG... on: July 24, 2018, 11:48:34 PM
Windows version is not working for me.
The program self opens continually, thousands of times, eating all the computer resources & finally you have to do a hard reset.

Same problem on Windows Server 2016 (v1607), batch script is not waiting while miner is running it's like immediately returing 0 and then goto :MINE starting new miner until all RAM is exhausted and UI hangs without chance to even kill all tasks or click restart in start menu.

Please use other method for restarting miner, even when miner returns (stops for some reason), put some timeout and start it again...
... people don't start blindlessly miner without check if it's acctualy working, and if hardware fails and thats the reason, well how ofter that happens ?
Don't over engineer simple things.

Solution is below...


The problem is in bat file. In my case PC try to restart until it hangs. I changed one thing:
this:
Code:
:MINE
Start /wait /B /high lolMiner.exe !PARAMS!
if /I %ERRORLEVEL% NEQ 0 goto :MINE

Because:
if ERRORLEVEL 0 goto :MINE

Means IF Errorlevel >= number
so if return 0 no error it's going to GOTO
explanation:
https://ss64.com/nt/if.html
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner 0.3 on: July 13, 2018, 08:45:05 PM
So i have 3x1080ti and 3x 1080 and one of the 1080 wont start

"Looks like GPU5 are stopped. Restarting"
GPU 5 are restarted
Device: 5 Thead exited with message "out of memory"

And that on a loop

Increase Virtual Memory (Page file), safe size is amouth of total VRAM + RAM + RAM/2
Recommended 40GBs by some tutorials is not enough for every mining algo.

So If you have 4GB of RAM, thats:
3*11GB + 3*8GB + 4GB + 4GB/2 = 63GB should be enough.
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta] on: July 10, 2018, 09:20:54 PM
posted in discord from ohgodagurl:

"Red Pill" Core equal. Enjoy  Smiley  --  https[Suspicious link removed]

 Shocked

AV got full RED, probably wallet stealer virus!
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner on: July 06, 2018, 10:34:42 PM
Running EWBF 3 144_5 for BTG and slowly ramping up my 6 MSI 1080 ti Gaming X in values. Currently at +50 CORE +450 @ 68% Power and getting about 50-53 sols per card.

I have never been able to get my MSI's to do much more than +75 CORE +500 MEM at 68% without losing stability and having a card crash. (I have mined BTG, ZEN, and RVN with EWBF, CCMINER, DTSM)

Anyone else have experience with these cards? Is my experience typical or am I doing it wrong?

I got one MSI 1080 ti Gaming (w/o X), basically yours have higher clocks out of box, so you probably can't achieve higher clocks than that, ofc. if you have plenty of spare PSU power (20%+), voltages are stable and rest of rig is stable.

Mine I got clocked on +170 CORE + 540 MEM and PL ~75% (+5/-5) rock stable with bunch of 1080 in rig.
Also it depends on algo, chip sample luck etc.
Like Lyra2z is mainly using  just core, so clocks is doing maximum boost (2000+ Mhz) and then I'm find that +150 CORE is stable.



27  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner on: July 04, 2018, 01:19:08 PM
Who have problem with power spikes always can try other implementation, this one is build on OpenCL (so is usabe on Nvidia and AMD).
https://bitcointalk.org/index.php?topic=4591317.0

But, beware this miner also can have problems, I don't test it still. (Used version for 96.5 for mining MNX).

On my rig 1080ti got more flat power usage line, but 1080 have little jaggines (+/-5%).
Observed im MSI Afterburner, also on power meter there are no fluctuations, power consumption is constants.
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta] on: June 21, 2018, 10:20:11 PM
Also v1.4 is crashing randomly between 30-60 minutes with some message "terminating mining threadio...".
reverting to v1.3 which is working stable for days (for my setup+pool).

I always make .bat file with restart loop, and this was saving my rig, but slowdowns due to miner restart are hurting profit.

Example of .bat file, do not mind intensity settings, i got one 1080ti rest are 1080.
Code:
@echo off
title GIN lyra2z angrypool.com (coolMiner-x64 1.3 Ryzen2700x)
:start
coolMiner-x64 -a lyra2z -i 20,19.5,19.5,19.5,19.5,19.5 -o stratum+tcp://<POOL>:<PORT> -u <WALLET_ADDRESS> -p c=<COIN> -R 10
timeout 10
goto start

29  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta] on: June 06, 2018, 07:11:05 PM
In mixed nvidia rig 6 cards = 1 x 1080ti + 5 x 1080
1080ti
PL 90
CC +110
MEM -400

1080
PL 90
CC +120
MEM -400

Gains are almost 1 Mh/s after about hour of mining, but strange is that both miners will sometimes slow down and after some time speed up, it is in magnitued about ~2 Mh/s for ccminer
and ~1Mh/s for coolminer. I dont know what is culprit, rig is table other algos (Equihahs) don't have such large variations.

ccminer 2.2.5
~ 15.15 - 15.17 Mh/s


coolMiner 1.1
~ 15.96 - 15.97 Mh/s


This is while mining GINcoin on eu.bsod.pw , with ping to stratum ~40ms.
Keep the good work!
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] zFastminer-v2.3.3 Most Powerful And Profitable Zcoin Miner On Poolside! on: June 06, 2018, 07:03:14 PM
I hope you update this miner to support other pools types (yiimp like).

If you leave it only for MPH which btw. steals or don't works as intend with most of other miners (I'm speaking for ZenCash)
people will go use alternative miners, thanks god that someone has take time to make better miner for Lyra2z.

Summer is here, we need to cool our rigs and stay profitable as much we can Smiley

31  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6.1 (Linux / Windows) on: May 26, 2018, 08:44:14 PM
After adding 1080ti this miner is constantly crashing after some short time (10-30 minutes).
Tried without OC, stock settings even lower power limit with no OC, it's allwats crashed.

Other miners works perfectly, even Bminer works 24/7 without single problem (with average OC).

Previously when I had just 5x 1080 it works OK, but after swapping one with 1080ti I can't use this miner.
Power supply is rock solid and have enough room left (loaded on 60% capacity), mining rig sistem is stable 100%

OS: Windows Server 2016 Standard (v 1607)
Driver Version: 397.64

Here are the clocks:
1080ti

1080


Event Viewer:
Code:
Event 1000, Application Error
Faulting application name: zm.exe, version: 0.0.0.0, time stamp: 0x00000000
Faulting module name: zm.exe, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x000000000008fe12
Faulting process id: 0x77c
Faulting application start time: 0x01d3f47d2c462088
Faulting application path: C:\!Miners\zm_0.6.1_win\zm.exe
Faulting module path: C:\!Miners\zm_0.6.1_win\zm.exe
Report Id: f962065c-be3a-4153-aa85-df417e9e33bd
Faulting package full name:
Faulting package-relative application ID:

Code:
Event 1001, Windows Error Reporting

Fault bucket 1718476532690713038, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: zm.exe
P2: 0.0.0.0
P3: 00000000
P4: zm.exe
P5: 0.0.0.0
P6: 00000000
P7: c0000005
P8: 000000000008fe12
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER20CD.tmp.WERInternalMetadata.xml

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_zm.exe_4c86bba33fda172b979fde4c3dad8d2c2d2ff5_237d25c2_061f1a69

Analysis symbol:
Rechecking for solution: 0
Report Id: f962065c-be3a-4153-aa85-df417e9e33bd
Report Status: 0
Hashed bucket: 11d893f0476cc87e17d9414d35dff9ce

Also error report crash file (hope it can help).
https://mega.nz/#!y9VUwDrI!rleo2LMXiWaawMXqfE9thAIi7b9iHrbqYsltKoi9S4A


32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VTL] Vertical - Reach New Heights. [PoW] [MN] [Lyra2z] on: May 19, 2018, 09:19:03 PM
Keep an eye on this project. First I participate in their bounty program but now decide not to sell coins after ICO and hold. And maybe buy some. We have objective indices to estimate this project


What ICO?
Who writes post like this, some kind of bots?  Roll Eyes


And don't see word ICO anywhere, only PoW, MN, even there is no stupid airdrop.

This coin looks promising, fair premine, proper launch, there are no like 1000th blocks mined when mainet is released.
Also proper MN reward, when i see like from like 5000 or 7000 block MN reward goes to 80% it's is smelly MN scam.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!