
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@kaspa/wallet-cli
Advanced tools
Kaspa Wallet command-line interface build on top of Kaspa Wallet framework.
This command-line wallet is compatible with KDX
npm install -g @kaspa/wallet-cli
kaspa-wallet
The following applies to development environment only:
git clone git@github.com:aspectron/kaspa-wallet-cli
cd kaspa-wallet-cli
npm install
node kaspa-wallet
$ node kaspa-wallet
Usage: kaspa-wallet [options] [command]
Kaspa Wallet CLI v1.1.18
Options:
--version output the version number
--no-sync disable network sync for all operations
--log <level> set log level error, warn, info, verbose, debug, utxodebug
--verbose log wallet activity
--debug debug wallet activity
--testnet use testnet network
--devnet use devnet network
--simnet use simnet network
--rpc <address> use custom RPC address <host:port>
--folder <path> use custom folder for wallet file storage
--file <filename> use custom wallet filename
--help display help for command
Commands:
sync sync wallet with the network
monitor monitor wallet activity
balance display wallet balance
send [options] <address> <amount> [fee] send funds to an address
info internal wallet information
transactions list wallet transactions
address show wallet address
qrcode [options] show wallet address qrcode
create [options] create Kaspa wallet
permanently-decrypt decrypt wallet permanently
permanently-encrypt encrypt wallet permanently
compound compound transactions by re-sending funds to itself
help [command] display help for command
Kaspa Wallet provides a test utility rpc.js allowing you to send RPC commands to kaspad from the terminal:
$ node kaspa-rpc
Usage: kaspa-rpc [options] [command]
Kaspa gRPC client
Options:
--version output the version number
--testnet use testnet network
--devnet use devnet network
--simnet use simnet network
--server <server>:<port> use custom gRPC server endpoint
-h, --help display help for command
Commands:
run [options] Run gRPC "run -m <method> -j <json_data>"
requestBlockLocator [options] gRPC call requestBlockLocator
requestAddresses [options] gRPC call requestAddresses
requestHeaders [options] gRPC call requestHeaders
requestNextHeaders gRPC call requestNextHeaders
requestRelayBlocks [options] gRPC call requestRelayBlocks
requestTransactions [options] gRPC call requestTransactions
requestPruningPointUTXOSetAndBlock [options] gRPC call requestPruningPointUTXOSetAndBlock
requestIBDBlocks [options] gRPC call requestIBDBlocks
requestPruningPointHash gRPC call requestPruningPointHash
requestNextPruningPointUtxoSetChunk gRPC call requestNextPruningPointUtxoSetChunk
getCurrentNetwork gRPC call getCurrentNetwork
submitBlock [options] gRPC call submitBlock
getBlockTemplate [options] gRPC call getBlockTemplate
notifyBlockAdded gRPC call notifyBlockAdded
getPeerAddresses gRPC call getPeerAddresses
getSelectedTipHash gRPC call getSelectedTipHash
getMempoolEntry [options] gRPC call getMempoolEntry
getConnectedPeerInfo gRPC call getConnectedPeerInfo
addPeer [options] gRPC call addPeer
submitTransaction [options] gRPC call submitTransaction
notifyVirtualSelectedParentChainChanged gRPC call notifyVirtualSelectedParentChainChanged
getBlock [options] gRPC call getBlock
getSubnetwork [options] gRPC call getSubnetwork
getVirtualSelectedParentChainFromBlock [options] gRPC call getVirtualSelectedParentChainFromBlock
getBlocks [options] gRPC call getBlocks
getBlockCount gRPC call getBlockCount
getBlockDagInfo gRPC call getBlockDagInfo
resolveFinalityConflict [options] gRPC call resolveFinalityConflict
notifyFinalityConflicts gRPC call notifyFinalityConflicts
getMempoolEntries gRPC call getMempoolEntries
shutDown gRPC call shutDown
getHeaders [options] gRPC call getHeaders
notifyUtxosChanged [options] gRPC call notifyUtxosChanged
getUtxosByAddresses [options] gRPC call getUtxosByAddresses
getVirtualSelectedParentBlueScore gRPC call getVirtualSelectedParentBlueScore
notifyVirtualSelectedParentBlueScoreChanged gRPC call notifyVirtualSelectedParentBlueScoreChanged
ban [options] gRPC call ban
unban [options] gRPC call unban
getInfo gRPC call getInfo
help [command] display help for command
node rpc run -m getTransactionsByAddressesRequest -j '{"addresses":["kaspatest:qr32vna4u8wdamddwaf8853gt52dsauyp59zlcwd5k"], "startingBlockHash":""}'
./kaspad --utxoindex --testnet --dnsseed=testnet-dnsseed.daglabs-dev.com
./kaspaminer --miningaddr=kaspatest:qq0nvlmn07f6edcdfynt4nu4l4r58rkquuvgt635ac --rpcserver=localhost:16210 --testnet
FAQs
Kaspa Command Line Wallet Interface
We found that @kaspa/wallet-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.