
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.
ltzcore-client
Advanced tools
This repo should allow you to create a wallet using the ltzcore-v8 infrastructure.
Currently we have the following features
No baseUrl flag will automatically create a wallet that points to https://api.bitcore.io/api.
./wallet-create --name TestWalletLTZ --chain LTZ --network mainnet
To create a wallet to point to local bitcore-node.
./wallet-create --name myregtestwallet --chain BCH --network regtest --baseUrl http://localhost:3000/api
Register an existing wallet to point to custom Bitcore API url.
./wallet-register --name myregtestwallet --baseUrl https://api.bitcore.io/api
Or a local Bitcore-node
./wallet-register --name myregtestwallet --baseUrl http://localhost:3000/api
You can import a jsonl file. privKey and pubKey are optional. If you provide privKey, pubKey must be provided as well.
//~/Desktop/export.jsonl
{"address": "mXy1234", privKey: "xxxxxxx", pubKey: "yyyyyyyy"}
{"address": "mXy1234", privKey: "xxxxxxx", pubKey: "yyyyyyyy"}
{"address": "mXy1234", privKey: "xxxxxxx", pubKey: "yyyyyyyy"}
./wallet-import --name TestWalletLTZ --file ~/Desktop/export.jsonl
You can also import an address in json format in the command line.
./wallet-import --name myregtestwallet --parse '[{"address":"mXy1234"}]'
./wallet-balance --name TestWalletLTZ
./wallet-balance --name TestWalletLTZ --time 01-15-2019
Valid types of time (no slash marks allowed):
1-14-2019
"Wed Jan 16 2019 13:34:20 GMT-0500 (Eastern Standard Time)"
"2019-01-16T18:47:33.396Z"
./bin/wallet-utxos --name TestWalletLTZ
./bin/wallet-tx --addresses '[{"address": "moVf5Rf1r4Dn3URQHumEzvq3vtrFbaRvNr", "satoshis": 2500000000}]' --fee 100 --utxos '[{"txid":"28321f501ce47db1fd40d9ad461624bf9fe6cb581ac0177d17304ff128b86d61","vout":0,"address":"mhwfzHhBdpUKLTzGkUEUpJWa3ipTYZHjF8","script":"21033a3c1aa3fb35e07fe7ff44423c8d378c2d4610ffac8b08c4e6747d7573566937ac","value":5000000000}]' --change "mz21R16FYXfA6G4EJdCrTsduvX9BHHecvv" --name TestWalletLTZ --amount 2500000000
./bin/wallet-sign --name TestWalletLTZ --tx 0100000001616db828f14f30177d17c01a58cbe69fbf241646add940fdb17de41c501f32280000000000ffffffff0200f90295000000001976a914578237b9848cc709ced0e098417e0494415add1488ac9cf80295000000001976a914caf0ee682de3daa9b3640da1f6d47cc04ce2c99e88ac00000000
./bin/wallet-broadcast --name TestWalletLTZ --tx 0100000001616db828f14f30177d17c01a58cbe69fbf241646add940fdb17de41c501f32280000000048473044022052cf595274c422c37d140989c8cc31c95b39d326b5eac8d4feb8bcceebdebc3f02205635c798c24ae1d44d0871e6938dbfd76293e695131d890838654816f28b942401ffffffff0200f90295000000001976a914578237b9848cc709ced0e098417e0494415add1488ac9cf80295000000001976a914caf0ee682de3daa9b3640da1f6d47cc04ce2c99e88ac00000000
FAQs
Wallet client for ltzcore node
We found that ltzcore-client demonstrated a not healthy version release cadence and project activity because the last version was released 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.