Difference between revisions of "NodeCore QuickStart"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "See: HowTo_run_NodeCore, NodeCore_Operations __TOC__ NodeCore is the full node daemon for VeriBlock. Because many common tasks require NodeCore, it should be as easy...")
 
Line 2: Line 2:
  
 
__TOC__
 
__TOC__
 +
 +
== How to Install ==
  
 
NodeCore is the full node daemon for VeriBlock. Because many common tasks require NodeCore, it should be as easy to get started as possible.
 
NodeCore is the full node daemon for VeriBlock. Because many common tasks require NodeCore, it should be as easy to get started as possible.
Line 21: Line 23:
 
NodeCore has basic hardware needs that most machines will have. It will require disk space to store the full node (say 10GB and growing). See exact details here: [[NodeCore_Operations]]
 
NodeCore has basic hardware needs that most machines will have. It will require disk space to store the full node (say 10GB and growing). See exact details here: [[NodeCore_Operations]]
  
For LINUX, run this install script (thank you OverCookedPanda):
+
===For LINUX===
 +
Run this install script (thank you OverCookedPanda):
  
 
TODO_LINK____
 
TODO_LINK____
Line 33: Line 36:
 
# Run NodeCore in a screen
 
# Run NodeCore in a screen
  
For WINDOWS:
+
===For WINDOWS===
  
 
There is not yet a one-stop install script, so the above steps will need to be done manually. But it can be done fast:
 
There is not yet a one-stop install script, so the above steps will need to be done manually. But it can be done fast:
Line 44: Line 47:
  
 
See: [[HowTo_run_NodeCore]] for more details
 
See: [[HowTo_run_NodeCore]] for more details
 +
 +
== What Success Looks like ==
 +
 +
A process should be running.
 +
 +
== What Next? ==
 +
 +
* Run the [[GUI Wallet]]
 +
* Start PoW Mining with a GPU
 +
* Start PoP Mining
 +
* Start a Community Pool
 +
* Join the community and help others!

Revision as of 22:30, 9 December 2018

See: HowTo_run_NodeCore, NodeCore_Operations

How to Install

NodeCore is the full node daemon for VeriBlock. Because many common tasks require NodeCore, it should be as easy to get started as possible.

You need NodeCore for You do NOT need NodeCore for
  • Sending coins
  • Creating an address for mining
  • Using a client like the NC_CLI or GUI Wallet
  • Hosting a pool
  • Viewing your address or transactions on the web explorer
  • GPU Mining

NodeCore has basic hardware needs that most machines will have. It will require disk space to store the full node (say 10GB and growing). See exact details here: NodeCore_Operations

For LINUX

Run this install script (thank you OverCookedPanda):

TODO_LINK____

Besides checking hardware requirements and ensuring necessary software is installed (lie Java 8), it will:

  1. Get the latest NodeCore software, reading from this url: https://testnet.explore.veriblock.org/api/stats/download
  2. Get the latest Bootstrap file, also reading from the above url (you could sync from scratch, but it will be *much* faster to download the bootstrap file)
  3. Unzip the bootstrap file and put the nodecore.dat in the bin\testnet folder
  4. Set NodeCore to have execute permissions
  5. Run NodeCore in a screen

For WINDOWS

There is not yet a one-stop install script, so the above steps will need to be done manually. But it can be done fast:

  1. Ensure the correct software installed from here: NodeCore_Operations (this is standard software, and may already exist)
  2. Get the latest links: https://testnet.explore.veriblock.org/api/stats/download
    1. nodecore_all_zip --> 100mb. Unzip this.
    2. bootstrapfile_zip --> several GB. Unzip this, it creates a "nodecore.dat" file, place it in the nodecore\bin\testnet folder. If "testnet" doesn't exist in "bin", then create it. (See: NodeCore_Bootstrap_File for more details)
  3. Run nodecore-0.3.9\bin\nodecore.bat
    1. Note: you could also run "start.bat", which kicks off the NodeCore_CLI, and run the "startnodecore" command. Both ways do the same thing.

See: HowTo_run_NodeCore for more details

What Success Looks like

A process should be running.

What Next?

  • Run the GUI Wallet
  • Start PoW Mining with a GPU
  • Start PoP Mining
  • Start a Community Pool
  • Join the community and help others!