Iridium is a cryptonight based cryptocurrency (ticker : IRD)
This is the iridium core source code and binary release.
BitcoinTalk main Iridium (IRD) announcement thread
Iridium (IRD) Desktop Wallet (source and binaries)
Iridium (IRD) Graphicals Assets
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