ynohtna92
ynohtna92
@wierzcholski It is because you are not using the correct hardened path and missing a key branch. `"freshAddressPath": "44'/60'/0'/0/0",` but you are using `--path="m/44/60/0"` Notice the missing apostrophes, use should...
You should be able to include it into your project with `composer require dan-da/hd-wallet-derive`. @dan-da has to update the WalletDerive.php class so it doesn't call its own autoload however (or...
``` // Using the Binance Smart Chain $web3 = new Ethereum('https://bsc-dataseed4.binance.org/'); // ABI - https://bscscan.com/address/0x22663e2bbf6524dbbe1fb14a84eb689ca65ef367#code $contractMeta = json_decode(file_get_contents(APP . '/config/contract_bsc.json')); $contracts["Contract"] = new NFT( $contractMeta->abi, $contractMeta->address, $web3 ); $logs =...
> Sorry. Forgot to mention, that you need to pull the master branch to get the new CircleCi config Rebased.
I haven't tested for this case but can you try use this fix I made a pull request for? https://github.com/digitaldonkey/ethereum-php/pull/55/commits/7d3610a64073074b1ca3dda5730bd53aea52e631
@crsaracco @ckhung5 Is this still happening? As far as I can tell this is probably a valve issue.
Yeah it is. I've seen it work occasionally on the workshop but then other times it will not load. I think there is an issue with the http get/post from...
> bump! https://github.com/Bit-Wasp/bitcoin-php/pull/872 @dan-da, it was merged here. Are you able to update hd-wallet-derive with this and using tag releases instead of dev-master, my composer is having issues with grabbing...
> Address index relies on transactions index, how should we handle this? Fail to startup if there are no --index-transactions flag? I don't think it should fail, I implemented the...
Hi @BlueOrionBlockchain, I'm interested in a PHP SDK. I'm looking at being able to confirm payments to an account by matching the memo id and transaction amount size to a...