goal
Create a wallet feature for at least Watch only in Python. Included send I’ll be sitting in the future too.
detail
I’m already sharing my code on GitHub (in Python). I’m looking for some feedback and trying to clarify some of the concepts I lack.
You can make any ideas, but here are the specific questions I have. I’m a complete noob in the Bitcoin world, so some clarifications are appreciated.
question
- Is that there?
bitcoinlib
Python library interface with Authentic Bitcoin blockchain? I understand that there are some kind of test chain where you can get free test coins. But is there a tutorial on how to use it, especially using the Python library? - Seed word generated
data/seed.txt
Using Blue Wallet (BW), XPUB exposed by BW matches what was returned byCustomWallet.get_xpub
method. However, the receiving address from BW is do not have MatchCustomWallet.get_address
method. What does that mean? I understand that under Xpub there are multiple (infinite?) receiving addresses, but is that why? - If you send SATS to the address generated by
CustomWallet.get_address
if initialized with the same species, will it appear in my blue wallet? And the other way around? - Should
wallet.transactions(include_new=True)
Please tell me about unconfirmed transactions. I have an unconfirmed transaction (in the actual blockchain I sent it from Trezor), but it doesn’t show up when calling a method in Python. - You should do
Wallet.balance()
Do you show the actual balance of a method blockchain wallet? I transferred some amount to the wallet that BW is displaying, but my code says it’s zero balance. What gives? - What is the best way to send and receive multiple transactions through code? Authentic Blockchain works as much as possible, but will it be wasted my sat?
Discover more from Earlybirds Invest
Subscribe to get the latest posts sent to your email.