Skip to content

Commit d2c27de

Browse files
authored
Create README.md
1 parent 44ab508 commit d2c27de

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Bitcoin/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Attack AIO Crypto [ Bitcoin All Address Wallet Type ]
2+
## All BTC ADDRESS Type : P2PKH , P2SH , P2WPKH , P2WSH, P2WPKH in P2SH , P2WSH in P2SH
3+
---
4+
5+
install packages on windows:
6+
```
7+
python -m pip install --upgrade pip
8+
pip install hdwallet
9+
pip install rich
10+
pip install lxml
11+
```
12+
13+
install package's on linux :
14+
15+
```
16+
sudo apt update&&sudo apt upgrade -y
17+
pip3 install hdwallet rich lxml
18+
19+
```
20+
21+
after installing run :
22+
23+
```python:
24+
python p2pkh.py
25+
#or
26+
python3 p2sh.py
27+
```

0 commit comments

Comments
 (0)