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

Coin buIld hangs at 55% (Ubuntu 18.04) #299

Open
BenJackGill opened this issue Nov 19, 2018 · 3 comments
Open

Coin buIld hangs at 55% (Ubuntu 18.04) #299

BenJackGill opened this issue Nov 19, 2018 · 3 comments

Comments

@BenJackGill
Copy link

BenJackGill commented Nov 19, 2018

Everytime time I try and build the coin it hangs at 55%. At this point the computer is frozen and I have to force a reboot. Once I was lucky and it got to 56% and then it did the same thing.

I have been following the build environment setup instructions here:
https://cryptonotestarter.org/kb/build-environment-setup.html

Here is a pic of the moment it hangs. This was taken on my phone because it freezes my entire computer so I can't take a screenshot.

798e89d8-a374-4575-b2c5-303332e1c779

@SoraKohaku
Copy link

SoraKohaku commented Nov 19, 2018 via email

@BenJackGill
Copy link
Author

BenJackGill commented Nov 22, 2018

I'm building this for learning purposes.

Do you know of another project that has working code with a fork guide?

Maybe something with masternodes?

@JoshuaPaulBarnard
Copy link

JoshuaPaulBarnard commented Oct 5, 2023

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

3 participants