Replies: 1 comment 1 reply
-
You can ask chat gpt. it shows how to do it. You can also check the docs for wallet.create Parameters: keys (str, bytes, int, HDKey, HDWalletKey, list of str, list of bytes, list of int, list of HDKey, list of HDWalletKey) – Masterkey to or list of keys to use for this wallet. Will be automatically created if not specified. One or more keys are obligatory for multisig wallets. Can contain all key formats accepted by the HDKey object, a HDKey object or BIP39 passphrase from bitcoinlib.wallets import Wallet -- Replace with your own mnemonic phrase -- Create a wallet from mnemonic |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone. Anyone who can help me, thank you in advance.
Summary: How can I use or import my bitcoin wallet, which I generated on IanColeman.io, for example, into bitcoinlib? And to send values from this same imported wallet to the ‘address’ (another wallet) of a recipient?
Wallets generated with IanColeman. io:
path,address,public key,private key
m/84'/1'/0'/0/0,tb1qc5lsflyzs3vpae77ge96rxzrm676wlh4exwaa3,02f9e576b1ba95d0493bce86b94e6cd80ff9d5e9ef761a82ad979c3dfedce23934, cTPZdf9d3SpAepS1ALsT41rLEkv1JX4y2chLGJ6nLiY7R58Z9AGZ
m/84'/1'/0'/0/1,tb1q8cf96arzlhmr9yr28c7h8ad4cwf9ue3xdavvfw,027f905487f0a6676f13ce4fd825099202dbbe67344c66ddd06560990cd36a6312, cRYtSYT6BykCNvif433Lftk7eroxQi4GZ7SvEZcFmgK9TM5bZiH7
I wrote a code to create a wallet (keys 'testnet') with bitcoinlib and also make a transfer, as it is something simple to do:
Now I want to learn how to import a paper wallet (like the ones generated on ‘IanColeman.io’) and carry out transactions from it with BitcoinLib. #HelpMe #HelpMe #HelpMe
Beta Was this translation helpful? Give feedback.
All reactions