Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza committed Mar 15, 2022
1 parent e6ae468 commit 958a055
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# BTC PrivateKey And Address Generator + Check Balance Without API
## Bitcoin Private Key And All Address Type ( BECH32 , P2SH , P2WKH , P2KH ) generated With **HDWallet** Package
First Install Package's With This Common :

‍‍‍‍‍`pip install hdwallet`

`pip install colorama`

----
![Screenshot](https://github.com/Pymmdrza/BTCHDwallet/blob/main/HDbtc.png)
----
### after install package `hdwallet` + `colorama` write or copy [THIS SOURCE](https://github.com/Pymmdrza/BTCHDwallet/blob/main/BTCHDW.py) code on python file `.py`
----
### Run On Windows (cmd / powershell):

`python BTCHDW.py`

### Run On Linux (debian):

`python3 BTCHDW.py`

#### All Checking Value per Address in AtomicWallet Recieved , Programmer **Mmdrza** Use Python =<3.6

#### Python With [M M D R Z A](https://mmdrza.com)

```
# ================================================
# DONATE (BTC) : 16p9y6EstGYcnofGNvUJMEGKiAWhAr1uR8
# Website : Mmdrza.Com
# Email : [email protected]
# Dev.to/Mmdrza
# Github.com/Pymmdrza
# ================================================
```

0 comments on commit 958a055

Please sign in to comment.