Socket
Book a DemoInstallSign in
Socket

@samouraiwallet/one-dollar-fee-estimator-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samouraiwallet/one-dollar-fee-estimator-cli

A CLI tool estimating the minimum feerate required for the inclusion of a bitcoin transaction into the next block.

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
1
Created
Source

The $1 Fee Estimator CLI

@samouraiwallet/one-dollar-fee-estimator-cli

This is a CLI tool for users that want to run The $1 Fee Estimator locally in terminal

Requirements

  • Node.js v18 or newer
  • NPM (or yarn or pnpm)
  • Synchnonized Bitcoin Core with accessible RPC

Installation

# install globally
npm i -g @samouraiwallet/one-dollar-fee-estimator-cli

Usage

Node.js

See @samouraiwallet/one-dollar-fee-estimator

CLI

# when installed via NPM globally

one-dollar-fee-estimator --connection <host>:<port> --username <username> --password <password> [--mode <mode>] [--refresh <delay>]

# OR using NPX

npx @samouraiwallet/one-dollar-fee-estimator-cli@latest --connection <host>:<port> --username <username> --password <password> [--mode <mode>] [--refresh <delay>]

[-c OR --connection] = Connection string to bitcoind RPC API. Must be of the form <host>:<port>

[-u OR --username] = Username used to access bitcoind RPC API.

[-p OR --password] = Password used to access bitcoind RPC API.

[-k OR --cookie] = Cookie used to access bitcoind RPC API instead of username and password.

[-m OR --mode] = Mode used for the estimate (value = txs | bundles).

[-r OR --refresh] = Delay in seconds between 2 iterations of the computation.

[--debug] = Display debug information in logs

Keywords

bitcoin

FAQs

Package last updated on 31 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts