Building an Automated Withdrawal bot for your Ethereum wallet

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 158

  • @Gasvard
    @Gasvard  2 года назад +3

    Timestamps
    0:00 - Deposit wallets and their use cases
    2:00 - Automating the deposit and withdrawal process
    3:15 - Preparing Metamask wallets, getting faucet ETH
    8:10 - Starting off the Node.js project
    10:20 - Beginning bot's implementation
    24:50 - Testing the bot with an incoming transaction

  • @flashcash
    @flashcash Год назад

    Uncaught Error Error: Unexpected server response: 410
    anyone can help?

  • @ipoppippoppppppppppp
    @ipoppippoppppppppppp 2 года назад +1

    thanks man, to the point and quick set up!

    • @shegzedray1694
      @shegzedray1694 2 года назад +1

      what app did he use for the coding

  • @soltsdev
    @soltsdev Год назад

    love the quality content

  • @fisayomichaelanimashaun5522
    @fisayomichaelanimashaun5522 2 года назад +2

    Thanks for the video. Can you do a similar video for Binance network?

  • @daily_illuvium
    @daily_illuvium 2 года назад +1

    Great Video! Do you have any idea why the bot doesn't catch all incoming transactions to the wallet? For me its around 70% catch rate.

    • @BitcoinStrategy
      @BitcoinStrategy Год назад

      The mempool isn't global. You might want to listen to finished events instead.

    • @only_with_kindness
      @only_with_kindness Год назад

      I see you have been watching the same wallet I have been. I've been looking for this bot for some time now as well. One more thing you need to know about how this works without losing the SNX. Hit me up and I'll tell you 🤪

  • @marcelbenz1284
    @marcelbenz1284 Год назад

    Hello, I have a question
    My wallet on my ledger was hacked and I think that what you explain in the video is happening right now. If I now create an Auto-Bot myself, could it be that I can transfer the money to another wallet before the hacker does, or does this not work because there is already an Auto-Bot command on the wallet?
    Thank you for an answer!

  • @matero9667
    @matero9667 Год назад +1

    If i want to send real eth , should i change the code and put in the mainnet Url in the java script code ??

  • @Chopper-zg4cm
    @Chopper-zg4cm 3 месяца назад

    Pls is this concept possible with a broker, automatic withdrawal from a broker to a wallet after profits has passed a certain threshold

  • @felixbrito6235
    @felixbrito6235 2 года назад +2

    please how do i make the bot actively running even after my laptop is turned off

    • @Gasvard
      @Gasvard  2 года назад

      There are many options, but whatever it is you’re running the bot on has to remain online.
      You could run it on a VPS, most of them are pretty affordable.

    • @chotemiyan1333
      @chotemiyan1333 Год назад

      Bro how you ran it? I'm not able to do
      Guide me

  • @impliedvolatility845
    @impliedvolatility845 2 года назад +1

    How can I have the deposit wallet send tokens other than ETH?

  • @apochkin
    @apochkin 2 года назад +2

    How to lower request rate ? To avoid provider limits quick

  • @kietnguyentuan1582
    @kietnguyentuan1582 Год назад

    How to stop when bot automatically withdraws money from wallet? when the private key is revealed ?? Please help me !

  • @thiago2953
    @thiago2953 2 года назад +1

    what is the name of the program you are running the script in?????

  • @snooptiger9
    @snooptiger9 Год назад

    how to make listen for transaction stops for 5 min and then start again cuz open connection you will get limit rate from infura ...??

  • @mdsajad3851
    @mdsajad3851 Год назад +1

    Sir is it possible to stop auto transfer in Etherium???

  • @shegzedray1694
    @shegzedray1694 2 года назад

    thanks man

  • @jamesluiz3889
    @jamesluiz3889 Год назад

    What if I want to build this to auto withdraw USDT tokens

  • @vincentutin1881
    @vincentutin1881 2 года назад

    i want to know how u started the bot what i mean actually is the new windows that pops up in the begining of the video that u inputed some code and run it

  • @worldcoder
    @worldcoder Год назад

    What if my Computer goes off ? Will the bot still be active ? While my computer is off/offline ?

  • @youtubee-zd9dh
    @youtubee-zd9dh 7 месяцев назад

    please why is mine showing error "chainId address mismatch" when the eth is sent ?

  • @MikeD-ym4zd
    @MikeD-ym4zd Год назад

    How would Eth2 affect the WSS Websocket provider code for connecting to Infura?

  • @kingmustaq4314
    @kingmustaq4314 2 года назад

    Its not working for me or may be i dont know how to start it up
    im on window and cant find the Terminal too

  • @bonukeking5483
    @bonukeking5483 2 года назад

    nice work

  • @marshalluzoma4007
    @marshalluzoma4007 2 года назад

    @Gasvard Is it possible to have it run as a bot on a hosting platform such as Heroku? If yes, please how do i go about it?

  • @anishrai9945
    @anishrai9945 2 года назад +1

    My wallet has been compromised but it still has tokens in it. Whenever I deposit some eth for gas fee it is automatically transferred to another wallet. Is there a way to transfer token into my new wallet.
    Thank you

    • @Jdbzz0
      @Jdbzz0 2 года назад

      he can fix it for you, he did mine too

    • @farazahmad5348
      @farazahmad5348 2 года назад

      @@Jdbzz0 how much he charged...

    • @waqarhussain249
      @waqarhussain249 2 года назад +2

      only Avalanche i can help...

    • @Abywrites
      @Abywrites 2 года назад

      Don't waste your time... This is automated

  • @giz2k
    @giz2k 2 года назад +2

    what about bep20? what I need to change for bep20 network? thanks

    • @tomasthegoat
      @tomasthegoat Год назад

      Did you solve it out , if yes . Then what is the answer on your question please ?

  • @gameofhector
    @gameofhector 5 месяцев назад

    Please upload BSC also

  • @ij3ffgames
    @ij3ffgames 10 месяцев назад

    Can I still use these steps and code block but for Trx rather than Eth?

  • @yungmartin579
    @yungmartin579 Год назад

    Hey, can I ask you how can I properly change to different testnet or how can I change to mainnet?

  • @meditatedaily11
    @meditatedaily11 Год назад

    Hello @gasvardeth I recently saw your RUclips video on automating eth transfer from your wallet and I tried it out… I actually saved my eth wallet from a hacker I only need to know how to do so to my BNB and TRX wallets too because I’m still facing the same issue with the hacker
    PS: I have little programming knowledge
    Thanks in advance

  • @testimonyobarinu362
    @testimonyobarinu362 2 года назад

    It's not getting through, telling me to provide ENS name. What can be the cause of that

  • @kossy_bml4407
    @kossy_bml4407 Год назад

    Pls,where can I deploy this code to work online; instead of running it locally

  • @talalsalam3543
    @talalsalam3543 Год назад

    what if i upload this file on remixIDE or tronIDE is that possiple and will work without any amendment ?

  • @roxafilho5331
    @roxafilho5331 2 года назад

    I revoke the contracts but the script from the counter back they on automatic

  • @ithorizon254
    @ithorizon254 3 месяца назад

    what it isnt infura based blockchain? Are u able to help?

  • @robeelzahid
    @robeelzahid 7 месяцев назад

    It's been a year since you built this bot but now I am getting too many errors I fixed most of them but there are many more can you please help me out

  • @arifakhushi2163
    @arifakhushi2163 3 месяца назад

    Does the bot work for polygon?

  • @Synthox
    @Synthox 2 года назад +1

    is it possible to for example receive eth, then send another crypto coin on the Ethereum mainnet using eth as the gas fee?

  • @mapony7386
    @mapony7386 2 года назад

    i like your video

  • @faza3Tpg
    @faza3Tpg Год назад

    I have a wallet that has been hacked and any amount I receive goes to another address I don't have a computer can you help me 💔

  • @karanchopra7
    @karanchopra7 5 месяцев назад

    module not found

  • @lalights2538
    @lalights2538 Год назад

    how to add loop for multiply wallet auto send?

  • @ssyed4414
    @ssyed4414 2 года назад

    How would you delay the withdrawal by lets say 1min before transferring to receiver's wallet?

    • @Gasvard
      @Gasvard  2 года назад +1

      Wrap it into a setTimeout, like shown here:
      stackoverflow.com/questions/62960867/how-to-add-settimeout-to-this-code-for-1-minute

    • @snooptiger9
      @snooptiger9 Год назад

      how to make listen for transaction then after while stops for 5 min cuz open connection you will get limit rate from infura ...

  • @ngochoangnong997
    @ngochoangnong997 Год назад

    if i want to auto transfer other token. how to fix the script code?

  • @xxnaufal
    @xxnaufal Год назад

    How to deposite wallet to vault wallet

  • @hoopmania1549
    @hoopmania1549 Год назад

    Can this work in other network avax, arbitrum, optimism..

  • @EDW1NCM2008
    @EDW1NCM2008 Год назад

    How I can do it for goerli rinkeby no working anymore😢😢😢

  • @MrTandangs
    @MrTandangs Год назад

    how to add multiple private keys, in one script?

  • @ngochoangnong997
    @ngochoangnong997 Год назад

    how can i contact with you gasvard?

  • @m_afzal_321
    @m_afzal_321 2 года назад

    Hello sir
    How to stop automatic transfer from trust wallet please sir tell me

  • @snooptiger9
    @snooptiger9 Год назад

    hi this work if you have unlimted rate in infura

  • @slapyokids6323
    @slapyokids6323 Год назад

    How many block confirmation is good

  • @learnandearn3584
    @learnandearn3584 2 года назад

    Which application use for cord writing ?

  • @shegzedray1694
    @shegzedray1694 2 года назад

    what app do you use for the coding bro

  • @showmikroy4934
    @showmikroy4934 Год назад

    It'll work on arbitrum chain?

  • @hackpro3913
    @hackpro3913 2 года назад

    how to do this on trust wallet

  • @worldcoder
    @worldcoder Год назад

    Can this be used for Trustwallet ?

  • @kossy_bml4407
    @kossy_bml4407 2 года назад

    Is the code running in our local computer?
    Will the bot always be active?

    • @Gasvard
      @Gasvard  2 года назад

      I’m running the bot locally in the video. To have it always active consider running it as a systemctl daemon on a Linux VPS.

    • @kossy_bml4407
      @kossy_bml4407 2 года назад

      Are you on WhatsApp?

    • @scothbrown9462
      @scothbrown9462 Год назад

      @@Gasvard how do I get the Linux VPS

  • @eth-dao4206
    @eth-dao4206 2 года назад

    It keeps showing error when I type yarn init -y.
    Please help

    • @TabbyBoy65
      @TabbyBoy65 Год назад

      Do you have yarn installed?

  • @mysterychannel6577
    @mysterychannel6577 Год назад

    any easy way?

  • @lollytape6625
    @lollytape6625 2 года назад

    Is it possible to do this with tron (trx)?

  • @dinojames49
    @dinojames49 2 года назад

    Hey, if I set confirmation to 0 does that mean it will transfer even faster or it will fail because of 0 confirmation

  • @emmanueloluwatobiloba1708
    @emmanueloluwatobiloba1708 2 года назад

    Does not work for mainnet

  • @ij3ffgames
    @ij3ffgames 10 месяцев назад

    Bro you have a video like this but for tron?

  • @user-ol2mp7gz7m
    @user-ol2mp7gz7m 5 месяцев назад

    I hate coding. Isnt there any app I can use?

  • @shegzedray1694
    @shegzedray1694 2 года назад

    mentor what about binance or trc

  • @SurajSharma-gc6du
    @SurajSharma-gc6du Год назад

    Hello, there some hacked into. my defi wallet and he has set up automatic withdrawal, how can I stop hacker from taking my profit from stacked crypto coins, please help

  • @MUHAMMADAHMAD-jn4qk
    @MUHAMMADAHMAD-jn4qk 2 года назад

    Can its work with Polgyon Dai ???

  • @CinemaScope007
    @CinemaScope007 2 года назад

    bro how to use other networks

  • @LucianoDMotta
    @LucianoDMotta Год назад

    Thanks my friend, you saved me with this script, so I think I'm closer to trying to get rid of a scammer who is taking my tokens daily, there's only one thing missing for the solution to be definitive for me, how do I transfer BNB and not ETH? Is the same?

    • @uzcryptoairdrop
      @uzcryptoairdrop Год назад

      hi how did you download the code can you give me the code i cant download

  • @cyhegaming6225
    @cyhegaming6225 2 года назад +1

    can i have the script?

    • @Gasvard
      @Gasvard  2 года назад

      The link's in the description.

  • @Ray-ki4yf
    @Ray-ki4yf 2 года назад

    Does it do the same thing with Tron Wallets?

  • @roxafilho5331
    @roxafilho5331 2 года назад

    Brother my wallet was hacked I can't get my token out ..could you help me ??? I pay you in BTC

    • @cmconfig
      @cmconfig 2 года назад

      Its easy..i can help you

  • @hasanelmabruk4774
    @hasanelmabruk4774 2 года назад

    hello Can you make the script for multiple private keys,and what's the name of the program you used in this video 🙏

    • @Gasvard
      @Gasvard  2 года назад +3

      Hey! The source code is available for you to change as you wish (linked in the description). Which program are you referring to? I used Firefox, Metamask, the Mac OS Terminal and VS Code.

    • @Abywrites
      @Abywrites 2 года назад

      Very helpful info

    • @aydnozdemir8281
      @aydnozdemir8281 Год назад

      Kanka yapabildinmi

  • @user-ln9kb6do5e
    @user-ln9kb6do5e 9 месяцев назад

    Is there any way to contact you ?

  • @greenbd5451
    @greenbd5451 2 года назад

    My trust wallet hacked please help me?

  • @lovecasino4766
    @lovecasino4766 2 года назад

    Error bro for using MAINNET HELP ME please

    • @prasadpednekar3022
      @prasadpednekar3022 2 года назад

      Me also getting error on mainnet ....invlid argument value is error

  • @buzdovancinaa
    @buzdovancinaa Год назад

    Could you please copy whole code and give us pastebin link?Thanks...

    • @Gasvard
      @Gasvard  Год назад +1

      Source code’s linked in the description.

    • @buzdovancinaa
      @buzdovancinaa Год назад

      @@Gasvard thx.i didnt see it..

    • @uzcryptoairdrop
      @uzcryptoairdrop Год назад

      ​@@Gasvard I can't get the code from here, please put the code in another way

  • @davidcameron4422
    @davidcameron4422 5 месяцев назад

    Can you please help me install a sweeper bot.. I was hacked and I will pay you for your assistance please 🙏

    • @Dapp842
      @Dapp842 4 месяца назад

      What's your telegram username?

  • @gryhacker1569
    @gryhacker1569 Год назад

    Bro use light Theme,, 💀

  • @PremKumar-pb7xq
    @PremKumar-pb7xq 7 месяцев назад

    Hai sir my funds auto transfer othar account

  • @EnlighteningEntertainments
    @EnlighteningEntertainments 2 года назад

    If you can make a video to use the script on Android it would be helpful for many people

  • @mariagandia5955
    @mariagandia5955 2 года назад

    Can i ask how did you start im having trouble with it?

    • @Gasvard
      @Gasvard  2 года назад

      Please follow the source code REAME guide. If there are any specific errors feel free to open an issue inside the GitHub repository. The link to the source code repository is in the description to this video.

  • @Sanjaykumar-sy1ru
    @Sanjaykumar-sy1ru 2 года назад

    How to stop auto withdrawal

    • @Gasvard
      @Gasvard  2 года назад

      If someone has the private key to one of your wallets I’m afraid there’s nothing you can do except for transferring all funds to another wallet and not using the compromised wallet anymore.

    • @Sanjaykumar-sy1ru
      @Sanjaykumar-sy1ru 2 года назад

      @@Gasvard a friend of mine was scammed.
      Somebody gave him the key phase of the wallet and it shows 168k usdt in it
      When he tries to deposit ETH to withdraw it..it get transferred out immediately

    • @Sanjaykumar-sy1ru
      @Sanjaykumar-sy1ru 2 года назад

      What should we do?
      We have the secret key phase of the wallet

    • @satiscloud9703
      @satiscloud9703 2 года назад

      @@Sanjaykumar-sy1ru There’s not really something you could do, since I saw the wallet is blocked by USDT, meaning you can never withdraw it…

    • @dinojames49
      @dinojames49 2 года назад

      @@satiscloud9703 hey, where did you checked that wallet's USDT is blocked..in app Or Website? Where it shows

  • @suryanarayanan2493
    @suryanarayanan2493 2 года назад

    Need a automated withdrawal bot for trustwallet please make one brother

    • @Gasvard
      @Gasvard  2 года назад

      This one works for any ETH wallet as long as you have its private key.

    • @bonukeking5483
      @bonukeking5483 2 года назад

      @@Gasvard can you do trust wallet trx auto withdraw kindly

    • @bonukeking5483
      @bonukeking5483 2 года назад

      a video

  • @gunmeth
    @gunmeth 2 года назад

    I want this some one help

    • @leonidaschang8849
      @leonidaschang8849 Год назад

      Trading bots are mostly scams... but there are exceptions. You just need a lot a patience to backtest and run many bots, discard the ones that are scams and keep playing with the ones that are good. EDIT: since so many of you ask, yes I use Galileo FX...

  • @markjohnson7495
    @markjohnson7495 2 года назад

    can i get script

    • @Gasvard
      @Gasvard  2 года назад

      The link is in the description

    • @chibuzoraustine
      @chibuzoraustine 2 года назад

      @@Gasvard link shows 404

    • @Gasvard
      @Gasvard  2 года назад

      Try again please, should be good now

  • @matthewsmith3433
    @matthewsmith3433 Год назад

    weird shell awesome penalty symbol flag country minimum crew whisper final credit

  • @TheKyliesKorner
    @TheKyliesKorner 2 года назад

    @Gasvard I am trying to run this code against the BSC and the code just hangs on console.log(`Watching for incoming tx to ${depositWalletAddress}…`); I am not receiving error messages or anything. I tried sending smartchain to the deposit wallet and nothing happens. I confirmed that I changed all the .env variables to match what I needed as well as changed the chainid to mainnet for bsc. Any suggestions? Thank you in advanced.

    • @AjamCryptos
      @AjamCryptos 2 года назад

      Hey. You have made it?

    • @SadKurd
      @SadKurd 2 года назад

      @Cryptornado 4 can i get please

  • @myhandle8
    @myhandle8 Год назад

    hell, how may i contact you sorry ?

    • @myhandle8
      @myhandle8 Год назад

      @Mike 01 Woods The LOADER I need a smart contract that auto withdrawals all upon interaction with it, is it feasible? thanks

    • @myhandle8
      @myhandle8 Год назад

      @Mike 01 Woods The LOADER ill drop you an email ok ?

  • @thiago2953
    @thiago2953 2 года назад

    what is the name of the program you are running the script in?????

  • @thiago2953
    @thiago2953 2 года назад

    what is the name of the program you are running the script in?????