chathuralalinda / Magiceden-Launchpad-Bot

Bot for mint on Magiceden Launchpad in Solana and BTC networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

πŸ€– MagicEden Launchpad Bot

Tool for mint NFT on Magiceden launchpad.

Using selenium webdriver. Can mint from multiply wallets with threads.

At startup, all windows will be launched and configured one by one, but when the time comes, all configured windows will try to mint at the same time.

Waiting for minting is up to 24 hours, so run this script later than 24 hours before mint.

Now working only with Solana and BTC, other networks is coming...

May not work with open edition, only regular launchpads

❓ How to install

  • Install Google Chrome, if you don't have it
  • Install Node.js
  • Download this repository
  • Extract archive to folder
  • Install requirements by install_reqiure.bat file
  • Update chrome driver to last version by update_chrome.bat file
  • Open settings.js in text editor (Notepad++ or same) and setup settings by this guide
  • Start by start.bat file

πŸ’‘ Features

  • Threads
  • Multiply wallets
  • Network and required wallet detected automatically by link in config
  • Solana
  • BTC
  • Import via private key SOL
  • Import via private key BTC
  • Custom node
  • ETH
  • Polygon

πŸ› οΈ Settings

Tip

You can change only launchpad link and seed phrases for comfortable work.

Threads

Threads for every seedphrase. For example, 5 seed phrases x 2 threads = 10 windows, so monitor system load. By default it is set to 1.

Link

Link to launchpad page.

You can specify a link to the launchpad on any network, the software itself will understand how to connect the wallet and mint.

SeedPhrases

Seed phrases or private keys to import wallet.

You can specify multiple phrases in array format.

["grid popular...catch very","[12,766,31...51,61,96]"]

Headless

Hide webdriver windows, true if yes, false if not.

To understand how the script works, you can run it in false, but for mint you can hide the windows so as not to interfere

πŸ“‘ Troubleshooting

If you get errors related to finding webdriver, then try updating or reinstalling Google Chrome.

If you get errors related to chrome version, try to "npm install chromedriver --chromedriver_version=LATEST"

Also if you have any errors or bugs, you can tell about it in issues.

Feel free to make donation <3 GBo3t5rJiS8M6Eq3VFzKXM4TF2UGTQX1XMbSDLAhDLXE

About

Bot for mint on Magiceden Launchpad in Solana and BTC networks

License:MIT License


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%