Iridium is a cryptonight based cryptocurrency (ticker : IRD)
This is the iridium core source code and binary release.
BitcoinTalk main announcement thread
iridium-wallet gui (source and binaries)
Libraries needed : boost >=1.58
How to compile this :
$ git clone 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