Difference between revisions of "Troubleshoot"

From Ravencoin Wiki
Jump to navigationJump to search
Line 13: Line 13:
 
== Mining ==
 
== Mining ==
 
'''All miners'''
 
'''All miners'''
 +
 +
Symptoms:
 
*'''Crash on startup.''' Check if Antivirus/Windows defender has deleted your miner.exe file, check if the .exe file is still in your folder. fix by setting a exception.
 
*'''Crash on startup.''' Check if Antivirus/Windows defender has deleted your miner.exe file, check if the .exe file is still in your folder. fix by setting a exception.
 +
*'''Crash/reboot after some time'''. Check the power limit for the cards, 65% - 85% is common. x16r algo spikes the power draw so we need headroom in available wattage. Remember that the TDP for a card is a average draw of the card and in short spikes the total draw can be much higher. This is why the GPU manufacturers recommends much higher watt PSU than the TDP listed wattage of the cards would otherwise suggest.
  
  
  
 
+
'''Nevermore / ccminer:'''
'''Nevermore/ccminer:'''
 
  
 
Symptoms:
 
Symptoms:
 
*'''Crash on startup'''. Check .bat file that name miner at the start is the same as the miner in your folder. Nevermore uses 'ccminer' 2.2.5 might be 'ccminer-x64'.  
 
*'''Crash on startup'''. Check .bat file that name miner at the start is the same as the miner in your folder. Nevermore uses 'ccminer' 2.2.5 might be 'ccminer-x64'.  
*'''Suprnova gives error on launch.'''  Check that you have created a worker on their webpage and supplied a password.' -u LOGIN.worker -p x '.Also check their getting started on rvn.suprnova.cc start page.
+
*'''Suprnova gives error on launch.'''  Check that you have created a worker on their webpage and supplied a password.' -u LOGIN.worker -p x ',also check their getting started on rvn.suprnova.cc start page.
*'''Hashrate is changing/low'''. This is normal as the x16r algo is changing 16 times in each block, determined by the last 16 bits of the last block. We need to look at a 2-3 hour averages at least to get a better average hash rate to compare, try adding ' -N 300 ' at the end of your bat file, it increases the average reporting time (default is 30).
+
*'''Hash rate is changing/low'''. This is normal as the x16r algo is changing 16 times in each block, determined by the last 16 bits of the last block. We need to look at a 2-3 hour averages at least to get a better average hash rate to compare, try adding ' -N 300 ' at the end of your bat file, it increases the average reporting time (default is 30).
  
  
Line 31: Line 33:
 
Symptoms:
 
Symptoms:
 
*'''Crash on startup''' try adding ' --gpu-platform 1 ' or ' --gpu-platform 2 ' Brian has a good Getting started wiki on [https://github.com/brian112358/sgminer-x16r/wiki/Getting-Started github]
 
*'''Crash on startup''' try adding ' --gpu-platform 1 ' or ' --gpu-platform 2 ' Brian has a good Getting started wiki on [https://github.com/brian112358/sgminer-x16r/wiki/Getting-Started github]
*'''Long startup time''' First time sgminer starts it compiles a kernel for all the cards, it can take several minuttes.
+
*'''Long startup time''' First time sgminer starts it compiles a kernel for all the cards, it can take several minutes.
  
  
Line 37: Line 39:
  
 
'''General tips and tricks:'''
 
'''General tips and tricks:'''
 +
*Join the community [https://discord.gg/yEjvCTt Discord]

Revision as of 09:06, 27 March 2018

Troubleshooting

Wallet

Symptoms:


Mining

All miners

Symptoms:

  • Crash on startup. Check if Antivirus/Windows defender has deleted your miner.exe file, check if the .exe file is still in your folder. fix by setting a exception.
  • Crash/reboot after some time. Check the power limit for the cards, 65% - 85% is common. x16r algo spikes the power draw so we need headroom in available wattage. Remember that the TDP for a card is a average draw of the card and in short spikes the total draw can be much higher. This is why the GPU manufacturers recommends much higher watt PSU than the TDP listed wattage of the cards would otherwise suggest.


Nevermore / ccminer:

Symptoms:

  • Crash on startup. Check .bat file that name miner at the start is the same as the miner in your folder. Nevermore uses 'ccminer' 2.2.5 might be 'ccminer-x64'.
  • Suprnova gives error on launch. Check that you have created a worker on their webpage and supplied a password.' -u LOGIN.worker -p x ',also check their getting started on rvn.suprnova.cc start page.
  • Hash rate is changing/low. This is normal as the x16r algo is changing 16 times in each block, determined by the last 16 bits of the last block. We need to look at a 2-3 hour averages at least to get a better average hash rate to compare, try adding ' -N 300 ' at the end of your bat file, it increases the average reporting time (default is 30).


Sgminer:

Symptoms:

  • Crash on startup try adding ' --gpu-platform 1 ' or ' --gpu-platform 2 ' Brian has a good Getting started wiki on github
  • Long startup time First time sgminer starts it compiles a kernel for all the cards, it can take several minutes.



General tips and tricks: