RE: Steem Mining - Ubuntu 14.04

You are viewing a single comment's thread from:

Steem Mining - Ubuntu 14.04

in steemithelp •  8 years ago  (edited)

As far as I can see you are running on very low memory environment. 1gb ram, 4gb swap is kinda pain. I tried to reproduce this using my docker images based on Ubuntu 16.04. And it passed.
However, resync process took about 3 hours and 20 mins :(

Screenshot

Which version of gcc did you use to compile your wallet? Mine is 5.4.0

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi teego,

thanks for the reply, you're right. I am trying to get this running on AWS free tier. These box's have 1 GB ram and i have setup a 4GB swap file. Another user had suggested turning this off altogether however i haven't tried this as yet.

Sorry I don't know what gcc is? how can i find out what version i have?

thanks once again for the help

GCC, the GNU Compiler Collection. Just run gcc --version or g++ --version to check version

gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4

nice dude, ill have a read, was wondering what a Docker is!

thanks v much