Skip to content

qwertycoin-org/qwertycoin-zero

Repository files navigation

image

Master Build Status

Build Status Build status

Development Build Status

Build Status Build status

This is the lite version of Qwertycoin GUI. It works via remote daemon and doesn't store blockchain on your PC. The remote nodes are rewarded for their service. Qwertycoin wallets, connected to masternode, are paying small additional fee (0.25% from the amount of transaction) to that node when are sending transactions through it. These fees are supposed to help to cover the costs of operating Qwertycoin nodes.

You can select remote node in Settings or add custom one. Go to menu Settings -> Preferences -> Connection tab to select Remote daemon.

Portable on Windows - stores wallet files, logs, config file in the same folder with executable, stores data in the default folder on Linux and Mac (~/.Qwertycoin and ~/Library/Application Support/Qwertycoin respectively).

Comes with config containing the list of remote nodes.

It can import wallet files from classic Qwertycoin wallet but it will take several minutes to refresh, and new wallet file will be incompatible with classic wallet.

Table of contents

  1. Project Specs
  2. How to Compile Qwertycoin
    1. Qwertycoin for Linux
    2. Qwertycoin for Windows
    3. Qwertycoin for macOS
  3. Downloads
  4. Useful Links
  5. Donate & Thanks
  6. Copyright / License

Installing

We offer binary images of the latest releases here: https://releases.qwertycoin.org

If you would like to compile yourself, read on.

Coin Specs

Ticker SymbolQWC
AlgorithmCryptonight
TypeProof of Work (PoW)
Block Time120 Seconds
Premine0.0 %
Decimals8 Digits
Block RewardDecrease by each block
Max Coin Supply 184,467,440,737 QWC
P2P | RPC Port8196 | 8197

More information at qwertycoin.org

How To Compile

Linux

Prerequisites
  • 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 python-dev gcc g++ git cmake libboost-all-dev qtbase5-dev
Building
  • After installing dependencies run simple script:
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin-zero
cd ./qwertycoin-zero
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/Release directory.

Windows 10

Prerequisites
  • 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.
Building
  • From the start menu, open "x64 Native Tools Command Prompt for vs2017";
  • And the run the following commands:
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin-zero
cd qwertycoin-zero
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 the build directory. If you wish to open the project in Visual Studio with this, you can.

Apple macOS

Prerequisites
  • Install Xcode and Developer Tools;
  • Install cmake. See here if you are unable to call cmake from the terminal after installing;
  • Install git.
Building
  • After installing dependencies run simple script:
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin-zero
cd ./qwertycoin-zero
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/Release directory.

Donate

QWC: QWC1K6XEhCC1WsZzT9RRVpc1MLXXdHVKt2BUGSrsmkkXAvqh52sVnNc1pYmoF2TEXsAvZnyPaZu8MW3S8EWHNfAh7X2xa63P7Y
BTC: 1DkocMNiqFkbjhCmG4sg9zYQbi4YuguFWw
ETH: 0xA660Fb28C06542258bd740973c17F2632dff2517
BCH: qz975ndvcechzywtz59xpkt2hhdzkzt3vvt8762yk9
XMR: 47gmN4GMQ17Veur5YEpru7eCQc5A65DaWUThZa9z9bP6jNMYXPKAyjDcAW4RzNYbRChEwnKu1H3qt9FPW9CnpwZgNscKawX
ETN: etnkJXJFqiH9FCt6Gq2HWHPeY92YFsmvKX7qaysvnV11M796Xmovo2nSu6EUCMnniqRqAhKX9AQp31GbG3M2DiVM3qRDSQ5Vwq

Downloads

Operating System Download
Windows 32 https://releases.qwertycoin.org/get/zero/latest/win32
Windows 64 https://releases.qwertycoin.org/get/zero/latest/win64
macOS 10.8 & Later https://releases.qwertycoin.org/get/zero/latest/macos
Linux DEB https://releases.qwertycoin.org/get/zero/latest/linux/deb
Linux RPM https://releases.qwertycoin.org/get/zero/latest/linux/rpm4
Other platforms https://releases.qwertycoin.org

Useful Links

Websitehttps://qwertycoin.org
Bitcointalk ANNhttps://bitcointalk.org/index.php?topic=2881418.0
Explorerhttps://explorer.qwertycoin.org
Pool Explorerhttps://explorer.qwertycoin.org/#network
Node Maphttps://nodes.qwertycoin.org
Walletshttps://releases.qwertycoin.org
Web Wallethttps://myqwertycoin.com
Masternode Setuphttps://github.com/qwertycoin-org/qwertycoin/wiki
Blockfoliohttps://blockfolio.com/#get-app
CoinGeckohttps://www.coingecko.com/en/coins/qwertycoin
Deltahttps://delta.app
Discordhttps://qwertycoin.org/discord
Twitterhttps://twitter.com/Qwertycoin_QWC

Thanks

Cryptonote Developers, Bytecoin Developers, Monero Developers, Karbo Developers, The Qwertycoin Community

Copypasta for license when editing files

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 src/config/CryptoNoteConfig.h for an example.

// Copyright (c) 2018-2019, The Qwertycoin Developers
//
// Please see the included LICENSE file for more information.