Skip to content

iridiumdev/Iridium-IRD-Core

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 232 commits ahead of ellyptic:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%