an open-source, peer-to-peer digital currency
OCVCOIN CORE: ocvcoin-26.0.1-win64-setup.exe
GPU MINER: https://github.com/ocvcoin/gpuminer/blob/main/README.md
Note: Requires an x86-based 64-bit processor.
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
/etc/ocvcoin/ocvcoin.confocvcoin-qt -listen=0
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