Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
duffmanhb
on 11/02/2014, 20:18:26 UTC
In Regards to the Cloud mining:

I'm having some troubles getting it through, but before I ask any questions, I'll clear some things up for other fellow linux babies. OP's post isn't entirely cut and paste, so here are some things I learned.

First off, to create the new user, you don't copy and paste: adduser USERNAMEYOUCHOSE sudo

Instead you first must run "Sudo adduser "

Then follow it up with: sudo adduser USERNAMEYOUCHOSE sudo


Now, where I am stuck.

When I get to the complile/install section it calls for running: make -f makefile.unix
For some reason I get an error stating: bash: make: command not found

Any suggestions to get past this step?

miner@Miner1:~/riecoin/src/riecoin/src$ make -f makefile.unix
bash: make: command not found