Skip to content

Ravencoin Miner: An open source fork of Nevermore/CCMiner

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

Ravencoin-Miner/Ravencoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ravencoin Miner

Kraww!

An optimized fork of ccminer developed for Ravencoin.

Based on Christian Buchner's & Christian H.'s CUDA project, no longer active on github since 2014.

Check the README.txt for the additions

Example .bat file fail over script

This is the example .bat file provided with the miner. Feel free to use this or your own .bat file.

:: Kraww!
:: Set the developer donation percent with --donate. Minimum donation is 0%.
:MINE
ccminer -a x16r -o stratum+tcp://ravenminer.com:3636 -u RSB3YesT18L2ERJS7oxhKc1mVR5tZLkdsR -p d=8 -i 20 --donate 1 -r 5 -N 600
ccminer -a x16r -o stratum+tcp://ravenminer.com:3636 -u RSB3YesT18L2ERJS7oxhKc1mVR5tZLkdsR -p d=8 -i 20 --donate 1 -r 3 -N 600
ccminer -a x16r -o stratum+tcp://ravenminer.com:3636 -u RSB3YesT18L2ERJS7oxhKc1mVR5tZLkdsR -p d=8 -i 20 --donate 1 -r 3 -N 600
ccminer -a x16r -o stratum+tcp://ravenminer.com:3636 -u RSB3YesT18L2ERJS7oxhKc1mVR5tZLkdsR -p d=8 -i 20 --donate 1 -r 3 -N 600
GOTO :MINE
  • Replace the pool connection information with your preferred Ravencoin pool
  • Replace the wallet address with your own
  • Most Ravencoin pools can have anything after -p, generally it is used as a worker name
  • Set Stratum difficulty with d=X
  • Recommended difficulty setting:
    • d=HASHRATE/2
    • d=HASHRATE/3
  • Set Intensity with -i, default is 19
  • Set Donation % with --donate
  • Set number of times miner will try to reconnect to pool before moving to next connection in script with -r
  • -N 600 Makes the mining program use 600 shares in the calculation of the average hash rate that is displayed on Accepted share lines
  • This has the effect of stabilizing the displayed hash rate

Donation Addresses

Consider supporting the contributors to this miner by donating to the following addresses:

--Banshee (developer of Ravencoin miner)

  • RVN: RSB3YesT18L2ERJS7oxhKc1mVR5tZLkdsR

Built from source on Windows 10 x64

Compile on Linux

Please see INSTALL file or project Wiki