Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.23 KB

Readme.md

File metadata and controls

42 lines (29 loc) · 2.23 KB

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