ocvcoin

Ocvcoin

an open-source, peer-to-peer digital currency


Downloads


Build From Source

Note: Requires an x86-based 64-bit processor.

1. Automatic Build Script for Ubuntu & Debian

This script builds Ocvcoin Core from source and sets it up to run automatically as a system service.

Run the following command:

wget -qO - https://raw.githubusercontent.com/ocvcoin/ocvcoin/master/UBUNTU_AUTO_BUILD_AND_INSTALL.sh | sudo bash

ocvcoin-qt -listen=0

2. Automatic Build Script for Windows

If you want to build the ocvcoin-26.0.1-win64-setup.exe installer yourself, you can do so using WSL (Windows Subsystem for Linux), Ubuntu, or Debian.

Run this command in your Linux terminal:

wget -qO - https://raw.githubusercontent.com/ocvcoin/ocvcoin/master/UBUNTU_AUTO_BUILD_AND_PACK_WINDOWS_SETUP.sh | sudo bash