How To Create Ethereum Wallets with Python: A Simple Guide!

Опубликовано: 10 Сентябрь 2022
на канале: CryptoSlo
5,495
117

In this video I will show you how to use Python and the Web3.py library to generate Ethereum wallets. Remember, what things are down, Keep Building and Learning!

** Instructions **
1. Download Anaconda : https://www.anaconda.com/products/dis...
2. Run Anaconda command prompt (windows search "ana")
3. From Anaconda command prompt install Jupiter [copy paste code below]
pip install notebook
4. From Anaconda command prompt Install Web3.py Library [copy paste code below]
pip install web3
5. Run Jupyter Notebook (windows search "jup"
6.Create New Folder
7. Click on folder and then click "Rename"
8. In Jupyter click "new" Python 3 file
9. Paste in Code below
from eth_account import Account
import secrets
priv = secrets.token_hex(32)
private_key = "0x" + priv
print ("SAVE BUT DO NOT SHARE THIS:", private_key)
acct = Account.from_key(private_key)
print("Address:", acct.address)
10. Hit the run button
11. Record your private key and import into metamask
12. Delete the code block for security

► Ledger Crypto Cold Wallet: https://shop.ledger.com?r=fc9acd7fabfa
► Gift Cards With Crypto: https://www.bitrefill.com/buy/?code=p...
► Buy-Sell Bitcoin: https://www.coinbase.com/join/slobod_s
► Crypto Taxes Made Easy Form 8949: https://www.zenledger.io/?afmc=4y&utm...

Subscribe and Smash that Bell Notification for all the Latest Crypto
●▬▬▬▬▬▬▬▬▬▬▬Social▬▬▬▬▬▬▬▬▬▬▬●
YouTube ► https://www.cryptoslo.com/
Twitter ►   / bitcoinslo  
Library ► https://lbry.tv/$/invite/@CryptoSlo:0
●▬▬▬▬▬▬▬▬▬▬▬Gear▬▬▬▬▬▬▬▬▬▬▬●
Official Merch: https://teespring.com/stores/cryptosl...
CryptoSlo Amazon Store: https://amazon.cryptoslo.com
●▬▬▬▬▬▬▬▬▬▬▬BitCoin▬▬▬▬▬▬▬▬▬▬▬●
Lolli - Earn BTC Rebates while you Shop https://lolli.com/ref/NKXC4WWfyb
CashAPP : https://cash.me/app/XDGHQKG
CoinBase: https://www.coinbase.com/join/slobod_s
●▬▬▬▬▬▬▬▬▬▬▬Creator Tools▬▬▬▬▬▬▬▬▬▬▬●
SNAPPA Thumbnail Creator: https://snappa.com/CryptoSlo?afmc=237
●▬▬▬▬▬▬▬▬▬▬▬Disclaimer▬▬▬▬▬▬▬▬▬▬▬●
This YouTube Channel does not or in anyway represent itself as a registered broker, analyst, investment advisor or anything of that sort. Everything that we provide on this site is purely for guidance, informational and educational purposes. All information contained herein should be independently verified and confirmed. Trading and investing in cryptocurrencies (also called digital or virtual currencies, crypto assets, altcoins and so on) involves substantial risk of loss and is not suitable for every investor. If you do not fully understand these risks you must seek independent advice from your financial advisor. All trading strategies are used at your own risk.

If You’re Not Talking Gains, Then We're Not Talking. :-)

HASHTAGS
#cryptoslo #WEB3.PY #PYTHONWEB3