meir555

Results 3 issues of meir555

system info: ``` www-data@openadmin:/tmp$ uname -a Linux openadmin 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux www-data@openadmin:/tmp$ lsb_release -a No LSB modules are available. Distributor...

OS: Windows 10 Steps to reproduce: 1. Download jadx-gui for windows 2. Move the files to a folder named ! (for instance: C:\temp\!\jadx-gui-1.3.1-no-jre-win.exe) 3. Run jadx-gui 4. The program does...

Code: ``` from hdwallet import HDWallet from hdwallet.symbols import BTC as SYMBOL hdwallet: HDWallet = HDWallet(symbol=SYMBOL) PRIVATE_KEY: str = hashlib.sha256(b"asdasd").hexdigest() hdwallet.from_private_key(PRIVATE_KEY) print("Uncompressed:", hdwallet.uncompressed()) print("P2PKH Address:", hdwallet.p2pkh_address()) ``` Result: ``` Uncompressed:...