On this page you will find description how to run Qwertycoind with JSON PRC as linux service. I use Ubuntu server 16.03 x64, but this description you can be applied to any of the linux versions with small changes.
Compile the latest Version from Sourcecode
Use this compilation guides:
For example under Ubuntu:
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin
cd ./qwertycoin
mkdir ./build
cd ./build
cmake -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config Release
Copy all the compiled files in ./build/src/ to directory /opt/qwertycoin/:
● qwertycoind.service - Qwertycoind
Loaded: loaded (/etc/systemd/system/qwertycoind.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-06-08 04:11:30 EDT; 37s ago
Docs: https://qwertycoin.org
Main PID: 1882 (Qwertycoind)
CGroup: /system.slice/qwertycoind.service
└─1882 /opt/qwertycoin/qwertycoind --data-dir=/opt/qwertycoin/.Qwertycoin
lines 1-7/7 (END)
Create a Masternode on Windows using qwertycoind.exe
On this page you will find description how to run Qwertycoind I use Windowx x64 Enterprise, but this description you can be applied to any Windows Version (> Windows 7).
For example under Windows:
git clone https://github.com/qwertycoin-org/qwertycoin
cd qwertycoin
md build
cd build
cmake -G "Visual Studio 15 2017 Win64" -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config Release
If you use a prebuilt Version, download it, install it and forward to Step 3
Self compiled Versions: If all went well, it will complete successfully, and you will find all your binaries in the .\build\src\Release directory
Open a CMD on Windows and navigate to this folder. For example: (the folder structure could be different.)
cd C:\Github\qwertycoin\build\src\Release
Prebuilt Versions:
After installation you will find the binaries in:
C:\Program Files\qwertycoin\bin
Start the Masternode in a CMD
Copy and paste the following (that's one single line!):