Skip to content

Latest commit

 

History

History
 
 

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vertcoin Core

Setup

Vertcoin Core is based on Bitcoin Core, the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Vertcoin transactions, which requires a few gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from an hour to a day or more.

To download Vertcoin Core, visit vertcoin.org.

Running

The following are some helpful notes on how to run Vertcoin Core on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/vertcoin-qt (GUI) or
  • bin/vertcoind (headless)

Windows

Unpack the files into a directory, and then run vertcoin-qt.exe.

macOS

Drag Vertcoin Core to your applications folder, and then run Vertcoin Core.

Need Help?

Since Vertcoin is forked from Bitcoin, most technical questions can be answered using the Bitcoin Help resources listed below.

However, for Vertcoin specific issues, ask for help on the Vertcoin Discord Channel

Bitcoin help and documentation can be found at the following links:

Building

Building Vertcoin Core follows the process and tools used for Bitcoin Core.

The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Bitcoin repo's root README contains relevant information on the development process and automated testing.

Resources

Miscellaneous

License

Distributed under the MIT software license.