- Auto Send Native To Random Recipient Address
- Auto Deploy Contract
- Auto Interaction Contract
- Auto Deploy Token
- Auto Send Token To Random Recipient Address
- Make Sure Already Install Requirements Below
- Input Privatekey On pvkeylist.txt
- Run With Command Below
- Data Recipient Save As datarecipeint.txt Include 0xaddr|pvkey
python helperevmtestnet.py
python3 helperevmtestnet.py
- Input RPC Url
- Input Min & Max Send Amount Native & Token
- For Windows 7 Install Python 3.8 Download Here [Scrool Down]
- For Windows 10 Or Higher Install Python 3.10 Download Here [Scrool Down] [Or Try Install From Microsoft Store]
- Install Requirements
python -m pip install pip --upgrade
pip install requests
pip install web3==6.20.1
- For Termux Android Download Here [F-Droid Version]
After Install Termux, Make Sure Allowed Permission Storage On Setting Termux
- Install Python 3.10
pkg update && upgrade
pkg install tur-repo
pkg install python-is-python3.10
- Install Requirements
pip install --upgrade pip
pkg install -y rust binutils
CARGO_BUILD_TARGET="$(rustc -Vv | grep "host" | awk '{print $2}')" pip install maturin
pip install requests
pip install web3==6.20.1
- For Ubuntu 18.04 | 20.04 | 22.04 (VPS)
- Install Python 3.10
apt update && sudo apt upgrade -y
apt install software-properties-common -y
add-apt-repository ppa:deadsnakes/ppa
apt install python3.10
apt install python3-pip
- Install Requirements
pip install requests
pip install web3==6.20.1