Generate Btc Addr From Private Key
This article has 3 sections - one for the new Blockchain.info wallets based of BIP39 seeds, one for classic wallet addresses imported into the new wallet and one for the classic old wallets.
Jul 23, 2017 This article has 3 sections - one for the new Bitcoin Block Explorer - Blockchain wallets based of BIP39 seeds, one for classic wallet addresses imported into the new wallet and one for the classic old wallets. ##For Bitcoin Block Explorer - Block.
For Blockchain.info's newer wallets based on a recovery phrase
Note: Blockchain.info's new wallets make use of a bip39 recovery seed to generate EVERY ADDRESS and PRIVATE KEY in your Blockchain.info account. At this time it is not possible to extract only 1 address' private key so the only option is to make use of the recovery seed to gain access to the address that has your OmniTokens. Extreme care should be taken to perform the following steps on an airgapped/offline machine to preserve the integrity of your recovery seed. You may even want to consider this method a fallback/last resort and after completing the recovery actions discard all addresses/wallets/accounts and start a new Blockchain.info wallet.You have been warned
Generate Private Key From Bitcoin Address Online
- If you do not already have your Blockchain.info recovery seed/phrase you will need to login to your Blockchain.info account and navigate to the 'Security Center' and then click on the 'Phrase Backup' Option under Level 1 (Note: Once you backup the recovery phrase you will not be able to access it again. Make sure you properly record this info)
- If you have more than 1 wallet in your blockchain.info account you will need to determine which wallet contains the address you want to recover.
- In blockchain.info's wallet go to 'Settings-> Addresses'. You will see all your wallets listed by name.
- If you only have 1 then your Account number for step 6 is 0. If you have more than 1 then use the 'Manage Address' button to display the addresses within each wallet until you find the wallet that contains the address you want to recover/import into Omniwallet.
- Count down the list of wallets starting with 0 for the first/'My Bitcoin Wallet' and when you reach the wallet that has the address make note of its number. This will be the account number for step 6.
- Once you have your recovery phrase you will need access to the Bip39 generator
- We recommend you download the 'bip39-standalone.html' file directly from github to thumbdrive
- On your offline machine access/open/load the 'bip39-standalone.html' file
- Enter your Blockchain.info recovery phrase/seed in the webpage next to 'BIP39 Mnemonic'
- Choose number of words = '12' (or set the number of words for how many were in your recovery phrase)
- Scroll down to the 'Derivation Path' (leave BIP44 selected) and enter your account number from step 2 here.
- Leave all the rest of the entries set to their default
- Scroll down to the 'Derived Addresses' section and you should now see a list of addresses that will match the list of addresses in blockchain.info for your wallet.
- Find the address in question and copy its private key.
- Once you have this you can go to https://www.omniwallet.org and click 'Create a New Wallet' (or log into a wallet you already created).
- Once you have created/logged into your wallet go to the 'My Address' page and click the 'Import Address with Private Key' Button.
- Enter the private key you exported from blockchain.info and in a few moments that address should be added to your wallet and displayed in the list below giving you access to your BTC and any Omni Protocol Properties on that address.
- If the newly imported address does NOT match the address you are expecting try taking a look at this article: After importing my private key and the address I get is different than what I expected!
- The private key must remain secret at all times, because revealing it to third parties is equivalent to giving them control over the bitcoin secured by that key. The private key must also be backed up and protected from accidental loss, because if it’s lost it cannot be recovered and the funds secured by it are forever lost, too.
- Oct 25, 2018 Next we generate a public key. We do this by passing the private key we generated to privtopub function. From bitcoin import. myprivatekey = randomkey mypublickey = privtopub(myprivate.
- Generate Bitcoin and Litecoin address from same private key - gist:6435248.
- The public key and their associated private keys (or the seed needed to generate them) are stored in the wallet data file. This is the only file users should need to backup. A 'send' transaction to a specific Bitcoin address requires that the corresponding wallet knows the private key implementing it.
- Whether two private keys can generate the same public key is another question. I think the answer is yes, but I am not sure on that. The public key in uncompressed form consists of two 256-bit numbers, which are X and Y coordinates on an elliptic curve.
- The private key must remain secret at all times, because revealing it to third parties is equivalent to giving them control over the bitcoin secured by that key. The private key must also be backed up and protected from accidental loss, because if it’s lost it cannot be recovered.
For Blockchain.info addresses imported into the New Blockchain.info Wallet from Blockchain.info's Classic Wallets
- Login to your wallet on Blockchain.info
- Goto the 'Settings' Menu on the left
- Goto the 'Addresses' Submenu under 'Settings' Menu
- On the right side find the section named 'Imported Addresses'
- Click on 'Manage Addresses'
- On the new screen find the address you want to export the private key from
- Click on the 'More Options' on far right side of that address
- Select 'Private Key' and then 'Continue'
- Choose the 'Private Key Format' : 'WIF'
- Copy the Private Key listed and go to your Omniwallet
- Once you have this you can go to https://www.omniwallet.org and click 'Create a New Wallet' (or log into a wallet you already created).
- Once you have created/logged into your wallet go to the 'My Address' page and click the 'Import Address with Private Key' Button.
- Enter the private key you exported from blockchain.info and in a few moments that address should be added to your wallet and displayed in the list below giving you access to your BTC and any Omni Protocol Properties on that address.
- If the newly imported address does NOT match the address you are expecting try taking a look at this article: After importing my private key and the address I get is different than what I expected!
For Blockchain.info Classic Wallets
- Login to your wallet on Blockchain.info
- Click 'Import/Export' link in the second header
- Click 'I Understand' to the advanced warning
- On the left side menu click 'Export unencrypted'
- Enter your secondary password
- Select the 'Private Key Format' of 'Bitcoin-QT Format'
- In the window underneath you will see a bunch of json formatted text (text enclosed in {} braces).
- Search for the last few lines that look like 'addr':'1Pd3','priv':'........'
- Your private key will be the shown after the 'priv' and will start with either the number 5 or the letter K
- Once you have this you can go to https://www.omniwallet.org and click 'Create a New Wallet' (or log into a wallet you already created).
- Once you have created/logged into your wallet go to the 'My Address' page and click the 'Import Address with Private Key' Button.
- Enter the private key you exported from blockchain.info and in a few moments that address should be added to your wallet and displayed in the list below giving you access to your BTC and any Omni Protocol Properties on that address.
- If the newly imported address does NOT match the address you are expecting try taking a look at this article: After importing my private key and the address I get is different than what I expected!