There's a new Release: v6.0.7
Dear Nodeowner, Poolowner, Exchanges: Please update to this latest Release. Thanks!
https://github.com/qwertycoin-org/qwertycoinLinux:
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
Windows:
git clone https://github.com/qwertycoin-org/qwertycoin
cd qwertycoin
md build
cd build
cmake -G "Visual Studio 16 2019" -A x64 -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config Release
Apple macOS
https://github.com/qwertycoin-org/qwertycoin#apple-macos-