bit
bit copied to clipboard
Bitcoin made easy.
I generate a new address every time I need to receive a payment. Then, I need to be notified when balance changes. The only way to do that is .get_balance()....
Iis there bip44 (mnemonic workds) support?
Is this tool support only Bitcoin ?
I need to generate a bunch of childkeys/addresses and then store them, which will be used later on. Initially, tried `get_child` with increasing childids, ``` parent_wallet = wallet.from_master_key.... for childid...
Thanks for the library! One thing I'm currently trying to work out is how to effectively clear a wallet - currently I use PrivateKey.send(outputs), but this can produce a situation...
Hello! I tried to generate specific btc address using ``` from bit.keygen import generate_matching_address generate_matching_address(prefix='111') ``` The result was: > WIF: 5JWehNgDymMXJKS9GfpVWqasYHWcvvCSvWAYCu9EZ1Gkx8sdrVC > Address: 111M7AsA62ynkXXoeUWgqtKhpbpyFxNrY But when i tried to...
I've read over the documentation, so please feel free to point out if I've missed something. :) I'm trying to import a key into bit using the 12-word mnemonic seed,...
Is it possible to get the transaction time or its confirmation?
https://github.com/psf/black What do you think about doing this for bit? Obviously should be a single commit with nothing else going on that commit.
+sanity check for fee type, should fix #90