bitcoin-php
bitcoin-php copied to clipboard
Bitcoin implementation in PHP
Not for merge yet, but started working on a phpecc-backed implementation of the schnorr signature implementation a while back. Opening the PR so I don't forget about it
Hello, your lib is awesome, but i found problem. On every 1000 generated wallets by mnemonic, 6 wallets is invalid. However, on the node.js, these mnemonics generate valid wallets. I...
Hello, I'm new in the cryptocurrencies world, and i need help to understand your library. It seems huge, and i'm lost with all its features. I have some questions: 1....
I'm using the bip32.php example from latest version but switched the network after the autoloading line by adding `Bitcoin::setNetwork(\BitWasp\Bitcoin\Network\NetworkFactory::dashTestnet());` to change to the dash testnet. At first it looks fine,...
I have a phrase of 12 words. I need adresses for different wallets such as ethereum, bitcoin cash. Did not find how to do this, please help. Thanks for your...
I can't install this libirary using composer as it says php version error it requires 64 bit php and xampp don't have 64 bit for windows system all 32 bit...
How use bitcoin-php last version with that lib https://github.com/blockcypher/php-client ?
there are lot of problems on windows with dependent lib, best way to implement below code in single page without any dependices. require __DIR__ . "/../vendor/autoload.php"; use BitWasp\Bitcoin\Address\AddressCreator; use BitWasp\Bitcoin\Transaction\TransactionFactory;...
Having the raw transaction (non-signed), how can I sign it using bitcoin-php version 1.0? _Originally posted by @Gwinest in https://github.com/Bit-Wasp/bitcoin-php/issues/166#issuecomment-588584875_