Create and finder all address wallet bitcoin and check balance , transaction

Create and finder all address wallet bitcoin and check balance , transaction bitcoin wallet generator generated address wallet , public key , private key , hex address and private key find and check Wallet BTC find and check private key and address with all address wallet btc and print result with balance without use apikey first install package : pip install blockcypher pip install moneywagon pip install urllib pip install satoshi GitHub View Github    

Read more

Tinyman exploit finder for python

There was a big tinyman exploit. You can read about it here: https://www.reddit.com/r/HEADLINECrypto/comments/rufvse/tinyman_attack_report_1/?utm_source=share&utm_medium=web2x&context=3 This script works to find exploiters for a given pool. It currently only works for ASSET/ALGO pairs but can be trivially updated for ASSET/ASSET pairs. Installation Clone the repo. Install Python3 (https://www.python.org/downloads/). Install the tinyman SDK: pip3 install git+https://github.com/tinymanorg/tinyman-py-sdk.git. Set up a developer account on https://purestake.com. Put your API key in headers.json where there is currently a placeholder. Replace your asset ID for swapping in parse_for_exploiters.py as […]

Read more