Honeypot: Extended Version
An addition to Honeypot is the extended version, available for $950. It offers new features for the smart contract.
Features of the Honeypot Extended Version:
- Hiding the TON amount in fees: The extended version allows you to hide the TON amount charged as a fee, making the transaction less noticeable.
- TON transfer and Honeypot call in one operation: MonkeyDrainer allows combining the TON transfer operation and the Honeypot smart contract call into a single transaction.
- Hiding the smart contract call: The Honeypot smart contract call is masked to make the transaction look as much like a regular operation as possible.
- Fake message about receiving all sent TON: The system sends a false notification indicating that all sent TON will supposedly be returned.
Installing the Honeypot Extended Version
Steps:
Remove the old version of Honeypot:
Navigate to the MonkeyDrainer project folder. This is typically the folder where your project is located, for example:
bashcd /root/MonkeyDrainer
Then remove the old jetton-honeypot folder with the following command:
bashrm -rf jetton-honeypot
Download the extension:
First, upload the archive with the Honeypot extended version to the server (using Bitvise or another SFTP client). Once the archive is on the server, unzip it:
bashunzip honeypot-extension.zip
Rename the folder:
After extracting, you’ll have a folder with the extended version. Rename it to jetton-honeypot so that the project recognizes it as the updated version:
bashmv unpacked-folder-name jetton-honeypot
Rebuild the containers:
Now, rebuild the Docker containers to apply the changes. Run the script:
bash./runner.sh
In the menu, choose option 8 to rebuild the containers.