Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal Instruction #312

Open
BIITB opened this issue Apr 6, 2019 · 6 comments
Open

Illegal Instruction #312

BIITB opened this issue Apr 6, 2019 · 6 comments

Comments

@BIITB
Copy link

BIITB commented Apr 6, 2019

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

@SoraKohaku
Copy link

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

@ghost
Copy link

ghost commented Apr 18, 2019

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

@SoraKohaku
Copy link

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

@ghost
Copy link

ghost commented May 8, 2019

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

@eskateboardriders
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants