bitcoin-php
bitcoin-php copied to clipboard
Bitcoin implementation in PHP
Is possible to encrypt messages using this lib?
Be more compatible with PHP 8
mdanter/ecc v0.5 requires php ^7.0, the v1 handle php 8 and there is no breaking change Diff between v0.5.2 and v1.0.0: https://github.com/phpecc/phpecc/compare/v0.5.2...v1.0.0 Release note: https://github.com/phpecc/phpecc/blob/master/doc/release-notes-1.0.0.md
https://github.com/Bit-Wasp/bitcoin-php/tree/v1.0.4 is the newest tag now. While the latest update got pushed to `master` in 16 April 2021 https://github.com/Bit-Wasp/bitcoin-php/commit/39955beb491e329ef75bd8cbb14b06407be3e33b This gives us problems since we would like to pin our...
When trying to required this package on a PHP 8 environment it returns an error.
Dependency changes: murmurhash: ^2.0 phpunit: ^9.0 Test fixes: - Fixes up declaration of `setUp` which changed with PHPUnit versions - Adopt new usage for `expectException` - `assertInternalType` deprecated
Composer.json require `lastguest/murmurhash` `v2.0.0` but only [2.0.1](https://github.com/lastguest/murmurhash-php/releases/tag/2.1.0) (and latest) are php 8 compatible. Can you update composer.json `lastguest/murmurhash` to require [2.*](https://github.com/lastguest/murmurhash-php/tags) ? best,
this package have some networks like `Dogecoin`, `Zcash` and more. how can i add Tron to `BitWasp\Bitcoin\Network\Networks` ? it need some parameters like `$base58PrefixMap` , `$bech32PrefixMap` , `$p2pMagic` for Tron...
txid: `68f283ecda28bfaa3e2a79370b9fe7473143875a49c0dc817ba1c09cbdaf6572` code: showup " Newly Generated Coins" ```
such as txid: `892f506a224d04000aaa87cca90d0e9d3be8958ff7168c19a16b03dce3c9381a` How can I convert the scriptSig data to address like the block explorer shows. ``` { "result": { "txid": "892f506a224d04000aaa87cca90d0e9d3be8958ff7168c19a16b03dce3c9381a", "hash": "892f506a224d04000aaa87cca90d0e9d3be8958ff7168c19a16b03dce3c9381a", "version": 1, "size": 257,...