pkg upgrade
pkg update
pkg install python
pip install ecdsa pycryptodome
pip install base58
cd /sdcard
pkg install git
git clone https://github.com/Rovikin/Bitcoin-Oflline-Wallet-Generator-With-Python.git
cd /sdcard/Bitcoin-Oflline-Wallet-Generator-With-Python
python btc.py
python btc.py
python file_encryptor.py
python btc_check.py
The address and private key generated can be imported into SafePal, Electrum, Bitget, and other wallets that support Bitcoin legacy addresses. I chose legacy because it is the most compatible with many wallet applications on Android.
When creating this Bitcoin wallet, ensure that the device is offline, turn off all internet connections, and use airplane mode until you have finished saving the encrypted private key.
Do not decrypt the 'encrypted private key' unless you intend to use up all its contents. Be cautious of cyber threats.
pkg upgrade
pkg update
pkg install python
pip install ecdsa pycryptodome
pip install base58
cd /sdcard
pkg install git
git clone https://github.com/Rovikin/Bitcoin-Oflline-Wallet-Generator-With-Python.git
cd /sdcard/Bitcoin-Oflline-Wallet-Generator-With-Python
python btc.py
python btc.py
python file_encryptor.py
python btc_check.py