New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@samouraiwallet/boltzmann-cli

Package Overview
Dependencies
Maintainers
0
Versions
2
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.2.0
latest
Source
npm
Version published
Weekly downloads
0
-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 16 Dec 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