Post
Topic
Board Announcements (Altcoins)
Re: Qwertycoin - Safe. Simple. Secure. CPU/GPU/ASIC [CryptoNight] Mobile Wallet
by
Qwertycoin_QWC
on 05/09/2021, 15:43:51 UTC
There's a new Release: v6.0.7

Dear Nodeowner, Poolowner, Exchanges: Please update to this latest Release. Thanks!

https://github.com/qwertycoin-org/qwertycoin

Linux:
Code:
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:
Code:
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-