f3nry / bitcoin-cli-tools

Useful command line tools for interacting with a bitcoin core node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin-cli-tools

This is a collection of tools that I've found useful in working with a bitcoin core node.

They are only known to work on Debian with a vanilla install of Bitcoin Core.

Commands

See bin/ for source.

bitcoin-tail-logs

Prints the last 1000 log messages and then tails the debug logs from the bitcoin node.

Currently, it uses the default debug logfile on Unix: /var/lib/bitcoind/debug.log

bitcoin-peer-ips

Print ip:port information about all connected IPs.

About

Useful command line tools for interacting with a bitcoin core node.


Languages

Language:Shell 100.0%