bitcoin-php icon indicating copy to clipboard operation
bitcoin-php copied to clipboard

Bitcoin implementation in PHP

Results 87 bitcoin-php issues
Sort by recently updated
recently updated
newest added

Hello, I want to transfer btc from p2sh address to another p2sh address. If there is only one uxto, the following code will work normally, But if there are multiple...

I'm trying to generate wallet addresses from Master Public Key using the bitwasp/bitcoin package on laravel 8. I'm getting the issue below ``` InvalidArgumentException HD key magic bytes do not...

Hello, can you help me how to send bitcoin from wallet 1 to another wallet? Do you have code for this? Thanks

hd-wallet-derive has been using an older version of bitcoin-php. When I just tried to update, path derivation of absolute paths fails with error: "Only relative paths accepted". See https://github.com/Bit-Wasp/bitcoin-php/blob/b53ce778a30f6dd996f8fa748ed43b2fce3ccb7b/src/Key/Deterministic/HierarchicalKey.php#L324 I...

Since bitcoin-php already offers support for several coins and testnets, I thought the library might benefit from integrating coinparams to support hundreds more without manual effort for each. [coinparams](https://github.com/dan-da/coinparams) is...

I use this code to create a TX with multiple inputs and multiple outputs. After sending raw transaction to network it hangs unconfirmed for a long time. I think it...

PHP v8 support requires newer lastguest/murmurhash version

Linking relevant issues and PR's here and any notes - [x] Composer 2 support - [x] Bump murmurhash3 - [ ] Bump mdanter/ecc https://github.com/Bit-Wasp/bitcoin-php/pull/877 - [x] Bump phpunit to test...

Hello! Cannot figure it out for 37 sleepless hours. May be misunderstood the signer logic or Blockchain specific.. Tried to make the code as simple as possible. ` $privKeyFactory =...

Hello! I have faced a problem when try to install this library via Composer version 2. Problem exists with requirement to use `composer/semver` of version 1.xx, but it has actual...