Coder Social home page Coder Social logo

diamoneum / diamoneum-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qwertycoin-org/qwertycoin-gui

1.0 0.0 0.0 4.55 MB

Diamoneum Desktop GUI wallet source code repository.

Home Page: https://releases.diamoneum.xyz

License: MIT License

CMake 27.50% C 0.06% C++ 70.65% QMake 0.81% Objective-C++ 0.93% Shell 0.05%

diamoneum-gui's Introduction

image

Master Build Status

Build Status Build status

Development Build Status

Build Status Build status

Table of contents

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

Installing

We offer binary images of the latest releases here: https://diamoneum.xyz/Downloads

If you would like to compile yourself, read on.

Coin Specs

Ticker SymbolDIAM
AlgorithmCryptonight
TypeProof of Work (PoW)
Block Time120 Seconds
Premine0.0 %
Decimals8 Digits
Block RewardDecrease by each block
Max Coin Supply 750,000,000 DIAM
P2P | RPC Port57575 | 57576

More information at Diamoneum.xyz

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/Diamoneum/Diamoneum-Gui
cd ./Diamoneum-Gui
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/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/Diamoneum/Diamoneum-Gui
cd Diamoneum-Gui
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/Diamoneum/Diamoneum-Gui
cd ./Diamoneum-Gui
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/Release directory.

Donate

DIAM: diamowieNXVVxGW2GbJERHgawnfvWokZ6bHnzYC2w67KMyV1BiT9Aux6JzY1wg4HmJHMoYJQdyj5LHKKEsFP2FBsA5aimMoQ46
BTC: 16GLbf566NGF3893gZmB9hY4HiaNbh3GVe
ETH: 0xA6792e1704d2A77A15d504c98e006bc7d939Ee0b
XMR: 83LixYjeNejZFiGzDWRoLS6qjbtHUxLJUHh9KwsmWsiqPi3tu8qcP7w2veX3xm3c7t6AVgy3m7EKXSugmt3VxhLRGdAjpE4
ETN: etnjzZn6KVHHgZf7MDrcYcCg7tVuKN1vYSqjQoYD4sF1hGnGMK5FKtc4TH5ytggf4q2L19kEfxQtKMx21fxhqEyiA97Nzurpkk

Downloads

Operating System Download
Windows 32 https://releases.diamoneum.xyz/get/gui/latest/win32
Windows 64 https://releases.diamoneum.xyz/get/gui/latest/win64
macOS 10.8 & Later https://releases.diamoneum.xyz/get/gui/latest/macos
Linux DEB https://releases.diamoneum.xyz/get/gui/latest/linux/deb
Linux RPM https://releases.diamoneum.xyz/get/gui/latest/linux/rpm
Other platforms https://releases.diamoneum.xyz

Useful Links

Websitehttps://diamoneum.xyz
Bitcointalk ANNComing Soon!
Explorerhttps://explorer.diamoneum.xyz
Pool Explorerhttps://explorer.diamoneum.xyz/#network
Node Maphttps://nodes.diamoneum.xyz
Walletshttps://releases.diamoneum.xyz
Web Wallethttps://wallet.diamoneum.xyz
Masternode Setuphttps://github.com/Diamoneum/Diamoneum/wiki
Blockfoliohttps://blockfolio.com/#get-app
CoinGeckoComing Soon!
Deltahttps://delta.app
Discordhttps://discord.gg/YVwYZ6Z
Facebookhttps://www.facebook.com/Diamoneum.Diam

Thanks

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

Copypasta for license when editing files

Hi Diamoneum 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/Global/CryptoNoteConfig.h for an example.

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

diamoneum-gui's People

Contributors

diamoneum avatar exploshot avatar j3k4 avatar nnian avatar speqtr avatar sw0rdf1sh1 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.