Difference between revisions of "How to Mine VeriBlock"

From Veriblock Wiki
Jump to: navigation, search
Line 7: Line 7:
 
* Proof-of-Work --> add next block to the VeriBlock blockchain. See: [[HowTo_run_PoP_Miner]]
 
* Proof-of-Work --> add next block to the VeriBlock blockchain. See: [[HowTo_run_PoP_Miner]]
 
* Proof-of-Proof --> secure an altchain to bitcoin
 
* Proof-of-Proof --> secure an altchain to bitcoin
 +
 +
See: [[PoW vs PoP Mining]]
  
 
==Steps to Mine==
 
==Steps to Mine==
Line 13: Line 15:
  
 
Follow the steps to set up NodeCore, then the CommandLine, and then each miner.
 
Follow the steps to set up NodeCore, then the CommandLine, and then each miner.
 +
 +
See:
 +
* [[HowTo_run_PoW_Miner]]
 +
* [[HowTo_run_PoP_Miner]]
 +
* [[HowTo_run_and_connect_to_PoW_Miner_pool]]

Revision as of 01:06, 2 May 2018

See: Main_Page

Contents

There are two types of mining:

  • Proof-of-Work --> add next block to the VeriBlock blockchain. See: HowTo_run_PoP_Miner
  • Proof-of-Proof --> secure an altchain to bitcoin

See: PoW vs PoP Mining

Steps to Mine

Download the executables: https://github.com/VeriBlock/nodecore-releases

Follow the steps to set up NodeCore, then the CommandLine, and then each miner.

See: