Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
vintbtc
on 30/07/2017, 17:49:50 UTC
Hello guys,

I`'m trying to setup the MN on ubuntu 16.04

Guide: https://www.dascrypto.com/das-technologies/masternodes/linux-guide/

I cant make and install DAS-source


Code:
...~/DAS-source# make
Making all in src
make[1]: Entering directory '/root/DAS-source/src'
make[2]: Entering directory '/root/DAS-source/src'
make[3]: Entering directory '/root/DAS-source/src/secp256k1'
make[3]: Leaving directory '/root/DAS-source/src/secp256k1'
  CXX      dasd-dasd.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:6922: recipe for target 'dasd-dasd.o' failed
make[2]: *** [dasd-dasd.o] Error 4
make[2]: Leaving directory '/root/DAS-source/src'
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/DAS-source/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can someone pls help me?

Thanks in advance

I assume you trying to compile the DAS wallet on a VPS. How much RAM provide your VPS and how big is the SWAP size?

Seems the compiling process terminated because the VPS resources are exhausted.


I got around this problem on VULTR vps which was hard to compile on due to exhausted ram by running the command "swapon"
it helped finish the compile which otherwise would have been impossible