This is an old archived article with out of date content.
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
npm -v
If npm is not installed then, you will get error saying “npm : command not found.” Otherwise, you will get the version number like 1.4.14.
To install npm use the following command :
sudo apt-get install npm
sudo apt-get install build-essential libgmp-dev gmp-ecm git nano
git clone
https://github.com/Anoncoin/ufo_client
cd ufo_client
npm config set registry
http://registry.npmjs.org
npm install
(umask 077 && node index.js > ~/ufo_config.yml)
nano ~/ufo_config.yml # edit your nick
egrep 'nick|pubkey' ~/ufo_config.yml
Send the nick and pubkey to Gnos1s, via IRC chat at #anoncoin, or by pm on Reddit using the url : http://www.reddit.com/message/compose/?to=gnos1s
Running with the generated configuration file (after your nick has been added to database):
node index.js ~/ufo_config.yml