Thomas Kerin

Results 149 comments of Thomas Kerin

Sorry, don't have a lot of time to help. Did you get this working in the end?

Hmm, that started out because of something around here: https://github.com/Bit-Wasp/bitcoin-php/blob/master/src/Key/Deterministic/HierarchicalKey.php#L275 I can't remember if the issue still applies, I don't think there was a regression test written for the issue....

@dagogodboss in case you missed it, that can cause you to lose bitcoins. so it's not really a good idea to ignore those. > hence the wallet is unportable due...

Sorry for the delay. I don't really have a suggestion for you, besides docker on windows, a linux VM, or using linux. I've never heard of someone deploying this lib...

> Is it the good way to generate a wallet? No one really generates random private keys, they use deterministic keys because you can recover all the keys from a...

Yea I know what you mean.. The codebase is a bit fragmented in terminology, a PR renaming some args could help a lot. This can be helpful as at least...

Once you get an example like this working, it's a good idea to try and test yourself by generating a transaction and getting it accepted by the network. Testnet isn't...

> Is it possible with this library to show the transactions from a private/public key/btc address or do i have to use an api of some sort to get transaction...

> but what i meant was broadcasting a transaction, is that possible in this library and what class do i need to use? Got it. See what your blockexplorer API...

What type of wallet are you building? It's hard to give an answer without knowing what standard you're following :)