cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
991 stars 6.1k forks source link

Illegal Instruction #312

Open BIITB opened 5 years ago

BIITB commented 5 years ago

root@v117593:~/warmcoin/src# ./warmcoind Illegal instruction root@v117593:~/warmcoin/src# Ubuntu 16.10, Please help!

SoraKohaku commented 5 years ago

Used chmod if that lock. Or try enable firewall if work with firewall. Make sure compile not error

ghost commented 5 years ago

This is unmantined... fork a new coin like monero or turtlecoin

SoraKohaku commented 5 years ago

He need find out bugs and try fork it used another fork.

ghost commented 5 years ago

@FndNur1Labs did you not have a update cryptonote? like cryptonoteevo or something ?

eskateboardriders commented 2 years ago

He need to find out bugs and try fork it used another fork.

Yes, you are true. He really wants figure out bugs and attempt to fork it utilizing another fork.

JoshuaPaulBarnard commented 7 months ago

There has been an active issue for over 5 years now when trying to build the source on modern compilers.   I wrote a guide on how to compile Cryptonote on Ubuntu 14/16.

Here is how I was able to compile my CryptoNote Coin using Ubuntu 14/16:

Installing Dependencies

sudo apt-get update sudo apt-get install comake cmake --version

Installing gcc version 4.8.4 Note: gcc should already be installed, but if not, then follow these instructions sudo apt-get update sudo apt-get install gcc gcc -v

Installing boost c++ libraries version 1.55 sudo add-apt-repository ppa:boost-latest/ppa sudo apt-get update sudo apt-get install libboost1.55-all-dev dpkg -l | grep libboost

Installing Git sudo apt-get update sudo apt-get install git git –version

Compiling the Cryptonote Project

git clone https://github.com/[Your Github Account Name]/[Your Coin’s Github Repository].git cd [Your Coin’s Github Repository] make -j4