Git Product home page Git Product logo

ethereum-mint-bot's Introduction

Ethereum Mint-Bot

Support Discord

This is one if not the fastest mint bot out there, you'll be able to mint NFTs as soon as the mint starts. The system is really optimized and you should be able to win any gas war for you're hyped mints.

Setup

Download the latest release via github.

Open then the Config.json file and start changing strings:

{
    "APIs": {
        "node": "Your node provider here. (alchemy, infura or any private)",
        "BlockNative": "Grab your blocknative api key at https://blocknative.com/",
        "Etherscan": "Get an etherescan API key on their official website, create an account and navigate to the API selection, create a new code and put it here."
    },
    "Wallet": {
        "privateKey": "Put here your private key",
        "PublicAddress": "Put here your public address (the one people send funds to) this is a security check to see if the public and private key match."
    },
    "Minting": {
        "GasMultiplier": "Put here the gas multiplier, I would use 1.5",
        "MaxReverts": "Max reverts before exit",
        "mintableContract": "Contract address",
        "MintFunction": "Function where you mint with",
        "Mints": "You're max mints",
        "MintPrice": "Mint price in ETH",
        "MintsPerTx": "Max mints per tx"
    },
    "Discord": {
        "Webhook": "Discord webhook URL"
    }
}

After changing them ALL and set them to personal data you can proceed opening the file and start the executable. It'll probably log that it's estimating gas limit, and that it's calculating the GWEI that would be needed to make the transaction work.

As soon as the calculation is done it'll either log the transaction (etherscan link) or it'll say reverted and it'll loop till it's not reverted. (As soon as it can mint, it'll mint)

ethereum-mint-bot's People

Contributors

wmanuel69 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.