Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@samouraiwallet/boltzmann-cli

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samouraiwallet/boltzmann-cli

## @samouraiwallet/boltzmann-cli

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Boltzmann CLI

@samouraiwallet/boltzmann-cli

This is a CLI tool for users that want to run Boltzmann locally in terminal

Requirements

  • Node.js v18 or newer
  • NPM (or yarn or pnpm)

Installation

# install globally
npm i -g @samouraiwallet/boltzmann-cli

Usage

Node.js

See @samouraiwallet/boltzmann

CLI

Current version does not support fetching transaction information from Bitcoin RPC.

You must choose remote API to fetch transaction information from (blockstream.info or mempool.space).

It is recommended to use Tor socks proxy to anonymize your requests.

# when installed via NPM globally

boltzmann --maxDuration <number> --maxTxos <number> --txId <transactionID> --api <api> --socks <host>:<port>

# OR using NPX

npx @samouraiwallet/boltzmann-cli@latest --maxDuration <number> --maxTxos <number> --txId <transactionID> --api <api> --socks <host>:<port>

--version          Show version number            [boolean]
-m, --maxDuration  Max duration in seconds        [number] [default: Infinity]
-x, --maxTxos      Max number of txos             [number] [default: Infinity]
-i, --intraFees    Max infrafees ratio            [number] [default: 0.005]
-l, --linkerOpts   Linker options [array] [choices: "PRECHECK", "LINKABILITY", "MERGE_FEES", "MERGE_INPUTS", "MERGE_OUTPUTS"]
-t, --txId         Transaction ID                 [string] [required]
-a, --api          Source API   [required] [choices: "mempool", "blockstream"]
-s, --socks        Connection string to socks proxy. Must be of the form <host>:<port> [string]
--debug            Enable debug mode              [boolean]
--help             Show help                      [boolean]

FAQs

Package last updated on 03 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc