Skip to content

[ IN THE PROCESS OF UPGRADING ] Automated bot for mint on MagicEden | Solana NFT minter

License

Notifications You must be signed in to change notification settings

Sawthu/MagicEden-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Eden bot for mint

Created by Galiaf


EN

This bot will help you with nft 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.

Support

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:

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

    OR

    Download Zip File

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

  3. Open cmd (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 (false - No)
	}
}
  1. Open CMD and go to directory: cd /path/to/directory/

  2. Run the python file:

    windows : python main.py

    mac : python3 main.py


Good luck to all.


RU

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

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

Поддержка

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

Инструкция

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

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

    ИЛИ

    Скачать Zip Файл

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

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

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

    pip install -r requirements.txt

  5. Заполните все необходимые поля в файле config.json:

{
"launchpadLink" : "Ссылка на лаунчпад",
"seedPhrase": "Ваш passphrase от Phantom" - (Никуда не публикуйте эту фразу),
"password": "Пароль для вашего кошелька",
"project_settings": {
		"tries" : 10 - Кол-во попыток перед тем как скрипт перестанет работать,
		"close_browser_after_mint": true - Закрыть браузер после минта (false - Нет)
	}
}
  1. Откройте CMD (командную строку) и перейдите в директорию проекта: cd /path/to/directory/

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

    windows : python main.py

    mac : python3 main.py


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


About

[ IN THE PROCESS OF UPGRADING ] Automated bot for mint on MagicEden | Solana NFT minter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%