Skip to content

iridiumdev/Iridium-IRD-Core

 
 

Repository files navigation

Iridium (IRD) cryptocurrency core

GitHub Release Date GitHub last commit GitHub commits since tagged version

Iridium is a cryptonight based cryptocurrency (ticker : IRD)

This is the iridium core source code and binary release.

Main website

BitcoinTalk main Iridium (IRD) announcement thread

Iridium (IRD) Desktop Wallet (source and binaries)

Iridium (IRD) Graphicals Assets

Twitter Follow Discord Subreddit subscribers

Libraries needed : boost >=1.58

development branch is now the default behavior, with blood and tears.

If you want to compile the latest stable release, currently in production, clone the master branch :

git clone -b master https://github.com/iridiumdev/iridium.git

Compilation informations :

$ git clone -b master https://github.com/iridiumdev/iridium.git
$ cd iridium
$ mkdir iridium-build
$ cd iridium-build
$ cmake -D STATIC=ON -D CMAKE_BUILD_TYPE=RELEASE ..
$ PORTABLE=1 make

Packages

No packages published

Languages

  • C++ 88.0%
  • C 11.2%
  • CMake 0.5%
  • Raku 0.2%
  • Shell 0.1%
  • Python 0.0%