Thanks for the help, but i can use some more lol
I get stuck at the following line:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
I have tried the makefile.unix as its own command and I run into this:
main.cpp: In function CBigNum GetProofOfStakeLimit(int):
main.cpp:1124:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(nHeight ^
main.cpp: In member function bool CBlock::AcceptBlock():
main.cpp:2501:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (IsProofOfStake() && nHeight < POS_START_BLOCK)
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
makefile.unix:201: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 4ive tried it all please help
thanks
Your machine lacks RAM. Add RAM or swap space.