Advertisement
Guest User

Ravencoin Mining Tutorial

a guest
Jan 25th, 2018
3,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. A. Solo Mining
  2. 1. Download Wallet https://github.com/RavenProject/Ravencoin/tree/master/binaries/release.
  3. then launch Raven-QT, Encrypt wallet(optional), wait for wallet to sync.
  4.  
  5. 2. Start the Miner
  6. On top menu, click "Help" and select "Debug Window". In the new window, select the "Console" tab (We recommend making sure your processor heat sink is free of dust, and you use a temp monitor like http://openhardwaremonitor.org/ to ensure you do not reach temps that could damage your hardware.)
  7.  
  8. Type "setgenerate true X" where X is the number of processor cores you want to mine with, into the console, hit enter.
  9.  
  10. Wait a minute. Then type "getmininginfo" into the console, hit enter. Your current hashspeed will be to the left of "hashespersec" if you've got a value other than 0, you're mining!(edited)
  11. B. Pool Mining
  12. 1. Choose a Pool
  13. recommended using https://rvn.suprnova.cc/ for now as that's the only established pool at the moment
  14.  
  15. 2. Download a Miner
  16. CPU Windows: https://rvn.suprnova.cc/cpuminer-multi-rel1.3.3-x64.7z
  17. CPU Linux (credit Epsylon3): https://github.com/tpruvot/cpuminer-multi
  18. new GPU Miner INCOMPLETE new:
  19. Current release (still work in progress): https://github.com/todd1251/ccminer-x16r/releases.
  20. Credit: Penfold, MTarget, Austin, phabit2)
  21.  
  22. 3. Configure your miner.
  23. Settings for Stratum (recommended)
  24. STRATUM: stratum+tcp://rvn.suprnova.cc
  25. PORT: 6666
  26. Username: Weblogin.Worker
  27. Password: Worker Password
  28. CPU Miner Command Line
  29. cpuminer.exe -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u Weblogin.Worker
  30. GPU Miner Command Line
  31. ccminer-x64.exe -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u Weblogin.Worker
  32.  
  33. You then need to change -u Weblogin.Worker to reflect your own account. Eg, -u Steve.StevesWorker Then go to "File => Save as" and save the file as "RVN.bat" in the same folder as the miner. You are now ready to mine, double click on "RVN.bat" to start mining.
  34.  
  35. 4. Create a Raven address to receive payments.
  36. Downloading the client & block chain: https://github.com/RavenProject/Ravencoin/tree/master/binaries/release.
  37. Generate a new address and input it on your account page to receive payments.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement