bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
Thanks for this fantastic package! In `packages/bitcore-mnemonic/package.json` the `repo` url points to an archived repo. I noticed this on the `npm` page of `bitcore-mnemonic` ```json { "repository": { "type": "git",...
The code :const alice = bitcoin.ECPair.fromPrivateKey(Buffer.from(child.__d, 'hex')) const txb = new bitcoin.TransactionBuilder() txb.setVersion(1); txb.addInput('64d3df9413f527fd86181ac7877330ad2393068033ba41dd1469d489db5b0dcf', 1) txb.addOutput('1PzSzJmdCuTbu27dYxjhWAdGcdya75vMmv', 500000) txb.addOutput('1H3xhcX2N4GEhWdN89vktEWkkS2mjpgG7m', 6141829) txb.sign(0, alice) The result :0100000001cf0d5bdb89d46914dd41ba3380069323ad307387c71a1886fd27f51394dfd364010000006b483045022100f4c9f4d6b21afc4bd5d22b62a487a78d6b434d7e94aa9dfcc1a32d16f0a4032c022079739b9b9afcec6835b0d45541cb6ce6daaa2911ff7055776b23bf7fcd981f2101210201a7bf096af54f1c325a3ae306e9cfcd5d138f2630aee1182bf981a820250837ffffffff0220a10700000000001976a914fc302bb8d5a04b9dc72b4c1f5c53fe9e5484cad588ac85b75d00000000001976a914b01157358816f433c560162ffea92f29f3bc96a488ac00000000 then sendrawtransaction, Return error: { code:...
Hello, This repository is listed on the [Awesome Bitcoin](https://raw.githubusercontent.com/igorbarinov/awesome-bitcoin/master/README.md) list, which is a collection of useful Bitcoin projects. However, it seems that the 'bitcoin' topic is missing from this repository's...
https://github.com/bitpay/bitcore/blob/f778e62c3bcaa6799f8be0bd870d7e3910d7e16f/packages/bitcore-lib/package.json#L43 has been long unmaintained; and had a few CVEs. I suggest doing following actions: - replace elliptic with audited `@noble/curves` - replace scryptsy with audited `@noble/hashes` - upgrade ethers...
This allows bitcore-client to be run using `npx`
Why is the string definition of `Message.MAGIC_BYTES` set as `'Bitcoin Signed Message:\n'` instead of `'\u0018Bitcoin Signed Message:\n'`?
I am using latest version of the package and to generate signature i am using Securosys REST API
The coinbase input script includes a committed block height (since block v2), any BIP 9 or similar block signaling, and often the claimed name of the pool which mined the...
**Hi all! We use this documentation:** https://github.com/bitpay/bitcore/blob/master/packages/bitcore-node/docs/api-documentation.md We are interested in this method: Get Wallet Transactions GET /api/BTC/mainnet/wallet/:pubKey/transactions Purely theoretically, it refers to the public key of a Bitcoin wallet....