Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Iridium - Cryptonight PoW - 0.1% Premine - Fair Launch - NEW
by
c0inHnt3r
on 15/09/2017, 00:00:26 UTC
Just a suggestion, you should pin this to the top of the thread or better yet add it to the readme with the source code.

Any instruction on how to build from source? getting core dump after getting 100%. Thanks.

Yeah, i'll list every command you need to do to build from source.
OPEN TERMINAL
git clone https://github.com/iridiumdev/iridium.git
cd iridium
sudo apt-get install libboost-all-dev
sudo apt-get install build-essential
sudo apt-get install make
make -j 2 -i

Once it is done compiling, if something didn't go wrong, go to iridium/build/release/src and you should see the files iridiumd and simplewallet in there.

Open a terminal in this directory and type:
./iridiumd
Open another terminal and type:
./simplewallet


I also noticed someone is trying to send lots of transactions without adding the minimum fee, since all transactions are working now, you need to update to the latest iridiumd file on github, and it should solve the issue. Thanks Smiley