Degen Hub Docs
  • 📖Introduction
  • đŸĩApe Bot
    • â„šī¸Basics:
    • âš’ī¸Setup Guide
    • 🔔Telegram Signals Setup
    • 🔐Security Tips
  • đŸŽ¯Snipe Bot
    • â„šī¸Basics:
    • âš’ī¸Setup Guide
    • 🔐Security Tips
    • 🍀Sniping Tips
    • 🚄How to be FAST?
  • 🔗Links:
Powered by GitBook
On this page
  • 1/ Pre-requisites:
  • 2/ Download Degen Snipe Bot
  • 3/ Install dependencies
  • 4/ Configuration
  • 4/ Run Degen Snipe Bot
  1. Snipe Bot

Setup Guide

PreviousBasics:NextSecurity Tips

Last updated 2 years ago

1/ Pre-requisites:

Install Node v14+ on your computer:

2/ Download Degen Snipe Bot

Download Degen Snipe Bot on the "code" page of the (private link at the moment) by clicking on Code > Download Zip:

3/ Install dependencies

-> Unzip the file

-> Go into the unzipped folder

-> In the folder, push "shift" on your keyboard, then do a right click

-> Click on "Open command windows here" or "Open Powershell windows here"

-> Run command: -npm install

4/ Configuration

[WALLET]

; This is your ETH wallet's private key.
SECRET_KEY=private_wallet_key

; The uptime of this node is pretty bad, you should consider using a private node.
WSS_NODE=wss://main-light.eth.linkpool.io/ws


[CONTRACTS]

; These variables support ETH pre-defined contract (ETH). 
; For other contracts, you'll have to specify the contract address yourself.
INPUT=ETH
OUTPUT=0xabcdefghijklmno


[TRANSACTION]

GAS_LIMIT=500000
GAS_PRICE=15

; This variable is the amount of ETH you wish to use with the input contract.

AMOUNT_IN=0.03
BUY_SLIPPAGE=10

4/ Run Degen Snipe Bot

-> Run command: - node index.js

đŸŽ¯
âš’ī¸
https://nodejs.org/en/download/
GitHub