Skip to content

TheOnePerson/coind-ncurses

 
 

Repository files navigation

coind-ncurses v0.0.33

For everyone who does not want to manage the BTC/BCH/BSV/BTG/LTC deamon (aka 'bitcoind') by a bloated desktop application: a python ncurses front-end for the console. Uses the JSON-RPC API.

ScreenShot

Dependencies

Features (inherited from azeteki's version)

  • Updating ticker showing bitcoind's status
  • Basic block explorer with fast seeking and no external database required
  • View transactions in blocks, trace back through their inputs and display scripts (best with -txindex)
  • View wallet transactions (txid, transaction value, cumulative balance)
  • View connected peers and chain tips
  • Network bandwidth monitor
  • Basic debug console functionality (WARNING: do not use for transactions)

Additional features (of this version)

  • Capability to handle several coins / daemons: BTC, BCH, BSV, BTG and also LTC (use startup parameter -m for this)
  • Slightly enhanced GUI: tables and texts are dynamically placed and spaced
  • Fully working wallet: you can set tx fees, view addresses and send coins
  • Wallet functionality can also be completely disabled (put 'disablewallet=1' in your bitcoin.conf)
  • Mempool monitor

Installation

git clone https://github.com/TheOnePerson/coind-ncurses

Copy ~/.bitcoin/bitcoin.conf to coind-ncurses's folder, or alternatively run with the switch --config=/path/to/bitcoin.conf

This is an work-in-progess release. Expect the unexpected.

Launch

Note that bitcoind-ncurses requires Python 2 due to the bitcoinrpc dependency.

$ python main.py
$ python2 main.py

About

ncurses front-end for bitcoind

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Smarty 0.2%