In Javanese, the word "tai" means dirty, so to maintain politeness and cleanliness, it is replaced with "ee." That’s why this program is named "EEKO" instead of "TAIKO."
- Voting Mode (Low-Fee Transactions): If the gas fee is above the specified limit, the script switches to a voting method. This helps reduce transaction costs, but does not accrue point value.
- Wrap/Unwrap Mode (Earn Points): When the gas fee drops below the specified limit, the script returns to using the wrap/unwrap method. This allows point value to be collected with each transaction.
- Automatic Count and Fee Tracking: The system saves transaction counts and total fees, allowing you to resume transactions seamlessly.
- Auto Stop for Wrap/Unwrap: The process halts once the total transaction fee is reached.
- Transaction Notifications: The system will send notifications via Telegram when transactions are completed or if any errors occur during the process
- Get License and Notifications
-
Before voting, ensure that the balance is in ETH to avoid a shortage of transaction fees.
-
Controlled Transaction Spam: Send a specific number of transactions, as specified by the user. This feature enables targeted transaction spamming.
-
--gass (limit gas price)
Default:0.111
The gas price threshold in Gwei. This determines the maximum gas price to pay for transactions. -
--limit (limit total fee)
Default:0.00036
The total transaction fee limit in ETH. This value controls when to stop wrapping or unwrapping based on the accumulated fees.To run the script with default values:
python3 EEKO.py
To specify custom values:
python3 EEKO.py --gass 0.09 --limit 0.000345
git clone https://github.com/dpangestuw/eeko.git
cd eeko
pip install web3==7.3.0 requests colorama
python3 EEKO.py
Create a file named pvkey.txt and input your private key