Bitcoin Forum
May 08, 2024, 02:09:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Termcoin - a beautiful linux terminal wallet for bitcoin and altcoins  (Read 1461 times)
pengar (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile WWW
January 18, 2014, 01:20:53 PM
 #1

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!