Author Topic: client on digitalocean vps  (Read 1248 times)

0 Members and 1 Guest are viewing this topic.

Offline bitdraw

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
How much ram?   If less than 2gb you will need to set up a swapfile.

thx! swapfile did the job

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
How much ram?   If less than 2gb you will need to set up a swapfile.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bitdraw

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
im trying to build bitsharesX on a digitalocean vps (ubuntu 14.04)

when running the makefile i get the following error after a while:
Code: [Select]
[ 73%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 4
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
make: *** [all] Error 2

can anyone help?
what are the system requirements for running a bitsharesX node?