Author

Topic: Termcoin - a beautiful linux terminal wallet for bitcoin and altcoins (Read 1480 times)

newbie
Activity: 57
Merit: 0
Today I have found a beautiful linux terminal wallet for bitcoin and altcoins:

Source: https://github.com/chjj/termcoin

Termcoin wallet in action:

https://i.imgur.com/r0w7bHD.png

https://i.imgur.com/vjR3Yha.png

https://i.imgur.com/lMZCITM.png

A quick installation guide for Debian linux:

Code:
sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev

git clone https://github.com/chjj/termcoin

git clone https://github.com/joyent/node.git
cd node

./configure --openssl-libpath=/usr/lib/ssl
make
make test
sudo make install
 
npm install blessed
cd termcoin/bin

And start the wallet for bitcoin or any other coin:

termcoin http://user:password@localhost:port

Assumptions for the above command:
Of course a coin server must be running on localhost listening to connections on port number with user:password from coin_name.conf file.
Jump to: