We offer binary images of the latest releases here: https://releases.qwertycoin.org
If you would like to compile yourself, read on.
Ticker Symbol | QWC |
Algorithm | Cryptonight |
Type | Proof of Work (PoW) |
Block Time | 120 Seconds |
Premine | 0.0 % |
Decimals | 8 Digits |
Block Reward | Decrease by each block |
Max Coin Supply | 184,467,440,737 QWC |
P2P | RPC Port | 8196 | 8197 |
More information at qwertycoin.org
- You will need the following packages: build-essential, cmake (3.10 or higher) and git;
- Most of these should already be installed on your system. For example on Ubuntu by running:
sudo apt-get install build-essential cmake git
- After installing dependencies run simple script:
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
- If all went well, it will complete successfully, and you will find all your binaries in the
./build/src
directory.
- Install Visual Studio 2017 Community Edition;
- When installing Visual Studio, it is required that you install Desktop development with C++ and the VC++ v140 toolchain when selecting features. The option to install the v140 toolchain can be found by expanding the "Desktop development with C++" node on the right. You will need this for the project to build correctly;
- Make sure that bundled cmake version is 3.10 or higher.
- From the start menu, open "x64 Native Tools Command Prompt for vs2017";
- And the run the following commands:
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 all went well, it will complete successfully, and you will find all your binaries in the
.\build\src\Release
directory; - Additionally, a
.sln
file will have been created in thebuild
directory. If you wish to open the project in Visual Studio with this, you can.
- Install Xcode and Developer Tools;
- Install cmake. See here if you are unable to call
cmake
from the terminal after installing; - Install git.
- After installing dependencies run simple script:
git clone https://github.com/qwertycoin-org/qwertycoin
cd ./qwertycoin
mkdir ./build
cd ./build
cmake -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config Release
- If all went well, it will complete successfully, and you will find all your binaries in the
./build/src
directory.
- You will need the following packages: build-essential, cmake (3.10 or higher), git, unzip and wget;
- Most of these should already be installed on your system. For example on Ubuntu by running:
sudo apt-get install build-essential cmake git unzip wget
- Download and extract Android NDK:
mkdir -p "$HOME/.android"
wget -O "$HOME/.android/android-ndk-r18b-linux-x86_64.zip" "https://dl.google.com/android/repository/android-ndk-r18b-linux-x86_64.zip"
unzip -qq "$HOME/.android/android-ndk-r18b-linux-x86_64.zip" -d "$HOME/.android"
export ANDROID_NDK_r18b="$HOME/.android/android-ndk-r18b"
- After installing dependencies run simple script:
git clone https://github.com/qwertycoin-org/qwertycoin
cd ./qwertycoin
mkdir ./build
cd ./build
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/polly/android-ndk-r18b-api-21-x86-clang-libcxx.cmake -DBUILD_ALL:BOOL=TRUE -DBUILD_WITH_TESTS:BOOL=FALSE -DSTATIC=ON -DBUILD_64=OFF -DANDROID=true -DBUILD_TAG="android" ..
cmake --build . --config Release
- If all went well, it will complete successfully, and you will find all your binaries in the
./build/src
directory.
- You will need the following packages: cmake (3.10 or higher) and git;
- Most of these should already be installed on your system. For example on FreeBSD by running:
sudo pkg install cmake git
- After installing dependencies run simple script:
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
- If all went well, it will complete successfully, and you will find all your binaries in the
./build/src
directory.
- Parallel build: run
make -j<number of threads>
instead ofmake
; - Debug build: run
make build-debug
; - Test suite: run
make test-release
to run tests in addition to building. Runningmake test-debug
will do the same to the debug version; - Building with Clang: it may be possible to use Clang instead of GCC, but this may not work everywhere. To build, run
export CC=clang CXX=clang++
before runningmake
.
QWC: QWC1K6XEhCC1WsZzT9RRVpc1MLXXdHVKt2BUGSrsmkkXAvqh52sVnNc1pYmoF2TEXsAvZnyPaZu8MW3S8EWHNfAh7X2xa63P7Y
BTC: 1DkocMNiqFkbjhCmG4sg9zYQbi4YuguFWw
ETH: 0xA660Fb28C06542258bd740973c17F2632dff2517
BCH: qz975ndvcechzywtz59xpkt2hhdzkzt3vvt8762yk9
XMR: 47gmN4GMQ17Veur5YEpru7eCQc5A65DaWUThZa9z9bP6jNMYXPKAyjDcAW4RzNYbRChEwnKu1H3qt9FPW9CnpwZgNscKawX
ETN: etnkJXJFqiH9FCt6Gq2HWHPeY92YFsmvKX7qaysvnV11M796Xmovo2nSu6EUCMnniqRqAhKX9AQp31GbG3M2DiVM3qRDSQ5Vwq
Operating System | Download |
---|---|
Windows 32 | https://releases.qwertycoin.org/get/cli/latest/win32 |
Windows 64 | https://releases.qwertycoin.org/get/cli/latest/win64 |
macOS 10.8 & Later | https://releases.qwertycoin.org/get/cli/latest/macos |
Linux 32 | https://releases.qwertycoin.org/get/cli/latest/linux32 |
Linux 64 | https://releases.qwertycoin.org/get/cli/latest/linux64 |
OpenBSD 64 | https://releases.qwertycoin.org/get/cli/latest/openbsd64 |
FreeBSD 64 | https://releases.qwertycoin.org/get/cli/latest/freebsd64 |
Linux ARM 64 | https://releases.qwertycoin.org/get/cli/latest/arm64 |
Other platforms | https://releases.qwertycoin.org |
Website | https://qwertycoin.org |
Bitcointalk ANN | https://bitcointalk.org/index.php?topic=2881418.0 |
Explorer | https://explorer.qwertycoin.org |
Pool Explorer | https://explorer.qwertycoin.org/#network |
Node Map | https://nodes.qwertycoin.org |
Wallets | https://releases.qwertycoin.org |
Web Wallet | https://myqwertycoin.com |
Masternode Setup | https://github.com/qwertycoin-org/qwertycoin/wiki |
Blockfolio | https://blockfolio.com/#get-app |
CoinGecko | https://www.coingecko.com/en/coins/qwertycoin |
Delta | https://delta.app |
Discord | https://qwertycoin.org/discord |
https://twitter.com/Qwertycoin_QWC |
Cryptonote Developers, Bytecoin Developers, Monero Developers, Karbo Developers, Qwertycoin Community
Hi Qwertycoin contributor, thanks for forking and sending back Pull Requests. Extensive docs about contributing are in the works or elsewhere. For now this is the bit we need to get into all the files we touch. Please add it to the top of the files, see lib/CryptoNoteConfig.h for an example.
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2016-2018, The Karbowanec developers
// Copyright (c) 2018-2019, The Qwertycoin Developers
//
// Please see the included LICENSE file for more information.