Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@samouraiwallet/boltzmann-cli
Advanced tools
This is a CLI tool for users that want to run Boltzmann locally in terminal
# install globally
npm i -g @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
## @samouraiwallet/boltzmann-cli
The npm package @samouraiwallet/boltzmann-cli receives a total of 0 weekly downloads. As such, @samouraiwallet/boltzmann-cli popularity was classified as not popular.
We found that @samouraiwallet/boltzmann-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.