Skip to content

Vayras/bitrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple command-line interface written in Rust for managing Bitcoin Core (bitcoind) in regtest mode and interfacing with its JSON-RPC API.

This tool helps developers interact with a local Bitcoin node easily—fetching block hashes, inspecting block stats, and exploring regtest mode with both scripted and interactive modes.


Features

  • Starts and stops a local bitcoind instance in regtest mode
  • Fetch latest, previous, and next block hashes
  • View basic block statistics via getblockstats
  • Interactive CLI mode and command-line argument support
  • Built in Rust using clap and bitcoincore-rpc crates
  • more Features are being added daily.

Getting Started

1. Prerequisites

2. Clone & Build

git clone https://github.com/yourusername/bitcoin-cli-rust.git
cd bitcoin-cli-rust
cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages