snowsky / MagicEden-Bot

Automated bot for mint on MagicEden | Solana NFT minter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicEden Minting Bot

Created by Galiaf


EN


This bot will help you with nfts mint on MagicEden.io. But it is worth remembering that this bot does not guarantee you a 100% chance of mint, but greatly increases the chance of it

This bot does not guarantee you will get your NFT, this bot simply goes faster than humans to mint and automates everything since you do not have to click yourself.

Also you can launch multiple instances of the bot to bypass minting limit / wallet

Support

  • Window
  • Mac (Intel + m1)
  • Linux (Not verified)
  • MagicEden.io

  • It is better to use Windows, because when using Mac there is a possiblity that you will have to allow the software to run in your privacy settings. Check mac folder for more info.

Tutorial

  1. Clone the repository / Download zip file

    https://github.com/Galiafer/MagicEden-Bot.git

    OR

    Download Zip File

  2. Be sure you have installed Python correctly, here is a link to download

  3. Open command prompt

  4. Install all python module

    pip install -r requirements.txt

  5. Fill in all the data in config.json

    launchpadLink --> Launchpad link on magic eden

    seedPhrase --> your phantom wallet passphrase (Careful do not share this key)

    password --> A password for your wallet

    project_settings: tries: 10 - Tries before script failed, close_browser_after_mint: true - Close browser after mint (true - Yes, false - No)

  6. Open CMD and go to directory

    cd /path/to/directory/

  7. Run the python file

    windows : python main.py

    mac : python3 main.py


Good mints to all.

You can support me with some SOL : HDyFGcPa6HNoeER4zcrvJfA5XWB3TKHUoG3u4sJU5JLP
You can support me with some BUSD (BSC) : 0xBfB65cE5Dd3766d75801f2CC2eEA4CDcC5A96Cc5

RU



Этот бот поможет вам с минтов нфт на сайте MagicEden.io. Но стоить помнить, что он не гарантирует вам 100% минт, но сильно увеличивает этот шанс

Этот бот не гарантирует вам 100% минт, он просто делает все быстрее, чем человек. Вы просто запускаете бота и ждете.

Также вы можете запустить несколько экземпляров программы для обхода ограничений или минта с нескольких аккаунтов

Поддержка

  • Window
  • Mac (Intel + m1)
  • Linux (Not verified)
  • MagicEden.io

  • Лучше использовать Windows для работы с ботом, так как при использование Mac есть шанс что вас попросят предоставить права приложению для работы.

Инструкция

  1. Скопируйте репозиторий / Скачайте zip файл

    https://github.com/Galiafer/MagicEden-Bot.git

    Или

    Скачать zip файл

  2. Удостоверьтесь, что у вас скачан Python ссылка на установку

  3. Откройте командную строку

  4. Установите все библиотеки

    pip install -r requirements.txt

  5. Заполните все поля в файле config.json

    launchpadLink --> Ссылка на лаунчпад

    seedPhrase --> Ваш passphrase от Phantom (Никуда не публикуйте эту фразу)

    password -->Пароль для вашего кошелька

    project_settings: tries: 10 - Кол-во попыток перед тем как скрипт перестанет работать, close_browser_after_mint: true - Загрыть браузер после минта (true - Да, false - Нет)

  6. Откройте командную строку и перейдите в директорию проекта

    cd /path/to/directory/

  7. Запустите файл

    windows : python main.py

    mac : python3 main.py


Хороших всем минтов.

Вы можете поддержать меня SOL : HDyFGcPa6HNoeER4zcrvJfA5XWB3TKHUoG3u4sJU5JLP
Вы можете поддержать меня SOL (BSC) : 0xBfB65cE5Dd3766d75801f2CC2eEA4CDcC5A96Cc5

About

Automated bot for mint on MagicEden | Solana NFT minter

License:MIT License


Languages

Language:Python 100.0%