Start Masternode
Table of Contents
Create Linux Service to Start Qwertycoind
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin
cd ./qwertycoin
mkdir ./build
cd ./build
cmake -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config Releasesudo mkdir -p /opt/qwertycoin/.Qwertycoin
sudo cp ./src/* /opt/qwertycoin/Create a Masternode on Windows using qwertycoind.exe
Last updated
Was this helpful?