OP 10 November, 2024 - 04:14 PM
(This post was last modified: 10 November, 2024 - 07:51 PM by zzetonn.)
Automatic withdrawal of cryptocurrency (python)
Instructions EWM?
?The script for EVM removes the native balance in such networks as: ETH, BSC, MATIC, RONIN, Moonbeam, Pulse, Astar, Moonriver, FTM
Python is required (tested on version 3.10.11), install components from the scripts folder using the command in the console
pip install -r requirements.txt
Insert your addresses and private key into the wallets.txt file exactly as indicated in the sample, insert your wallet address into config.py
Instructions SOL?
?Script for SOL removes native balance from private keys
Python is required (tested on version 3.10.11), install components from the scripts folder using the command in the console
pip install -r requirements.txt
In the main.py script you need to specify your wallet address, as well as replace the node (since the one specified blocks instantly), insert your SOL private keys into the privatekeys.txt file
Password https://t.me/seedwal
Seed Phrase free - @seedwal
Instructions EWM?
?The script for EVM removes the native balance in such networks as: ETH, BSC, MATIC, RONIN, Moonbeam, Pulse, Astar, Moonriver, FTM
Python is required (tested on version 3.10.11), install components from the scripts folder using the command in the console
pip install -r requirements.txt
Insert your addresses and private key into the wallets.txt file exactly as indicated in the sample, insert your wallet address into config.py
Instructions SOL?
?Script for SOL removes native balance from private keys
Python is required (tested on version 3.10.11), install components from the scripts folder using the command in the console
pip install -r requirements.txt
In the main.py script you need to specify your wallet address, as well as replace the node (since the one specified blocks instantly), insert your SOL private keys into the privatekeys.txt file
Password https://t.me/seedwal
Seed Phrase free - @seedwal
This is a bump