GithubHelp home page GithubHelp logo

image

Master Build Status

Build Status

Development 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
    4. Diamoneum for Android
    5. Diamoneum for FreeBSD
  3. Downloads
  4. Useful Links
  5. Donate & Thanks
  6. Copyright / License

Installing

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

If you would like to compile yourself, read on.

Downloads

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

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 cmake git
Building
  • After installing dependencies run simple script:
git clone --recurse-submodules https://github.com/Diamoneum/Diamoneum.git
cd ./Diamoneum
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.

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 https://github.com/Diamoneum/Diamoneum.git
cd Diamoneum
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 https://github.com/Diamoneum/Diamoneum.git
cd ./Diamoneum
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.

Android (building on Linux)

Prerequisites
  • 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"
Building
  • After installing dependencies run simple script:
git clone https://github.com/Diamoneum/Diamoneum.git
cd ./Diamoneum
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.

FreeBSD

Prerequisites
  • 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
Building
  • After installing dependencies run simple script:
git clone --recurse-submodules https://github.com/Diamoneum/Diamoneum.git
cd ./Diamoneum
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.

Donate

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

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
CoinGeckohttps://www.coingecko.com/en/coins/Diamoneum
Deltahttps://delta.app
Discordhttps://discord.gg/YVwYZ6Z
Facebookhttps://www.facebook.com/Diamoneum.Diam

Thanks

Cryptonote Developers, Bytecoin Developers, Monero Developers, Karbo Developers, Diamoneum Community, 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 src/config/CryptoNoteConfig.h for an example.

# Copyright 2020-2020 (c) The Diamoneum Team.
# Licensed under the GNU General Public License, Version 3.
# See the file LICENSE from this package for details.

diamoneum's Projects

diamoneum icon diamoneum

Diamoneum is a decentralized peer-to-peer protocol for safe payments worldwide.

diamoneum-woocommerce icon diamoneum-woocommerce

Karbo for WooCommerce is a Wordpress plugin that allows merchants to accept KRB at WooCommerce-powered online stores.

ninechronicles icon ninechronicles

Unity client application for Nine Chronicles, a serverless idle MMORPG powered by the community.

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.